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)
|
||||
|
||||
* Fix sending Zeroconf messages
|
||||
|
|
|
@ -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}"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue