Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gajim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yann Leboulanger
gajim
Commits
fbb09465
Commit
fbb09465
authored
Dec 28, 2015
by
Yann Leboulanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prepare 0.16.5 release
parent
6aaed6db
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
17 additions
and
4 deletions
+17
-4
ChangeLog
ChangeLog
+6
-0
THANKS
THANKS
+1
-0
autogen.sh
autogen.sh
+1
-1
debian/changelog
debian/changelog
+6
-0
gajim.nsi
gajim.nsi
+1
-1
setup_win32.py
setup_win32.py
+1
-1
src/common/defs.py
src/common/defs.py
+1
-1
No files found.
ChangeLog
View file @
fbb09465
Gajim 0.16.5 (28 December 2015)
* Improve MAM implementation
* Improve security on connexion and for roster managment
* Ability for emoticons to be sorted in menu
Gajim 0.16.4 (26 September 2015)
* Fix trusting GPG keys
...
...
THANKS
View file @
fbb09465
...
...
@@ -35,6 +35,7 @@ Petr Menšík
Sergey Kuleshov
Stavros Giannouris
Stian B. Barmen
Thilo Molitor
Thomas Klein-Hitpaß
Urtzi Alfaro
Witold Kieraś
...
...
autogen.sh
View file @
fbb09465
#!/usr/bin/env bash
gajimversion
=
"0.16.
4
"
gajimversion
=
"0.16.
5
"
if
[
-d
".hg"
]
;
then
node
=
$(
hg tip
--template
"{node}"
)
hgversion
=
"-
${
node
:0:12
}
"
...
...
debian/changelog
View file @
fbb09465
gajim
(
0.16.5
-
1
)
unstable
;
urgency
=
low
*
New
upstream
release
--
Yann
Leboulanger
<
yann
@
leboulanger
.
org
>
Sun
,
28
Dec
2015
13
:
36
:
41
+
0200
gajim
(
0.16.4
-
1
)
unstable
;
urgency
=
low
*
New
upstream
release
...
...
gajim.nsi
View file @
fbb09465
...
...
@@ -213,7 +213,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.
4
"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.16.
5
"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/"
WriteUninstaller "$INSTDIR\Uninstall.exe"
...
...
setup_win32.py
View file @
fbb09465
...
...
@@ -57,7 +57,7 @@ options = {
setup
(
name
=
'Gajim'
,
version
=
'0.16.
4
'
,
version
=
'0.16.
5
'
,
description
=
'A full featured Jabber client'
,
author
=
'Gajim Development Team'
,
url
=
'http://gajim.org/'
,
...
...
src/common/defs.py
View file @
fbb09465
...
...
@@ -27,7 +27,7 @@ docdir = '../'
basedir
=
'../'
localedir
=
'../po'
version
=
'0.16.
4.1
'
version
=
'0.16.
5
'
import
subprocess
try
:
node
=
subprocess
.
Popen
(
'hg tip --template "{node|short}"'
,
shell
=
True
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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