# HG changeset patch # User Mikael Berthe # Date 1126549456 -7200 # Node ID 3a613e1d229b901df0324bfe0c4e5ee5b7178691 # Parent 89aeb8fdd2153bf45d3eee0301e9368cda6faae1 Ready for 0.6.8 release diff -r 89aeb8fdd215 -r 3a613e1d229b mcabber/ChangeLog --- a/mcabber/ChangeLog Sun Sep 11 22:08:51 2005 +0200 +++ b/mcabber/ChangeLog Mon Sep 12 20:24:16 2005 +0200 @@ -1,8 +1,13 @@ -mcabber (0.6.8-dev) +mcabber (0.6.8) - * + * Proxy support (see updated mcabberrc sample file) + * Better handling of server error codes/messages (we try to respect RFC3920) + * A contact does not show up as "online" anymore when mcabber receives an + error presence packet + * Check the tracelog file actually belongs to the user, if logging is enabled + * Fix a potential connection failure introduced in 0.6.7 - -- Mikael, ? + -- Mikael, 2005-09-12 mcabber (0.6.7) diff -r 89aeb8fdd215 -r 3a613e1d229b mcabber/TODO --- a/mcabber/TODO Sun Sep 11 22:08:51 2005 +0200 +++ b/mcabber/TODO Mon Sep 12 20:24:16 2005 +0200 @@ -25,7 +25,7 @@ Then we see A as being offline, although we should still see A/r1 online * File transfer? :) -* Conferences +* MUC (Conferences...) * Commands: @@ -42,5 +42,6 @@ - /search |name (server search) - /help + - /room join|leave|topic|names - /rawxml... diff -r 89aeb8fdd215 -r 3a613e1d229b mcabber/configure.ac --- a/mcabber/configure.ac Sun Sep 11 22:08:51 2005 +0200 +++ b/mcabber/configure.ac Mon Sep 12 20:24:16 2005 +0200 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([mcabber],[0.6.8-dev],[mcabber@lilotux.net]) +AC_INIT([mcabber],[0.6.8],[mcabber@lilotux.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src]) AM_CONFIG_HEADER(config.h) diff -r 89aeb8fdd215 -r 3a613e1d229b mcabber/debian/changelog --- a/mcabber/debian/changelog Sun Sep 11 22:08:51 2005 +0200 +++ b/mcabber/debian/changelog Mon Sep 12 20:24:16 2005 +0200 @@ -1,3 +1,9 @@ +mcabber (0.6.8-1) unstable; urgency=low + + * New upstream release + + -- Mikael BERTHE Mon, 12 Sep 2005 19:38:32 +0200 + mcabber (0.6.7-2) unstable; urgency=low * Add contrib directory to the package diff -r 89aeb8fdd215 -r 3a613e1d229b mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Sun Sep 11 22:08:51 2005 +0200 +++ b/mcabber/doc/mcabber.1 Mon Sep 12 20:24:16 2005 +0200 @@ -47,13 +47,13 @@ SSL support\&. .TP \(bu - History logging: If enabled (see the CONFIGURATION FILE section), mcabber(1) can save discussions to history log files\&. + History logging: If enabled (see the CONFIGURATION FILE section), mcabber can save discussions to history log files\&. .TP \(bu - Commands completion: If possible, mcabber(1) will try to complete your command line if you hit the Tab key\&. + Commands completion: If possible, mcabber will try to complete your command line if you hit the Tab key\&. .TP \(bu - External actions: Some events (like receiving a message) can trigger an external action, for example a shell script (you need to enable it in your configuration file)\&. + External actions: Some events (like receiving a message) can trigger an external action, for example a shell script (you need to enable it in your configuration file)\&. A sample events script ("eventcmd") is provided with mcabber source code, in the contrib directory\&. .LP .SH "OPTIONS" diff -r 89aeb8fdd215 -r 3a613e1d229b mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Sun Sep 11 22:08:51 2005 +0200 +++ b/mcabber/doc/mcabber.1.html Mon Sep 12 20:24:16 2005 +0200 @@ -2,7 +2,7 @@ - + @@ -42,12 +42,12 @@
  • History logging: If enabled (see the CONFIGURATION FILE section), - mcabber(1) can save discussions to history log files. + mcabber can save discussions to history log files.

  • -Commands completion: If possible, mcabber(1) will try to complete your +Commands completion: If possible, mcabber will try to complete your command line if you hit the Tab key.

  • @@ -55,7 +55,8 @@

    External actions: Some events (like receiving a message) can trigger an external action, for example a shell script (you need to enable it in your - configuration file). + configuration file). A sample events script ("eventcmd") is provided with + mcabber source code, in the contrib directory.

    @@ -214,7 +215,7 @@
    Bind a command line to the key with the "keycode" code number.
    - Keycodes of unused keys are displayed by mcabber in the log window + Keycodes of unused keys are displayed by mcabber in the log window when pressing the key, for example "Unknown key=265".
    "/bind keycode" displays the command line bound to the given keycode; "/bind keycode" unbinds the given keycode.
    @@ -548,8 +549,8 @@ License (GPL).

    diff -r 89aeb8fdd215 -r 3a613e1d229b mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Sun Sep 11 22:08:51 2005 +0200 +++ b/mcabber/doc/mcabber.1.txt Mon Sep 12 20:24:16 2005 +0200 @@ -1,7 +1,7 @@ MCABBER(1) =========== Mikael BERTHE -v0.6.8-dev, September 2005 +v0.6.8, September 2005 NAME ---- @@ -33,12 +33,13 @@ - 'SSL support'. - 'History logging:' If enabled (see the CONFIGURATION FILE section), - `mcabber(1)` can save discussions to history log files. -- 'Commands completion:' If possible, `mcabber(1)` will try to complete your + `mcabber` can save discussions to history log files. +- 'Commands completion:' If possible, `mcabber` will try to complete your command line if you hit the Tab key. - 'External actions:' Some events (like receiving a message) can trigger an external action, for example a shell script (you need to enable it in your - configuration file). + configuration file). A sample events script ("eventcmd") is provided with + `mcabber` source code, in the contrib directory. OPTIONS ------- @@ -94,7 +95,7 @@ /bind keycode = command line:: Bind a command line to the key with the "keycode" code number. + - Keycodes of unused keys are displayed by mcabber in the log window + Keycodes of unused keys are displayed by `mcabber` in the log window when pressing the key, for example "Unknown key=265". + "/bind keycode" displays the command line bound to the given keycode; "/bind keycode" unbinds the given keycode. +