prepare 0.16.2 release

This commit is contained in:
Yann Leboulanger 2015-07-24 21:56:22 +02:00
parent 5b266ad30c
commit 6853041ef0
4 changed files with 14 additions and 2 deletions

View File

@ -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)
* Fix sending Zeroconf messages

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
gajimversion="0.16.1"
gajimversion="0.16.2"
if [ -d ".hg" ]; then
node=$(hg tip --template "{node}")
hgversion="-${node:0:12}"

6
debian/changelog vendored
View File

@ -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
* New upstream release

View File

@ -27,7 +27,7 @@ docdir = '../'
basedir = '../'
localedir = '../po'
version = '0.16.1'
version = '0.16.2'
import subprocess
try:
node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,