fix date and version for windows files
This commit is contained in:
parent
6c69e45c74
commit
3e3e7cfb95
|
@ -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
|
||||
|
|
|
@ -2,7 +2,7 @@ gajim (0.16.2-1) unstable; urgency=low
|
|||
|
||||
* New upstream release
|
||||
|
||||
-- Yann Leboulanger <yann@leboulanger.org> Sat, 20 Jul 2014 22:30:10 +0200
|
||||
-- Yann Leboulanger <yann@leboulanger.org> Sat, 24 Jul 2014 22:30:10 +0200
|
||||
|
||||
gajim (0.16.1-1) unstable; urgency=low
|
||||
|
||||
|
|
|
@ -212,7 +212,7 @@ Section "Gajim" SecGajim
|
|||
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"
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ if 'gtk' in os.listdir('.'):
|
|||
|
||||
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 @@ options = {
|
|||
|
||||
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/',
|
||||
|
|
Loading…
Reference in New Issue