prepare 0.16.2 release
This commit is contained in:
parent
5b266ad30c
commit
6853041ef0
|
@ -1,3 +1,9 @@
|
||||||
|
Gajim 0.16.2 (20 July 2015)
|
||||||
|
|
||||||
|
* improve Zeroconf under windows and with IPv6
|
||||||
|
* Fix errors with GnuPG
|
||||||
|
* Minor fixes and improvements
|
||||||
|
|
||||||
Gajim 0.16.1 (28 February 2015)
|
Gajim 0.16.1 (28 February 2015)
|
||||||
|
|
||||||
* Fix sending Zeroconf messages
|
* Fix sending Zeroconf messages
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
gajimversion="0.16.1"
|
gajimversion="0.16.2"
|
||||||
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}"
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
gajim (0.16.2-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release
|
||||||
|
|
||||||
|
-- Yann Leboulanger <yann@leboulanger.org> Sat, 20 Jul 2014 22:30:10 +0200
|
||||||
|
|
||||||
gajim (0.16.1-1) unstable; urgency=low
|
gajim (0.16.1-1) unstable; urgency=low
|
||||||
|
|
||||||
* New upstream release
|
* New upstream release
|
||||||
|
|
|
@ -27,7 +27,7 @@ docdir = '../'
|
||||||
basedir = '../'
|
basedir = '../'
|
||||||
localedir = '../po'
|
localedir = '../po'
|
||||||
|
|
||||||
version = '0.16.1'
|
version = '0.16.2'
|
||||||
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