# HG changeset patch # User mikael # Date 1118169337 0 # Node ID d33075ba75339fece4d345b8f7cc32a1cf42ee6c # Parent bfc14cfb068e1e3496c309825e262beb54c1bfc8 [/trunk] Changeset 242 by mikael * Version 0.6.0 * Initial changelog diff -r bfc14cfb068e -r d33075ba7533 mcabber/ChangeLog --- a/mcabber/ChangeLog Tue Jun 07 18:35:04 2005 +0000 +++ b/mcabber/ChangeLog Tue Jun 07 18:35:37 2005 +0000 @@ -1,6 +1,18 @@ -mcabber (0.6.0-dev) +mcabber (0.6.0) Initial fork from cabber 0.5.0-test1 - * Lots of changes... + Lots of changes, here is a quick summary: + * Use automake/autoconf + * Switch to libjabber + * SSL support with OpenSSL (should work with gnutls but I didn't + succeed) + * History scrolling and resizing + * History logging (and reading) + * Small manpage (AsciiDoc documentation) + * Buddy groups implementation + - fold/unfold groups + - hide/show offline buddies + * Commands, and command completion system + * Hooks for external events (for ex. when receiving a message) - -- Mikael, $date + -- Mikael, 2005-06-07 diff -r bfc14cfb068e -r d33075ba7533 mcabber/configure.ac --- a/mcabber/configure.ac Tue Jun 07 18:35:04 2005 +0000 +++ b/mcabber/configure.ac Tue Jun 07 18:35:37 2005 +0000 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([mcabber],[0.6.0-dev],[bmikael@lists.lilotux.net]) +AC_INIT([mcabber],[0.6.0],[bmikael@lists.lilotux.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src]) AM_CONFIG_HEADER(config.h)