changeset 70a278c9676d in /home/hg/repos/gajim

branches: gajim_0.15
details:http://hg.gajim.org/gajim?cmd=changeset;node=70a278c9676d
description: prepare 0.15.4 release

diffstat:

 ChangeLog          |  7 +++++++
 autogen.sh         |  2 +-
 gajim.nsi          |  2 +-
 src/common/defs.py |  2 +-
 4 files changed, 10 insertions(+), 3 deletions(-)

diffs (49 lines):

diff -r b6e2c800391a -r 70a278c9676d ChangeLog
--- a/ChangeLog Sun Apr 14 08:49:10 2013 +0200
+++ b/ChangeLog Sat May 25 17:21:02 2013 +0200
@@ -1,4 +1,11 @@
+Gajim 0.15.4 (25 May 2013)
+
+  * Fix usage of OTR plugin
+  * Fix connection to non-SSL server
+  * Fix receiving GPG-encrypted messages while offline.
+
 Gajim 0.15.3 (17 March 2013)
+
   * Better handling of SSL errors
   * Better handling of canceling file transfer
   * Improve farstream calls
diff -r b6e2c800391a -r 70a278c9676d autogen.sh
--- a/autogen.sh        Sun Apr 14 08:49:10 2013 +0200
+++ b/autogen.sh        Sat May 25 17:21:02 2013 +0200
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-  gajimversion="0.15.3"
+  gajimversion="0.15.4"
   if [ -d ".hg" ]; then
     node=$(hg  tip --template "{node}")
     hgversion="-${node:0:12}"
diff -r b6e2c800391a -r 70a278c9676d gajim.nsi
--- a/gajim.nsi Sun Apr 14 08:49:10 2013 +0200
+++ b/gajim.nsi Sat May 25 17:21:02 2013 +0200
@@ -200,7 +200,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.3"
+       WriteRegStr HKLM 
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" 
"0.15.4"
        WriteRegStr HKLM 
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" 
"http://www.gajim.org/";
        WriteUninstaller "$INSTDIR\Uninstall.exe"
 
diff -r b6e2c800391a -r 70a278c9676d src/common/defs.py
--- a/src/common/defs.py        Sun Apr 14 08:49:10 2013 +0200
+++ b/src/common/defs.py        Sat May 25 17:21:02 2013 +0200
@@ -27,7 +27,7 @@
 basedir   = '../'
 localedir = '../po'
 
-version = '0.15.3'
+version = '0.15.4'
 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

Reply via email to