# HG changeset patch # User Mikael Berthe # Date 1133003373 -3600 # Node ID 1aab64a04c314f5e78cd72ff4ccecffcdf7e2d80 # Parent 34ee48c6f128e685d3cfeb15bddcf1885645c5bf Ready for release 0.7.1 diff -r 34ee48c6f128 -r 1aab64a04c31 mcabber/ChangeLog --- a/mcabber/ChangeLog Sat Nov 26 11:41:53 2005 +0100 +++ b/mcabber/ChangeLog Sat Nov 26 12:09:33 2005 +0100 @@ -1,4 +1,4 @@ -mcabber (0.7.1-dev) +mcabber (0.7.1) * New option 'buddy_format' to select the way buddies are displayed in the log window @@ -13,13 +13,15 @@ * MUC: Improved "/room names" command * MUC: departure messages are displayed * MUC: mcabber now notices when it is ejected from a room + * MUC: status is updated in chatrooms * External commands: the message body can be passed to the external command (see the sample configuration file and the sample eventcmd script) * UTF-8 conversion failures are written to the tracelog file (if enabled) + * The resource priority can now be changed once connected * Fix a bug when moving a chatroom to another group (in the roster) - * Minor cleanup (warnings and compilation stuff) + * Minor cleanup (warnings, small memory leaks and compilation stuff) - -- Mikael, ? + -- Mikael, 2005-11-26 mcabber (0.7.0) diff -r 34ee48c6f128 -r 1aab64a04c31 mcabber/configure.ac --- a/mcabber/configure.ac Sat Nov 26 11:41:53 2005 +0100 +++ b/mcabber/configure.ac Sat Nov 26 12:09:33 2005 +0100 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([mcabber],[0.7.1-dev],[mcabber@lilotux.net]) +AC_INIT([mcabber],[0.7.1],[mcabber@lilotux.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src]) AM_CONFIG_HEADER(config.h) diff -r 34ee48c6f128 -r 1aab64a04c31 mcabber/debian/changelog --- a/mcabber/debian/changelog Sat Nov 26 11:41:53 2005 +0100 +++ b/mcabber/debian/changelog Sat Nov 26 12:09:33 2005 +0100 @@ -1,3 +1,9 @@ +mcabber (0.7.1-1) unstable; urgency=low + + * New upstream release + + -- Mikael BERTHE Sat, 26 Nov 2005 12:03:55 +0100 + mcabber (0.7.0-1) unstable; urgency=low * New upstream release diff -r 34ee48c6f128 -r 1aab64a04c31 mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Sat Nov 26 11:41:53 2005 +0100 +++ b/mcabber/doc/mcabber.1.html Sat Nov 26 12:09:33 2005 +0100 @@ -698,7 +698,7 @@ License (GPL).

diff -r 34ee48c6f128 -r 1aab64a04c31 mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Sat Nov 26 11:41:53 2005 +0100 +++ b/mcabber/doc/mcabber.1.txt Sat Nov 26 12:09:33 2005 +0100 @@ -1,7 +1,7 @@ MCABBER(1) =========== Mikael BERTHE -v0.7.1-dev, October 2005 +v0.7.1, November 2005 NAME ----