changeset 230:d33075ba7533 0.6.0

[/trunk] Changeset 242 by mikael * Version 0.6.0 * Initial changelog
author mikael
date Tue, 07 Jun 2005 18:35:37 +0000
parents bfc14cfb068e
children 193c08454aac
files mcabber/ChangeLog mcabber/configure.ac
diffstat 2 files changed, 16 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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)