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
c1514e97
Commit
c1514e97
authored
Jul 02, 2014
by
Yann Leboulanger
Browse files
prepare 0.16-rc2
parent
d9034625
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c1514e97
...
...
@@ -11,6 +11,7 @@ Gajim 0.16 ()
* Support XEP-0191 Blocking command
* Support XEP-0249 Direct Invitation
* Better RTL languages support
* use host command to resolve SRV records if it is available
Gajim 0.15.4 (25 May 2013)
...
...
autogen.sh
View file @
c1514e97
#!/usr/bin/env bash
gajimversion
=
"0.16-rc
1
"
gajimversion
=
"0.16-rc
2
"
if
[
-d
".hg"
]
;
then
node
=
$(
hg tip
--template
"{node}"
)
hgversion
=
"-
${
node
:0:12
}
"
...
...
debian/changelog
View file @
c1514e97
gajim
(
0.16
~
rc2
-
1
)
unstable
;
urgency
=
low
*
New
upstream
release
--
Yann
Leboulanger
<
yann
@
leboulanger
.
org
>
Wed
,
02
Jul
2014
18
:
09
:
41
+
0200
gajim
(
0.16
~
rc1
-
1
)
unstable
;
urgency
=
low
*
New
upstream
release
...
...
src/common/defs.py
View file @
c1514e97
...
...
@@ -27,7 +27,7 @@
basedir
=
'../'
localedir
=
'../po'
version
=
'0.16-rc
1
'
version
=
'0.16-rc
2
'
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