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
5979cb94
Commit
5979cb94
authored
Jul 31, 2015
by
Yann Leboulanger
Browse files
prepare 0.16.3 release
parent
1c1f720a
Changes
6
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
5979cb94
Gajim 0.16.3 (31 July 2015)
* Fix reading secret file
* Fix reconnection after suspend
* Fix sending GPG-encrypted file to non-trusted key
Gajim 0.16.2 (24 July 2015)
* improve Zeroconf under windows and with IPv6
...
...
autogen.sh
View file @
5979cb94
#!/usr/bin/env bash
gajimversion
=
"0.16.
2
"
gajimversion
=
"0.16.
3
"
if
[
-d
".hg"
]
;
then
node
=
$(
hg tip
--template
"{node}"
)
hgversion
=
"-
${
node
:0:12
}
"
...
...
debian/changelog
View file @
5979cb94
gajim
(
0.16.3
-
1
)
unstable
;
urgency
=
low
*
New
upstream
release
--
Yann
Leboulanger
<
yann
@
leboulanger
.
org
>
Sat
,
31
Jul
2014
23
:
12
:
04
+
0200
gajim
(
0.16.2
-
1
)
unstable
;
urgency
=
low
*
New
upstream
release
...
...
gajim.nsi
View file @
5979cb94
...
...
@@ -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.
2
"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.16.
3
"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/"
WriteUninstaller "$INSTDIR\Uninstall.exe"
...
...
setup_win32.py
View file @
5979cb94
...
...
@@ -56,7 +56,7 @@
setup
(
name
=
'Gajim'
,
version
=
'0.16.
2
'
,
version
=
'0.16.
3
'
,
description
=
'A full featured Jabber client'
,
author
=
'Gajim Development Team'
,
url
=
'http://gajim.org/'
,
...
...
src/common/defs.py
View file @
5979cb94
...
...
@@ -27,7 +27,7 @@
basedir
=
'../'
localedir
=
'../po'
version
=
'0.16.
2
'
version
=
'0.16.
3
'
import
subprocess
try
:
node
=
subprocess
.
Popen
(
'hg tip --template "{node|short}"'
,
shell
=
True
,
...
...
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