changeset 303:bb71b5707b00 0.6.2

Ready for 0.6.2 release
author Mikael Berthe <mikael@lilotux.net>
date Mon, 11 Jul 2005 21:30:41 +0100
parents 8ca708a0d550
children 67014cba4763
files mcabber/ChangeLog mcabber/NEWS mcabber/TODO mcabber/configure.ac
diffstat 3 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/ChangeLog	Mon Jul 11 21:11:28 2005 +0100
+++ b/mcabber/ChangeLog	Mon Jul 11 21:30:41 2005 +0100
@@ -1,4 +1,4 @@
-mcabber (0.6.2-dev)
+mcabber (0.6.2)
 
  * The history log file format has changed; the old log files written by
    mcabber < 0.6.1 are no longer supported and should be converted.
@@ -16,14 +16,14 @@
    writing to log files
  * Remove busy/occupied status, which does not exist (it could be an alias for
    dnd)
- * The settings system has been rewritten, but it is still not 100% ready yet
+ * The settings system has been rewritten
  * Fix segfault when the resource is not specified
  * New /alias command
  * New /bind command
  * Add /roster toggle_offline
  * Add /connect and /disconnect commands
 
- -- Mikael, ?
+ -- Mikael, 2005-07-11
 
 mcabber (0.6.1)
 
--- a/mcabber/NEWS	Mon Jul 11 21:11:28 2005 +0100
+++ b/mcabber/NEWS	Mon Jul 11 21:30:41 2005 +0100
@@ -1,4 +1,4 @@
-mcabber (0.6.2-dev)
+mcabber (0.6.2)
 
  * Support for old style (i.e. < 0.6.1) history logfiles has been removed.
    You can upgrade your logfiles with the script "contrib/conv_log_dates.pl"
@@ -6,5 +6,5 @@
  * The colors option names have changed (and they aren't mandatory anymore).
    Please look at the sample config. file to update your mcabberrc.
 
- -- Mikael, ?
+ -- Mikael, 2005-07-11
 
--- a/mcabber/configure.ac	Mon Jul 11 21:11:28 2005 +0100
+++ b/mcabber/configure.ac	Mon Jul 11 21:30:41 2005 +0100
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([mcabber],[0.6.2-dev],[mcabber@lilotux.net])
+AC_INIT([mcabber],[0.6.2],[mcabber@lilotux.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([src])
 AM_CONFIG_HEADER(config.h)