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
Weblate
gajim
Commits
372d2ed2
Commit
372d2ed2
authored
13 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
prepare 0.15-beta1
parent
2b859c3a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ChangeLog
+2
-0
2 additions, 0 deletions
ChangeLog
autogen.sh
+1
-1
1 addition, 1 deletion
autogen.sh
src/common/defs.py
+1
-1
1 addition, 1 deletion
src/common/defs.py
with
4 additions
and
2 deletions
ChangeLog
+
2
−
0
View file @
372d2ed2
...
...
@@ -7,6 +7,8 @@ Gajim 0.15 (XX XX 2011)
* IBB
* Nested roster group
* Roster filtrering
* UPower support
* GPG support for windows
Gajim 0.14.4 (22 July 2011)
...
...
This diff is collapsed.
Click to expand it.
autogen.sh
+
1
−
1
View file @
372d2ed2
#!/usr/bin/env bash
gajimversion
=
"0.15-
alph
a1"
gajimversion
=
"0.15-
bet
a1"
if
[
-d
".hg"
]
;
then
node
=
$(
hg tip
--template
"{node}"
)
hgversion
=
"-
${
node
:0:12
}
"
...
...
This diff is collapsed.
Click to expand it.
src/common/defs.py
+
1
−
1
View file @
372d2ed2
...
...
@@ -27,7 +27,7 @@ docdir = '../'
basedir
=
'
../
'
localedir
=
'
../po
'
version
=
'
0.15-
alph
a1
'
version
=
'
0.15-
bet
a1
'
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