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
194
Issues
194
List
Boards
Labels
Service Desk
Milestones
Merge Requests
20
Merge Requests
20
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
bab0c8b6
Commit
bab0c8b6
authored
Nov 24, 2009
by
Yann Leboulanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prepare 0.13 release
parent
81347f30
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
ChangeLog
ChangeLog
+1
-1
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 @
bab0c8b6
Gajim 0.13 (
XX
November 2009)
Gajim 0.13 (
24
November 2009)
* Improve gtkspell (fix memleak)
* BOSH connection
...
...
configure.ac
View file @
bab0c8b6
AC_INIT([Gajim - A Jabber Instant Messager],
[0.1
2.5.90-rc5
],[http://trac.gajim.org/],[gajim])
[0.1
3
],[http://trac.gajim.org/],[gajim])
AC_PREREQ([2.59])
AC_CONFIG_HEADER(config.h)
...
...
gajim.nsi
View file @
bab0c8b6
...
...
@@ -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
-rc5
"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.13"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/"
WriteUninstaller "$INSTDIR\Uninstall.exe"
...
...
setup_win32.py
View file @
bab0c8b6
...
...
@@ -72,7 +72,7 @@ def fill_docutils_files(folder, base=u'docutils'):
setup
(
name
=
'Gajim'
,
version
=
'0.13
-rc5
'
,
version
=
'0.13'
,
description
=
'A full featured Jabber client'
,
author
=
'Gajim Development Team'
,
url
=
'http://www.gajim.org/'
,
...
...
src/common/defs.py
View file @
bab0c8b6
...
...
@@ -27,7 +27,7 @@
datadir
=
'../'
localedir
=
'../po'
version
=
'0.1
2.5.90-rc5
'
version
=
'0.1
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