# HG changeset patch # User Mikael Berthe # Date 1125691814 -7200 # Node ID 569f333e51e2f700d362da83da26c4d7badc6bfe # Parent 04a0b450380b61f7f6778c6f4af76acfa40f519d Ready for 0.6.7 release diff -r 04a0b450380b -r 569f333e51e2 mcabber/ChangeLog --- a/mcabber/ChangeLog Fri Sep 02 21:47:14 2005 +0200 +++ b/mcabber/ChangeLog Fri Sep 02 22:10:14 2005 +0200 @@ -1,15 +1,15 @@ -mcabber (0.6.7-dev) +mcabber (0.6.7) * Allow a different server name than the jid domain name - (which allows connecting to Google Talk). The libjabber - patch (credited to Ian Johannesen) comes from centericq. + (which allows connecting to Google Talk). + The libjabber patch (credited to Ian Johannesen) comes from centericq. * Reduce CPU consumption when mcabber is not connected to a Jabber server * Update libjabber (sync with upstream) - * Fix a weird bug when trying to connect to a closed port + * Fix a weird crash when trying to connect to a closed port * Display text messages corresponding to the Jabber server error codes - * Display full date in the trace logfile + * Display full dates in the trace logfile - -- Mikael, ? + -- Mikael, 2005-09-02 mcabber (0.6.6) diff -r 04a0b450380b -r 569f333e51e2 mcabber/configure.ac --- a/mcabber/configure.ac Fri Sep 02 21:47:14 2005 +0200 +++ b/mcabber/configure.ac Fri Sep 02 22:10:14 2005 +0200 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([mcabber],[0.6.7-dev],[mcabber@lilotux.net]) +AC_INIT([mcabber],[0.6.7],[mcabber@lilotux.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src]) AM_CONFIG_HEADER(config.h) diff -r 04a0b450380b -r 569f333e51e2 mcabber/debian/changelog --- a/mcabber/debian/changelog Fri Sep 02 21:47:14 2005 +0200 +++ b/mcabber/debian/changelog Fri Sep 02 22:10:14 2005 +0200 @@ -1,3 +1,9 @@ +mcabber (0.6.7-1) unstable; urgency=low + + * New upstream release + + -- Mikael BERTHE Fri, 2 Sep 2005 22:08:33 +0200 + mcabber (0.6.6-1) unstable; urgency=low * New upstream release diff -r 04a0b450380b -r 569f333e51e2 mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Fri Sep 02 21:47:14 2005 +0200 +++ b/mcabber/doc/mcabber.1.html Fri Sep 02 22:10:14 2005 +0200 @@ -548,7 +548,7 @@ License (GPL).

diff -r 04a0b450380b -r 569f333e51e2 mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Fri Sep 02 21:47:14 2005 +0200 +++ b/mcabber/doc/mcabber.1.txt Fri Sep 02 22:10:14 2005 +0200 @@ -1,7 +1,7 @@ MCABBER(1) =========== Mikael BERTHE -v0.6.7-dev, August 2005 +v0.6.7, September 2005 NAME ---- diff -r 04a0b450380b -r 569f333e51e2 mcabber/src/jabglue.c --- a/mcabber/src/jabglue.c Fri Sep 02 21:47:14 2005 +0200 +++ b/mcabber/src/jabglue.c Fri Sep 02 22:10:14 2005 +0200 @@ -672,7 +672,6 @@ char *ns=NULL; char *id=NULL; enum imstatus ust; - // int npos; jb_reset_keepalive(); // reset keepalive delay jpacket_reset(packet);