prepare 0.15 release
This commit is contained in:
parent
042e8f6c61
commit
7d19d743a0
|
@ -1,4 +1,4 @@
|
|||
Gajim 0.15 (XX XX 2011)
|
||||
Gajim 0.15 (18 March 2012)
|
||||
|
||||
* Plugin system
|
||||
* Whiteboard (via a plugin)
|
||||
|
@ -9,6 +9,7 @@ Gajim 0.15 (XX XX 2011)
|
|||
* Roster filtrering
|
||||
* UPower support
|
||||
* GPG support for windows
|
||||
* Spell checking support for windows
|
||||
|
||||
Gajim 0.14.4 (22 July 2011)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
gajimversion="0.15-beta2"
|
||||
gajimversion="0.15"
|
||||
if [ -d ".hg" ]; then
|
||||
node=$(hg tip --template "{node}")
|
||||
hgversion="-${node:0:12}"
|
||||
|
|
|
@ -27,7 +27,7 @@ docdir = '../'
|
|||
basedir = '../'
|
||||
localedir = '../po'
|
||||
|
||||
version = '0.15-beta3'
|
||||
version = '0.15'
|
||||
import subprocess
|
||||
try:
|
||||
node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,
|
||||
|
|
Loading…
Reference in New Issue