changeset 421:569f333e51e2 0.6.7

Ready for 0.6.7 release
author Mikael Berthe <mikael@lilotux.net>
date Fri, 02 Sep 2005 22:10:14 +0200
parents 04a0b450380b
children fc5116fa750e
files mcabber/ChangeLog mcabber/configure.ac mcabber/debian/changelog mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt mcabber/src/jabglue.c
diffstat 6 files changed, 15 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- 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)
 
--- 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)
--- 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 <mikael.berthe@lilotux.net>  Fri,  2 Sep 2005 22:08:33 +0200
+
 mcabber (0.6.6-1) unstable; urgency=low
 
   * New upstream release
--- 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).</p>
 <div id="footer">
 <p>
-Version 0.6.6<br />
+Version 0.6.7<br />
 Last updated 26-Jul-2005 20:34:28 CEST
 </p>
 </div>
--- 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 <mcabber@lilotux.net>
-v0.6.7-dev, August 2005
+v0.6.7, September 2005
 
 NAME
 ----
--- 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);