changeset 308:70914672c8e7 0.6.3

Ready for 0.6.3 release
author Mikael Berthe <mikael@lilotux.net>
date Tue, 12 Jul 2005 17:36:06 +0100
parents 566818afee1c
children 27a29dc72d25
files mcabber/ChangeLog mcabber/configure.ac mcabber/doc/mcabber.1.txt mcabber/src/commands.c
diffstat 4 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/ChangeLog	Tue Jul 12 17:19:42 2005 +0100
+++ b/mcabber/ChangeLog	Tue Jul 12 17:36:06 2005 +0100
@@ -1,8 +1,9 @@
-mcabber (0.6.3-dev)
-
+mcabber (0.6.3)
 
+ * Fix interactive password crash
+ * Disable /set command (it is almost useless)
 
- -- Mikael, ?
+ -- Mikael, 2005-07-12
 
 mcabber (0.6.2)
 
--- a/mcabber/configure.ac	Tue Jul 12 17:19:42 2005 +0100
+++ b/mcabber/configure.ac	Tue Jul 12 17:36:06 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.3-dev],[mcabber@lilotux.net])
+AC_INIT([mcabber],[0.6.3],[mcabber@lilotux.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([src])
 AM_CONFIG_HEADER(config.h)
--- a/mcabber/doc/mcabber.1.txt	Tue Jul 12 17:19:42 2005 +0100
+++ b/mcabber/doc/mcabber.1.txt	Tue Jul 12 17:36:06 2005 +0100
@@ -1,7 +1,7 @@
 MCABBER(1)
 ===========
 Mikael BERTHE <mcabber@lilotux.net>
-v0.6.3-dev, July 2005
+v0.6.3, July 2005
 
 NAME
 ----
--- a/mcabber/src/commands.c	Tue Jul 12 17:19:42 2005 +0100
+++ b/mcabber/src/commands.c	Tue Jul 12 17:36:06 2005 +0100
@@ -100,7 +100,7 @@
   cmd_add("say", "Say something to the selected buddy", 0, 0, &do_say);
   //cmd_add("search");
   //cmd_add("send_auth");
-  cmd_add("set", "Set/query an option value", 0, 0, &do_set);
+  //cmd_add("set", "Set/query an option value", 0, 0, &do_set);
   cmd_add("status", "Show or set your status", COMPL_STATUS, 0, &do_status);
 
   // Status category