changeset 963:fc98d932af4f 0.8.2

Ready for release 0.8.2
author Mikael Berthe <mikael@lilotux.net>
date Tue, 19 Sep 2006 18:53:18 +0200
parents e79af58cd0be
children 2c645e0a3304
files mcabber/ChangeLog mcabber/configure.ac mcabber/doc/mcabber.1.txt
diffstat 3 files changed, 15 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
 ----