changeset 7538b7eff0cd in /home/hg/repos/gajim
branches: gajim_0.16
details:http://hg.gajim.org/gajim?cmd=changeset;node=7538b7eff0cd
description: prepare 0.16-alpha1 release
diffstat:
autogen.sh | 2 +-
debian/changelog | 6 ++++++
debian/control | 2 +-
gajim.nsi | 2 +-
src/common/defs.py | 2 +-
5 files changed, 10 insertions(+), 4 deletions(-)
diffs (59 lines):
diff -r 0d24c24b7afe -r 7538b7eff0cd autogen.sh
--- a/autogen.sh Sat Jul 27 19:56:42 2013 +0200
+++ b/autogen.sh Sat Jul 27 20:13:53 2013 +0200
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
- gajimversion="0.15.4"
+ gajimversion="0.16-alpha1"
if [ -d ".hg" ]; then
node=$(hg tip --template "{node}")
hgversion="-${node:0:12}"
diff -r 0d24c24b7afe -r 7538b7eff0cd debian/changelog
--- a/debian/changelog Sat Jul 27 19:56:42 2013 +0200
+++ b/debian/changelog Sat Jul 27 20:13:53 2013 +0200
@@ -1,3 +1,9 @@
+gajim (0.16~alpha1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Yann Leboulanger <[email protected]> Sat, 27 Jul 2013 19:21:47 +0200
+
gajim (0.15.3-1) experimental; urgency=low
* New upstream release
diff -r 0d24c24b7afe -r 7538b7eff0cd debian/control
--- a/debian/control Sat Jul 27 19:56:42 2013 +0200
+++ b/debian/control Sat Jul 27 20:13:53 2013 +0200
@@ -10,7 +10,7 @@
Package: gajim
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.22.0), dnsutils
+Depends: ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.22.0),
dnsutils, python-nbxmpp
Recommends: dbus, python-dbus, notification-daemon, python-openssl (>= 0.12),
python-crypto, python-pyasn1
Suggests: python-gconf, python-gnome2, nautilus-sendto, avahi-daemon,
python-avahi, network-manager, libgtkspell0, aspell-en, python-gnomekeyring,
gnome-keyring, python-kerberos (>= 1.1), texlive-latex-base, dvipng,
python-farstream, gstreamer0.10-plugins-ugly, python-pycurl, python-gupnp-igd
Description: Jabber client written in PyGTK
diff -r 0d24c24b7afe -r 7538b7eff0cd gajim.nsi
--- a/gajim.nsi Sat Jul 27 19:56:42 2013 +0200
+++ b/gajim.nsi Sat Jul 27 20:13:53 2013 +0200
@@ -201,7 +201,7 @@
WriteRegStr HKLM
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayName"
"Gajim"
WriteRegStr HKLM
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "UninstallString"
"$INSTDIR\Uninstall.exe"
WriteRegStr HKLM
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayIcon"
"$INSTDIR\bin\Gajim.exe"
- WriteRegStr HKLM
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion"
"0.15.4"
+ WriteRegStr HKLM
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion"
"0.16"
WriteRegStr HKLM
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout"
"http://www.gajim.org/"
WriteUninstaller "$INSTDIR\Uninstall.exe"
diff -r 0d24c24b7afe -r 7538b7eff0cd src/common/defs.py
--- a/src/common/defs.py Sat Jul 27 19:56:42 2013 +0200
+++ b/src/common/defs.py Sat Jul 27 20:13:53 2013 +0200
@@ -27,7 +27,7 @@
basedir = '../'
localedir = '../po'
-version = '0.15.4.0'
+version = '0.16-alpha1'
import subprocess
try:
node = subprocess.Popen('hg tip --template "{node|short}"', shell=True,
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits