Skip to content
Snippets Groups Projects
Commit 7852e690 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

prepare 0.16.2 release

parent e92865d7
No related branches found
No related tags found
No related merge requests found
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
......
#!/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}"
......
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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment