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
203
Issues
203
List
Boards
Labels
Service Desk
Milestones
Merge Requests
21
Merge Requests
21
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
gajim
gajim
Commits
a5081892
Commit
a5081892
authored
Feb 23, 2010
by
Yann Leboulanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prepare 0.13.3 release
parent
55d0afc8
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
6 deletions
+13
-6
ChangeLog
ChangeLog
+9
-2
configure.ac
configure.ac
+1
-1
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 @
a5081892
Gajim 0.13.2 ((14 January 2010)
Gajim 0.13.3 (23 February 2010)
* Fix facebook xmpp server connection
* Fix copy / paste with Ctrl+C on non-latin keyboard
* Fix sending PEP information when connecting
* Fix parsing HTML messages that have ascii markup
Gajim 0.13.2 (14 January 2010)
* Fix some translations
* Fix string comparison according to locales
...
...
@@ -7,7 +14,7 @@ Gajim 0.13.2 ((14 January 2010)
* better SRV usage with libasyncns
* copy emoticons when we copy / paste in conversations
Gajim 0.13.1 (
(
28 November 2009)
Gajim 0.13.1 (28 November 2009)
* Fix a bug when no account exists and bonjour is not available
* Fix a bug when opening advanced option in MUC
...
...
configure.ac
View file @
a5081892
AC_INIT([Gajim - A Jabber Instant Messager],
[0.13.
2
],[http://trac.gajim.org/],[gajim])
[0.13.
3
],[http://trac.gajim.org/],[gajim])
AC_PREREQ([2.59])
AC_CONFIG_HEADER(config.h)
...
...
gajim.nsi
View file @
a5081892
...
...
@@ -189,7 +189,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.13.
1
"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.13.
3
"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/"
WriteUninstaller "$INSTDIR\Uninstall.exe"
...
...
setup_win32.py
View file @
a5081892
...
...
@@ -72,7 +72,7 @@ def fill_docutils_files(folder, base=u'docutils'):
setup
(
name
=
'Gajim'
,
version
=
'0.13.
2
'
,
version
=
'0.13.
3
'
,
description
=
'A full featured Jabber client'
,
author
=
'Gajim Development Team'
,
url
=
'http://www.gajim.org/'
,
...
...
src/common/defs.py
View file @
a5081892
...
...
@@ -27,7 +27,7 @@
datadir
=
'../'
localedir
=
'../po'
version
=
'0.13.
2
'
version
=
'0.13.
3
'
import
sys
,
os
.
path
for
base
in
(
'.'
,
'common'
):
...
...
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