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
f29ef39c
Commit
f29ef39c
authored
Jul 27, 2013
by
Yann Leboulanger
Browse files
prepare 0.16-alpha1 release
parent
66cd4681
Changes
5
Hide whitespace changes
Inline
Side-by-side
autogen.sh
View file @
f29ef39c
#!/usr/bin/env bash
gajimversion
=
"0.1
5.4
"
gajimversion
=
"0.1
6-alpha1
"
if
[
-d
".hg"
]
;
then
node
=
$(
hg tip
--template
"{node}"
)
hgversion
=
"-
${
node
:0:12
}
"
...
...
debian/changelog
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
*
New
upstream
release
...
...
debian/control
View file @
f29ef39c
...
...
@@ -10,7 +10,7 @@ Vcs-Browser: http://hg.gajim.org/gajim/file
Package: gajim
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
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
...
...
gajim.nsi
View file @
f29ef39c
...
...
@@ -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" "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.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/"
WriteUninstaller "$INSTDIR\Uninstall.exe"
...
...
src/common/defs.py
View file @
f29ef39c
...
...
@@ -27,7 +27,7 @@
basedir
=
'../'
localedir
=
'../po'
version
=
'0.1
5.4.0
'
version
=
'0.1
6-alpha1
'
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