# HG changeset patch # User Mikael Berthe # Date 1121186166 -3600 # Node ID 70914672c8e71ee0e99ecb1f45800216ec9efebe # Parent 566818afee1ca6365f6813e149daa06450549109 Ready for 0.6.3 release diff -r 566818afee1c -r 70914672c8e7 mcabber/ChangeLog --- 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) diff -r 566818afee1c -r 70914672c8e7 mcabber/configure.ac --- 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) diff -r 566818afee1c -r 70914672c8e7 mcabber/doc/mcabber.1.txt --- 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 -v0.6.3-dev, July 2005 +v0.6.3, July 2005 NAME ---- diff -r 566818afee1c -r 70914672c8e7 mcabber/src/commands.c --- 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