Ready for release 0.8.2 0.8.2
authorMikael Berthe <mikael@lilotux.net>
Tue, 19 Sep 2006 18:53:18 +0200
changeset 963 fc98d932af4f
parent 962 e79af58cd0be
child 964 2c645e0a3304
Ready for release 0.8.2
mcabber/ChangeLog
mcabber/configure.ac
mcabber/doc/mcabber.1.txt
--- a/mcabber/ChangeLog	Sun Sep 17 14:35:25 2006 +0200
+++ b/mcabber/ChangeLog	Tue Sep 19 18:53:18 2006 +0200
@@ -1,8 +1,18 @@
-mcabber (0.8.2-dev)
+mcabber (0.8.2)
 
- * 
+ * Fix a freeze with UTF-8 locales
+   Some commands were causing a freeze when there was a trailing space
+   in the command line.
+ * The current ssl_verify value is used in /connect (no need to restart
+   mcabber)
+ * System messages are not blocked anymore when the option
+   "block_unsubscribed" is set
+ * Do not enter chat mode after command "/del" or when somebody joins a room
+ * Display mcabber version in the status window (when chat mode is disabled)
+   (Suggested by pmw & hednod)
+ * Small code cleanup and a few cosmetic changes
 
- -- Mikael, ?
+ -- Mikael, 2006-09-19
 
 mcabber (0.8.1)
 
--- a/mcabber/configure.ac	Sun Sep 17 14:35:25 2006 +0200
+++ b/mcabber/configure.ac	Tue Sep 19 18:53:18 2006 +0200
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([mcabber],[0.8.2-dev],[mcabber@lilotux.net])
+AC_INIT([mcabber],[0.8.2],[mcabber@lilotux.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([src])
 AM_CONFIG_HEADER(config.h)
--- a/mcabber/doc/mcabber.1.txt	Sun Sep 17 14:35:25 2006 +0200
+++ b/mcabber/doc/mcabber.1.txt	Tue Sep 19 18:53:18 2006 +0200
@@ -1,7 +1,7 @@
 MCABBER(1)
 ===========
 Mikael BERTHE <mcabber@lilotux.net>
-v0.8.2-dev, August 2006
+v0.8.2, September 2006
 
 NAME
 ----