Skip to content
Snippets Groups Projects
Commit 2f7f54e2 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

prepare 0.14 release

parent 58efce9d
No related branches found
No related tags found
No related merge requests found
Gajim 0.14 (XX) Gajim 0.14 (02 September 2010)
* Jingle audio / video chat * Jingle audio / video chat
* Improve Startup time * Improve Startup time
......
AC_INIT([Gajim - A Jabber Instant Messager], AC_INIT([Gajim - A Jabber Instant Messager],
[0.13.90.1],[http://trac.gajim.org/],[gajim]) [0.14],[http://trac.gajim.org/],[gajim])
AC_PREREQ([2.59]) AC_PREREQ([2.59])
AC_CONFIG_HEADER(config.h) AC_CONFIG_HEADER(config.h)
......
gajim (0.13.90-1) unstable; urgency=low gajim (0.14-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
......
...@@ -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,
......
...@@ -27,7 +27,7 @@ docdir = '../' ...@@ -27,7 +27,7 @@ docdir = '../'
basedir = '../' basedir = '../'
localedir = '../po' localedir = '../po'
version = '0.13.90.1' version = '0.14'
import sys, os.path import sys, os.path
for base in ('.', 'common'): for base in ('.', 'common'):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment