Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
John Smith
gajim
Commits
f29ef39c
Commit
f29ef39c
authored
11 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
prepare 0.16-alpha1 release
parent
66cd4681
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
autogen.sh
+1
-1
1 addition, 1 deletion
autogen.sh
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
gajim.nsi
+1
-1
1 addition, 1 deletion
gajim.nsi
src/common/defs.py
+1
-1
1 addition, 1 deletion
src/common/defs.py
with
10 additions
and
4 deletions
autogen.sh
+
1
−
1
View file @
f29ef39c
#!/usr/bin/env bash
#!/usr/bin/env bash
gajimversion
=
"0.1
5.4
"
gajimversion
=
"0.1
6-alpha1
"
if
[
-d
".hg"
]
;
then
if
[
-d
".hg"
]
;
then
node
=
$(
hg tip
--template
"{node}"
)
node
=
$(
hg tip
--template
"{node}"
)
hgversion
=
"-
${
node
:0:12
}
"
hgversion
=
"-
${
node
:0:12
}
"
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
f29ef39c
gajim (0.16~alpha1-1) unstable; urgency=low
* New upstream release
-- Yann Leboulanger <yann@leboulanger.org> Sat, 27 Jul 2013 19:21:47 +0200
gajim (0.15.3-1) experimental; urgency=low
gajim (0.15.3-1) experimental; urgency=low
* New upstream release
* New upstream release
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
f29ef39c
...
@@ -10,7 +10,7 @@ Vcs-Browser: http://hg.gajim.org/gajim/file
...
@@ -10,7 +10,7 @@ Vcs-Browser: http://hg.gajim.org/gajim/file
Package: gajim
Package: gajim
Architecture: all
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.22.0), dnsutils
Depends: ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.22.0), dnsutils
, python-nbxmpp
Recommends: dbus, python-dbus, notification-daemon, python-openssl (>= 0.12), python-crypto, python-pyasn1
Recommends: dbus, python-dbus, notification-daemon, python-openssl (>= 0.12), python-crypto, python-pyasn1
Suggests: python-gconf, python-gnome2, nautilus-sendto, avahi-daemon, python-avahi, network-manager, libgtkspell0, aspell-en, python-gnomekeyring, gnome-keyring, python-kerberos (>= 1.1), texlive-latex-base, dvipng, python-farstream, gstreamer0.10-plugins-ugly, python-pycurl, python-gupnp-igd
Suggests: python-gconf, python-gnome2, nautilus-sendto, avahi-daemon, python-avahi, network-manager, libgtkspell0, aspell-en, python-gnomekeyring, gnome-keyring, python-kerberos (>= 1.1), texlive-latex-base, dvipng, python-farstream, gstreamer0.10-plugins-ugly, python-pycurl, python-gupnp-igd
Description: Jabber client written in PyGTK
Description: Jabber client written in PyGTK
...
...
This diff is collapsed.
Click to expand it.
gajim.nsi
+
1
−
1
View file @
f29ef39c
...
@@ -201,7 +201,7 @@ Section "Gajim" SecGajim
...
@@ -201,7 +201,7 @@ Section "Gajim" SecGajim
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayName" "Gajim"
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" "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" "DisplayIcon" "$INSTDIR\bin\Gajim.exe"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.1
5.4
"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayVersion" "0.1
6
"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "URLInfoAbout" "http://www.gajim.org/"
WriteUninstaller "$INSTDIR\Uninstall.exe"
WriteUninstaller "$INSTDIR\Uninstall.exe"
...
...
This diff is collapsed.
Click to expand it.
src/common/defs.py
+
1
−
1
View file @
f29ef39c
...
@@ -27,7 +27,7 @@ docdir = '../'
...
@@ -27,7 +27,7 @@ docdir = '../'
basedir
=
'
../
'
basedir
=
'
../
'
localedir
=
'
../po
'
localedir
=
'
../po
'
version
=
'
0.1
5.4.0
'
version
=
'
0.1
6-alpha1
'
import
subprocess
import
subprocess
try
:
try
:
node
=
subprocess
.
Popen
(
'
hg tip --template
"
{node|short}
"'
,
shell
=
True
,
node
=
subprocess
.
Popen
(
'
hg tip --template
"
{node|short}
"'
,
shell
=
True
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment