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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Kamay
gajim
Commits
c9232e9f
Commit
c9232e9f
authored
11 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
prepare beta2 release
parent
dcb8effe
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+2
-0
2 additions, 0 deletions
ChangeLog
autogen.sh
+1
-1
1 addition, 1 deletion
autogen.sh
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
src/common/defs.py
+1
-1
1 addition, 1 deletion
src/common/defs.py
with
10 additions
and
2 deletions
ChangeLog
+
2
−
0
View file @
c9232e9f
...
...
@@ -2,11 +2,13 @@ Gajim 0.16 ()
* Improve File transfer support by adding Jingle file transfer
* use external python-nbxmpp library
* improve security
* Improve audio / Video calls and add screensharing feature
* Support systemd-logind
* Support XEP-0308 Last message correction
* Support XEP-0224 Attention
* Support XEP-0191 Blocking command
* Support XEP-0249 Direct Invitation
* Better RTL languages support
Gajim 0.15.4 (25 May 2013)
...
...
This diff is collapsed.
Click to expand it.
autogen.sh
+
1
−
1
View file @
c9232e9f
#!/usr/bin/env bash
gajimversion
=
"0.16-beta
1
"
gajimversion
=
"0.16-beta
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 @
c9232e9f
gajim (0.16~beta2-1) unstable; urgency=low
* New upstream release
-- Yann Leboulanger <yann@leboulanger.org> Mon, 16 Dec 2013 11:14:07 +0200
gajim (0.16~beta1-1) unstable; urgency=low
* New upstream release
...
...
This diff is collapsed.
Click to expand it.
src/common/defs.py
+
1
−
1
View file @
c9232e9f
...
...
@@ -27,7 +27,7 @@
basedir
=
'
../
'
localedir
=
'
../po
'
version
=
'
0.16-beta
1
'
version
=
'
0.16-beta
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