# HG changeset patch # User Mikael Berthe # Date 1193479315 -7200 # Node ID f8cfa22cedc23ea219caa470a5f19abae92c1754 # Parent e30a9d907105e8c286ca8a5fac2f28a1d03e44ea Ready for release 0.9.4 diff -r e30a9d907105 -r f8cfa22cedc2 mcabber/ChangeLog --- a/mcabber/ChangeLog Sat Oct 27 11:10:18 2007 +0200 +++ b/mcabber/ChangeLog Sat Oct 27 12:01:55 2007 +0200 @@ -1,4 +1,4 @@ -mcabber (0.9.4-dev) +mcabber (0.9.4) * New mcabber command line option -V (displays the version) * MCabber can be linked against GnuTLS @@ -21,7 +21,7 @@ * New Italian translation (Alessandro Dotti Contra) * Update online documentation and translations - -- Mikael, ? + -- Mikael, 2007-10-27 mcabber (0.9.3) diff -r e30a9d907105 -r f8cfa22cedc2 mcabber/NEWS --- a/mcabber/NEWS Sat Oct 27 11:10:18 2007 +0200 +++ b/mcabber/NEWS Sat Oct 27 12:01:55 2007 +0200 @@ -3,7 +3,7 @@ * The option 'hide_offline_buddies' is deprecated, the new option roster_display_filter should be used instead. - -- Mikael, ? + -- Mikael, 2007-10-27 mcabber (0.9.1) diff -r e30a9d907105 -r f8cfa22cedc2 mcabber/configure.ac --- a/mcabber/configure.ac Sat Oct 27 11:10:18 2007 +0200 +++ b/mcabber/configure.ac Sat Oct 27 12:01:55 2007 +0200 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([mcabber],[0.9.4-dev],[mcabber@lilotux.net]) +AC_INIT([mcabber],[0.9.4],[mcabber@lilotux.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src]) AM_CONFIG_HEADER(config.h) diff -r e30a9d907105 -r f8cfa22cedc2 mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Sat Oct 27 11:10:18 2007 +0200 +++ b/mcabber/doc/mcabber.1.html Sat Oct 27 12:01:55 2007 +0200 @@ -1313,7 +1313,7 @@ License (GPL).

diff -r e30a9d907105 -r f8cfa22cedc2 mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Sat Oct 27 11:10:18 2007 +0200 +++ b/mcabber/doc/mcabber.1.txt Sat Oct 27 12:01:55 2007 +0200 @@ -1,7 +1,7 @@ MCABBER(1) =========== Mikael BERTHE -v0.9.4-dev, June 2007 +v0.9.4, October 2007 NAME ---- diff -r e30a9d907105 -r f8cfa22cedc2 mcabber/mcabber.desktop --- a/mcabber/mcabber.desktop Sat Oct 27 11:10:18 2007 +0200 +++ b/mcabber/mcabber.desktop Sat Oct 27 12:01:55 2007 +0200 @@ -1,12 +1,9 @@ [Desktop Entry] Encoding=UTF-8 -Version=0.9.3 +Type=Application Name=MCabber -Type=Application +GenericName=Jabber IM Client Comment=Console Jabber Client +Exec=mcabber Terminal=true -Exec=mcabber -Path= -Icon= -Categories=ConsoleOnly;System;Application;Network;InstantMessaging -GenericName=Jabber IM Client +Categories=ConsoleOnly;System;Network;InstantMessaging;Chat; diff -r e30a9d907105 -r f8cfa22cedc2 mcabber/src/jab_iq.c --- a/mcabber/src/jab_iq.c Sat Oct 27 11:10:18 2007 +0200 +++ b/mcabber/src/jab_iq.c Sat Oct 27 12:01:55 2007 +0200 @@ -112,7 +112,7 @@ const char *entity_version(void) { static char *ver; - const char *PVERSION = PACKAGE_VERSION "+iql"; + const char *PVERSION = PACKAGE_VERSION; // "+xxx"; if (ver) return ver;