prepare 0.16.1 release
This commit is contained in:
parent
c2ac09cce2
commit
74f150a1c3
|
@ -1,8 +1,9 @@
|
||||||
Gajim 0.16.1 ()
|
Gajim 0.16.1 (28 February 2015)
|
||||||
|
|
||||||
* Fix sending Zeroconf messages
|
* Fix sending Zeroconf messages
|
||||||
* Make ipython compatible to version >= 1.0
|
* Make ipython compatible to version >= 1.0
|
||||||
* Support XEP-0313 MAM
|
* Support XEP-0313 MAM
|
||||||
|
* Minor fixes and improvements
|
||||||
|
|
||||||
Gajim 0.16 (04 October 2014)
|
Gajim 0.16 (04 October 2014)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
gajimversion="0.16"
|
gajimversion="0.16.1"
|
||||||
if [ -d ".hg" ]; then
|
if [ -d ".hg" ]; then
|
||||||
node=$(hg tip --template "{node}")
|
node=$(hg tip --template "{node}")
|
||||||
hgversion="-${node:0:12}"
|
hgversion="-${node:0:12}"
|
||||||
|
|
|
@ -27,7 +27,7 @@ docdir = '../'
|
||||||
basedir = '../'
|
basedir = '../'
|
||||||
localedir = '../po'
|
localedir = '../po'
|
||||||
|
|
||||||
version = '0.16.0.1'
|
version = '0.16.1'
|
||||||
import subprocess
|
import subprocess
|
||||||
try:
|
try:
|
||||||
node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,
|
node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,
|
||||||
|
|
Loading…
Reference in New Issue