changeset 432:3a613e1d229b 0.6.8

Ready for 0.6.8 release
author Mikael Berthe <mikael@lilotux.net>
date Mon, 12 Sep 2005 20:24:16 +0200
parents 89aeb8fdd215
children ee299eb4b490
files mcabber/ChangeLog mcabber/TODO mcabber/configure.ac mcabber/debian/changelog mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 7 files changed, 34 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- 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)
 
--- 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 <jid>|name
     (server search)
   - /help
+  - /room join|leave|topic|names
   - /rawxml...
 
--- 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)
--- 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 <mikael.berthe@lilotux.net>  Mon, 12 Sep 2005 19:38:32 +0200
+
 mcabber (0.6.7-2) unstable; urgency=low
 
   * Add contrib directory to the package
--- 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"
--- 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 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-<meta name="generator" content="AsciiDoc 7.0.0" />
+<meta name="generator" content="AsciiDoc 7.0.1" />
 <meta name="author" content="Mikael BERTHE" />
 <meta name="author-email" content="mcabber@lilotux.net" />
 <link rel="stylesheet" href="./manpage.css" type="text/css" />
@@ -42,12 +42,12 @@
 <li>
 <p>
 <b>History logging:</b>  If enabled (see the CONFIGURATION FILE section),
-  <tt>mcabber(1)</tt> can save discussions to history log files.
+  <tt>mcabber</tt> can save discussions to history log files.
 </p>
 </li>
 <li>
 <p>
-<b>Commands completion:</b>  If possible, <tt>mcabber(1)</tt> will try to complete your
+<b>Commands completion:</b>  If possible, <tt>mcabber</tt> will try to complete your
   command line if you hit the Tab key.
 </p>
 </li>
@@ -55,7 +55,8 @@
 <p>
 <b>External actions:</b>  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
+  <tt>mcabber</tt> source code, in the contrib directory.
 </p>
 </li>
 </ul>
@@ -214,7 +215,7 @@
 </b></dt>
 <dd>
         Bind a command line to the key with the "keycode" code number.<br />
-        Keycodes of unused keys are displayed by mcabber in the log window
+        Keycodes of unused keys are displayed by <tt>mcabber</tt> in the log window
         when pressing the key, for example "Unknown key=265".<br />
         "/bind keycode" displays the command line bound to the given keycode;
         "/bind keycode" unbinds the given keycode.<br />
@@ -548,8 +549,8 @@
 License (GPL).</p>
 <div id="footer">
 <p>
-Version 0.6.7<br />
-Last updated 26-Jul-2005 20:34:28 CEST
+Version 0.6.8<br />
+Last updated 12-Sep-2005 19:31:21 CEST
 </p>
 </div>
 </div>
--- 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 <mcabber@lilotux.net>
-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. +