changeset ed474299848e in /home/hg/repos/gajim

author: Yann Leboulanger <[email protected]>
branches: 
details:http://hg.gajim.org/gajim?cmd=changeset;node=ed474299848e
description: fix date and version for windows files

diffstat:

 ChangeLog        |  2 +-
 debian/changelog |  2 +-
 gajim.nsi        |  2 +-
 setup_win32.py   |  4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diffs (54 lines):

diff -r fbffefe7eb56 -r ed474299848e ChangeLog
--- a/ChangeLog Fri Jul 24 22:07:38 2015 +0200
+++ b/ChangeLog Fri Jul 24 22:22:39 2015 +0200
@@ -1,4 +1,4 @@
-Gajim 0.16.2 (20 July 2015)
+Gajim 0.16.2 (24 July 2015)
 
   * improve Zeroconf under windows and with IPv6
   * Fix errors with GnuPG
diff -r fbffefe7eb56 -r ed474299848e debian/changelog
--- a/debian/changelog  Fri Jul 24 22:07:38 2015 +0200
+++ b/debian/changelog  Fri Jul 24 22:22:39 2015 +0200
@@ -2,7 +2,7 @@
 
   * New upstream release
 
- -- Yann Leboulanger <[email protected]>  Sat, 20 Jul 2014 22:30:10 +0200
+ -- Yann Leboulanger <[email protected]>  Sat, 24 Jul 2014 22:30:10 +0200
 
 gajim (0.16.1-1) unstable; urgency=low
 
diff -r fbffefe7eb56 -r ed474299848e gajim.nsi
--- a/gajim.nsi Fri Jul 24 22:07:38 2015 +0200
+++ b/gajim.nsi Fri Jul 24 22:22:39 2015 +0200
@@ -212,7 +212,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.2"
        WriteRegStr HKLM 
"Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" 
"http://www.gajim.org/";
        WriteUninstaller "$INSTDIR\Uninstall.exe"
 
diff -r fbffefe7eb56 -r ed474299848e setup_win32.py
--- a/setup_win32.py    Fri Jul 24 22:07:38 2015 +0200
+++ b/setup_win32.py    Fri Jul 24 22:22:39 2015 +0200
@@ -31,7 +31,7 @@
 
 options = {
    'build_exe': {
-       'includes': ['Gdk.KEY_, 'dumbdbm', 'dbhash', 'bsddb', 'new',
+       'includes': ['Gdk.KEY_', 'dumbdbm', 'dbhash', 'bsddb', 'new',
             'goocanvas', 'Crypto.PublicKey.DSA', 'Crypto.Hash.HMAC',
             'numbers', 'win32com.client', 'win32com.server', 'HTMLParser'],
        'base': 'Win32GUI',
@@ -56,7 +56,7 @@
 
 setup(
     name='Gajim',
-    version='0.15.1',
+    version='0.16.2',
     description='A full featured Jabber client',
     author='Gajim Development Team',
     url='http://gajim.org/',
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to