# HG changeset patch # User Mikael Berthe # Date 1158684798 -7200 # Node ID fc98d932af4f9eebcab14ef82ea8c10a86c4c3fd # Parent e79af58cd0be25315939f65572452c3d54bf45c8 Ready for release 0.8.2 diff -r e79af58cd0be -r fc98d932af4f mcabber/ChangeLog --- 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) diff -r e79af58cd0be -r fc98d932af4f mcabber/configure.ac --- 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) diff -r e79af58cd0be -r fc98d932af4f mcabber/doc/mcabber.1.txt --- 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 -v0.8.2-dev, August 2006 +v0.8.2, September 2006 NAME ----