Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Daniel Brötzmann
gajim
Commits
0300cea2
Commit
0300cea2
authored
Jul 24, 2015
by
Yann Leboulanger
Browse files
fix date and version for windows files
parent
9399c544
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
0300cea2
Gajim 0.16.2 (2
0
July 2015)
Gajim 0.16.2 (2
4
July 2015)
* improve Zeroconf under windows and with IPv6
* Fix errors with GnuPG
...
...
debian/changelog
View file @
0300cea2
...
...
@@ -2,7 +2,7 @@ gajim (0.16.2-1) unstable; urgency=low
*
New
upstream
release
--
Yann
Leboulanger
<
yann
@
leboulanger
.
org
>
Sat
,
2
0
Jul
2014
22
:
30
:
10
+
0200
--
Yann
Leboulanger
<
yann
@
leboulanger
.
org
>
Sat
,
2
4
Jul
2014
22
:
30
:
10
+
0200
gajim
(
0.16.1
-
1
)
unstable
;
urgency
=
low
...
...
gajim.nsi
View file @
0300cea2
...
...
@@ -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.16"
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"
...
...
setup_win32.py
View file @
0300cea2
...
...
@@ -56,7 +56,7 @@
setup
(
name
=
'Gajim'
,
version
=
'0.16'
,
version
=
'0.16
.2
'
,
description
=
'A full featured Jabber client'
,
author
=
'Gajim Development Team'
,
url
=
'http://gajim.org/'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment