changeset 1150:0b71fd194877 0.9.1

Ready for release 0.9.1
author Mikael Berthe <mikael@lilotux.net>
date Sat, 10 Feb 2007 19:32:50 +0100
parents 13d125a2020f
children fce21eb73bfc
files mcabber/ChangeLog mcabber/NEWS mcabber/configure.ac mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 5 files changed, 30 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/ChangeLog	Sat Feb 10 18:47:01 2007 +0100
+++ b/mcabber/ChangeLog	Sat Feb 10 19:32:50 2007 +0100
@@ -1,8 +1,25 @@
-mcabber (0.9.1-dev)
+mcabber (0.9.1)
 
- * 
+ * The Ctrl-q binding isn't hardcoded anymore
+ * Major memory management and speed improvement
+ * New commands "/buffer close" and "/buffer close_all"
+ * New options "cmdhistory_lines" and "max_history_blocks"
+ * New option "logging_ignore_status"
+ * Add a few event scripts (OSD and libnotify examples)
+ * New events option "events_ignore_active_window"
+ * Support for invitations to muc rooms (Michael Scherer)
+ * Response to XMPP Ping (XEP-0199) (Michael Scherer)
+ * Fix /say_to to contacts of a folded group (reported by Salvador)
+ * Fix a bug in the history logging (incoming "/me " messages)
+   (reported by Frank Zschockelt)
+ * Fix a few memory leaks (Michael Scherer)
+ * A few more misc. bug fixes and improvements
+ * Rewritten mcwizz setup script (Mulander)
+ * Add scripts to contrib: merge_history.py and filter_statusmsg.py
+   (Frank Zschockelt)
+ * help: Add Russian translation (Loenko Artyom)
 
- -- Mikael, ?
+ -- Mikael, 2007-02-10
 
 mcabber (0.9.0)
 
--- a/mcabber/NEWS	Sat Feb 10 18:47:01 2007 +0100
+++ b/mcabber/NEWS	Sat Feb 10 19:32:50 2007 +0100
@@ -1,3 +1,10 @@
+mcabber (0.9.1)
+
+ * The Ctrl-q binding is not hardcoded anymore and should be set in the
+   configuration file.
+
+ -- Mikael, 2007-02-10
+
 mcabber (0.8.0)
 
  * Mcabber now does SSL server certificate verification, and it is enabled
--- a/mcabber/configure.ac	Sat Feb 10 18:47:01 2007 +0100
+++ b/mcabber/configure.ac	Sat Feb 10 19:32:50 2007 +0100
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([mcabber],[0.9.1-dev],[mcabber@lilotux.net])
+AC_INIT([mcabber],[0.9.1],[mcabber@lilotux.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([src])
 AM_CONFIG_HEADER(config.h)
--- a/mcabber/doc/mcabber.1.html	Sat Feb 10 18:47:01 2007 +0100
+++ b/mcabber/doc/mcabber.1.html	Sat Feb 10 19:32:50 2007 +0100
@@ -1290,7 +1290,7 @@
 License (GPL).</p>
 <div id="footer">
 <p>
-Version 0.9.1-dev<br />
+Version 0.9.1<br />
 Last updated 04-Feb-2007 11:44:42 CEST
 </p>
 </div>
--- a/mcabber/doc/mcabber.1.txt	Sat Feb 10 18:47:01 2007 +0100
+++ b/mcabber/doc/mcabber.1.txt	Sat Feb 10 19:32:50 2007 +0100
@@ -1,7 +1,7 @@
 MCABBER(1)
 ===========
 Mikael BERTHE <mcabber@lilotux.net>
-v0.9.1-dev, December 2006
+v0.9.1, February 2007
 
 NAME
 ----