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
2f7f54e2
Commit
2f7f54e2
authored
14 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
prepare 0.14 release
parent
58efce9d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
ChangeLog
+1
-1
1 addition, 1 deletion
ChangeLog
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
debian/changelog
+9
-3
9 additions, 3 deletions
debian/changelog
debian/control
+1
-1
1 addition, 1 deletion
debian/control
src/common/defs.py
+1
-1
1 addition, 1 deletion
src/common/defs.py
with
13 additions
and
7 deletions
ChangeLog
+
1
−
1
View file @
2f7f54e2
Gajim 0.14 (
XX
)
Gajim 0.14 (
02 September 2010
)
* Jingle audio / video chat
* Jingle audio / video chat
* Improve Startup time
* Improve Startup time
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
2f7f54e2
AC_INIT([Gajim - A Jabber Instant Messager],
AC_INIT([Gajim - A Jabber Instant Messager],
[0.1
3.90.1
],[http://trac.gajim.org/],[gajim])
[0.1
4
],[http://trac.gajim.org/],[gajim])
AC_PREREQ([2.59])
AC_PREREQ([2.59])
AC_CONFIG_HEADER(config.h)
AC_CONFIG_HEADER(config.h)
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
9
−
3
View file @
2f7f54e2
gajim (0.1
3.90
-1) unstable; urgency=low
gajim (0.1
4
-1) unstable; urgency=low
* New upstream release.
* New upstream release.
* Correctly sanitize menuentries in chat window action context menu.
-- Yann Leboulanger <asterix@lagaule.org> Sat, 24 Jul 2010 10:25:26 +0200
Closes: #574839
* Fix traceback when closing file request dialog. Closes: #587186
* Recommand python-openssl >= 0.9. Closes: #594772
* Improve a string. Closes: #553527
* Fix canceling file transfer. Closes: #587679
-- Yann Leboulanger <asterix@lagaule.org> Thu, 02 Sep 2010 19:25:26 +0200
gajim (0.13.4-1) unstable; urgency=low
gajim (0.13.4-1) unstable; urgency=low
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
1
View file @
2f7f54e2
...
@@ -14,7 +14,7 @@ Package: gajim
...
@@ -14,7 +14,7 @@ Package: gajim
Architecture: all
Architecture: all
XB-Python-Version: ${python:Versions}
XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-support (>= 0.7.1), python-glade2 (>= 2.12.0), python-gtk2 (>= 2.12.0), dnsutils
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-support (>= 0.7.1), python-glade2 (>= 2.12.0), python-gtk2 (>= 2.12.0), dnsutils
Recommends: dbus, python-dbus, notification-daemon, python-gnupginterface, python-openssl, python-crypto
Recommends: dbus, python-dbus, notification-daemon, python-gnupginterface, python-openssl
(>= 0.9)
, python-crypto
Suggests: python-gconf, python-gnome2, nautilus-sendto, avahi-daemon, python-avahi, network-manager, libgtkspell0, aspell-en, python-gnomekeyring, gnome-keyring, python-sexy, python-kerberos (>= 1.1), texlive-latex-base, dvipng, python-farsight, gstreamer0.10-plugins-ugly
Suggests: python-gconf, python-gnome2, nautilus-sendto, avahi-daemon, python-avahi, network-manager, libgtkspell0, aspell-en, python-gnomekeyring, gnome-keyring, python-sexy, python-kerberos (>= 1.1), texlive-latex-base, dvipng, python-farsight, gstreamer0.10-plugins-ugly
Description: Jabber client written in PyGTK
Description: Jabber client written in PyGTK
Gajim is a Jabber client. It has a tabbed user interface with normal chats,
Gajim is a Jabber client. It has a tabbed user interface with normal chats,
...
...
This diff is collapsed.
Click to expand it.
src/common/defs.py
+
1
−
1
View file @
2f7f54e2
...
@@ -27,7 +27,7 @@ docdir = '../'
...
@@ -27,7 +27,7 @@ docdir = '../'
basedir
=
'
../
'
basedir
=
'
../
'
localedir
=
'
../po
'
localedir
=
'
../po
'
version
=
'
0.1
3.90.1
'
version
=
'
0.1
4
'
import
sys
,
os
.
path
import
sys
,
os
.
path
for
base
in
(
'
.
'
,
'
common
'
):
for
base
in
(
'
.
'
,
'
common
'
):
...
...
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