Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2007-11-17 02:09:33 +0300
committerYann Leboulanger <asterix@lagaule.org>2007-11-17 02:09:33 +0300
commitd5402adbf1aa01fba540637de70d99d2eb5ba2aa (patch)
tree489a78cef889bfc0d13f69237a8e0d5b761f1eb2
parent881430d130e3d980048d64f60b14d588c8b3013d (diff)
fix man page of gajim-remote and debian/control file, update changelog for 0.11.3
-rw-r--r--ChangeLog8
-rw-r--r--data/gajim-remote.12
-rw-r--r--debian/control4
3 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c64393b7f..2e2891d36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Gajim 0.11.3 (17 November 2007)
+
+ * Fix bookmarks support detection
+ * Improve file transfer on windows
+ * Fix some zeroconf bugs
+ * Fix focus bug in chat window
+ * Fix nickname changement behaviour in groupchats
+
Gajim 0.11.2 (22 September 2007)
* Improve idle, transports support
diff --git a/data/gajim-remote.1 b/data/gajim-remote.1
index 8b13ff1a8..9bbbc7214 100644
--- a/data/gajim-remote.1
+++ b/data/gajim-remote.1
@@ -1,7 +1,7 @@
.\" 20050818
.TH "Gajim-remote" "1" "August 18, 2005" "Gajim dev team" ""
.SH "NAME"
-Gajim-remote
+Gajim-remote \- tool to communicate with a running instance of Gajim
.SH "SYNOPSIS"
.B gajim-remote [help] [toggle_roster_appearance] [show_next_unread] [list_contacts] [list_accounts] [change_status] [open_chat] [send_message] [send_file] [contact_info] [account_info] [send_file] [prefs_list] [prefs_put] [prefs_del] [prefs_store] [remove_contact] [add_contact] [get_status] [get_status_message] [get_unread_msgs_number] [start_chat]
.SH "DESCRIPTION"
diff --git a/debian/control b/debian/control
index 6c5cd13ba..246b45636 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: gajim
Section: net
Priority: optional
Maintainer: Yann Le Boulanger <asterix@lagaule.org>
-Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-support (>= 0.3), python2.4-dev, libgtk2.0-dev, python-gtk2-dev, libgtkspell-dev, gettext, libxss-dev, intltool, imagemagick, python-central (>= 0.5), libdbus-1-dev
+Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-support (>= 0.7.1), python-dev, libgtk2.0-dev, python-gtk2-dev, libgtkspell-dev, gettext, libxss-dev, intltool, imagemagick, python-central (>= 0.5), libdbus-1-dev
Build-Conflicts: python2.3
XS-Python-Version: >= 2.4
Standards-Version: 3.7.2
@@ -10,7 +10,7 @@ Standards-Version: 3.7.2
Package: gajim
Architecture: any
XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, python (>= 2.4), python-glade2 (>= 2.6.0), python-gtk2 (>= 2.6.0), python-pysqlite2 | python (>= 2.5), dnsutils
+Depends: python (>= 2.4), python-support (>= 0.7.1), python-glade2 (>= 2.6.0), python-gtk2 (>= 2.6.0), python-pysqlite2 | python (>= 2.5), dnsutils
Recommends: dbus, python-dbus, notification-daemon, python-gnupginterface
Suggests: python-gnome2, nautilus-sendto, avahi-daemon, python-avahi, network-manager, libgtkspell0, aspell-en, python-gnome2-desktop (>= 2.16.0)
Description: Jabber client written in PyGTK