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
Michel Le Bihan
gajim
Commits
919eea4f
Commit
919eea4f
authored
11 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
prepare 0.16-alpha2 release
parent
c61dcbc5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
autogen.sh
+1
-1
1 addition, 1 deletion
autogen.sh
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
setup_win32.py
+1
-1
1 addition, 1 deletion
setup_win32.py
src/common/defs.py
+1
-1
1 addition, 1 deletion
src/common/defs.py
with
9 additions
and
3 deletions
autogen.sh
+
1
−
1
View file @
919eea4f
#!/usr/bin/env bash
gajimversion
=
"0.16-alpha
1
"
gajimversion
=
"0.16-alpha
2
"
if
[
-d
".hg"
]
;
then
node
=
$(
hg tip
--template
"{node}"
)
hgversion
=
"-
${
node
:0:12
}
"
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
6
−
0
View file @
919eea4f
gajim (0.16~alpha2-1) unstable; urgency=low
* New upstream release
-- Yann Leboulanger <yann@leboulanger.org> Sun, 28 Jul 2013 13:29:41 +0200
gajim (0.16~alpha1-1) unstable; urgency=low
* New upstream release
...
...
This diff is collapsed.
Click to expand it.
setup_win32.py
+
1
−
1
View file @
919eea4f
...
...
@@ -51,7 +51,7 @@ options = {
setup
(
name
=
'
Gajim
'
,
version
=
'
0.1
5.1
'
,
version
=
'
0.1
6
'
,
description
=
'
A full featured Jabber client
'
,
author
=
'
Gajim Development Team
'
,
url
=
'
http://gajim.org/
'
,
...
...
This diff is collapsed.
Click to expand it.
src/common/defs.py
+
1
−
1
View file @
919eea4f
...
...
@@ -27,7 +27,7 @@ docdir = '../'
basedir
=
'
../
'
localedir
=
'
../po
'
version
=
'
0.16-alpha
1
'
version
=
'
0.16-alpha
2
'
import
subprocess
try
:
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