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

prepare 0.16-rc2

parent d9034625
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ Gajim 0.16 ()
* Support XEP-0191 Blocking command
* Support XEP-0249 Direct Invitation
* Better RTL languages support
* use host command to resolve SRV records if it is available
Gajim 0.15.4 (25 May 2013)
......
#!/usr/bin/env bash
gajimversion="0.16-rc1"
gajimversion="0.16-rc2"
if [ -d ".hg" ]; then
node=$(hg tip --template "{node}")
hgversion="-${node:0:12}"
......
gajim (0.16~rc2-1) unstable; urgency=low
* New upstream release
-- Yann Leboulanger <yann@leboulanger.org> Wed, 02 Jul 2014 18:09:41 +0200
gajim (0.16~rc1-1) unstable; urgency=low
* New upstream release
......
......@@ -27,7 +27,7 @@ docdir = '../'
basedir = '../'
localedir = '../po'
version = '0.16-rc1'
version = '0.16-rc2'
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