changeset 2e38bfaa5a5d in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=2e38bfaa5a5d
description: prepare beta4 release

diffstat:

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

diffs (59 lines):

diff -r cbc8d7b4b702 -r 2e38bfaa5a5d ChangeLog
--- a/ChangeLog Sun Jan 22 11:25:22 2012 +0100
+++ b/ChangeLog Sun Jan 22 13:19:12 2012 +0100
@@ -1,4 +1,4 @@
-Gajim 0.15 (XX XX 2011)
+Gajim 0.15 (XX XX 2012)
 
   * Plugin system
   * Whiteboard (via a plugin)
@@ -9,6 +9,7 @@
   * Roster filtrering
   * UPower support
   * GPG support for windows
+  * Spell checking support for windows
 
 Gajim 0.14.4 (22 July 2011)
 
diff -r cbc8d7b4b702 -r 2e38bfaa5a5d autogen.sh
--- a/autogen.sh        Sun Jan 22 11:25:22 2012 +0100
+++ b/autogen.sh        Sun Jan 22 13:19:12 2012 +0100
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-  gajimversion="0.15-beta3"
+  gajimversion="0.15-beta4"
   if [ -d ".hg" ]; then
     node=$(hg  tip --template "{node}")
     hgversion="-${node:0:12}"
diff -r cbc8d7b4b702 -r 2e38bfaa5a5d gajim.nsi
--- a/gajim.nsi Sun Jan 22 11:25:22 2012 +0100
+++ b/gajim.nsi Sun Jan 22 13:19:12 2012 +0100
@@ -224,8 +224,6 @@
        SetOutPath "$INSTDIR\bin\gtk"
        File /r "bin\gtk\bin"
        File /r "bin\gtk\etc"
-       SetOutPath "$INSTDIR\bin\gtk\lib\gtk-2.0\2.10.0"
-       File /r "bin\gtk\lib\gtk-2.0\2.10.0\loaders"
        SetOutPath "$INSTDIR\bin\gtk\lib\gtk-2.0\2.10.0\engines"
        File "bin\gtk\lib\gtk-2.0\2.10.0\engines\libclearlooks.dll"
        File "bin\gtk\lib\gtk-2.0\2.10.0\engines\libpixmap.dll"
@@ -527,7 +525,6 @@
 Section "Uninstall"
        RMDir /r "$INSTDIR\bin\gtk\bin"
        RMDir /r "$INSTDIR\bin\gtk\etc"
-       RMDir /r "$INSTDIR\bin\gtk\lib\gtk-2.0\2.10.0\loaders"
        Delete "$INSTDIR\bin\gtk\lib\gtk-2.0\2.10.0\engines\libclearlooks.dll"
        Delete "$INSTDIR\bin\gtk\lib\gtk-2.0\2.10.0\engines\libpixmap.dll"
        Delete "$INSTDIR\bin\gtk\lib\gtk-2.0\2.10.0\engines\libsvg.dll"
diff -r cbc8d7b4b702 -r 2e38bfaa5a5d src/common/defs.py
--- a/src/common/defs.py        Sun Jan 22 11:25:22 2012 +0100
+++ b/src/common/defs.py        Sun Jan 22 13:19:12 2012 +0100
@@ -27,7 +27,7 @@
 basedir   = '../'
 localedir = '../po'
 
-version = '0.15-beta3'
+version = '0.15-beta4'
 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