Ready for release 0.9.4
authorMikael Berthe <mikael@lilotux.net>
Sat, 27 Oct 2007 12:01:55 +0200
changeset 1334 f8cfa22cedc2
parent 1333 e30a9d907105
child 1335 ab1b7f7a682e
Ready for release 0.9.4
mcabber/ChangeLog
mcabber/NEWS
mcabber/configure.ac
mcabber/doc/mcabber.1.html
mcabber/doc/mcabber.1.txt
mcabber/mcabber.desktop
mcabber/src/jab_iq.c
--- 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)
 
--- 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)
 
--- 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)
--- 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).</p>
 <div id="footer">
 <p>
-Version 0.9.4-dev<br />
+Version 0.9.4<br />
 Last updated 27-Jun-2007 22:11:34 CEST
 </p>
 </div>
--- 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 <mcabber@lilotux.net>
-v0.9.4-dev, June 2007
+v0.9.4, October 2007
 
 NAME
 ----
--- 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;
--- 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;