changeset 786:23f7e4f47235 0.7.5

Ready for release 0.7.5
author Mikael Berthe <mikael@lilotux.net>
date Mon, 03 Apr 2006 21:47:09 +0200
parents 7e0562e3bc83
children 36e3db73256d
files mcabber/ChangeLog mcabber/NEWS mcabber/TODO mcabber/configure.ac mcabber/debian/changelog mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 7 files changed, 18 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/ChangeLog	Sun Apr 02 23:11:55 2006 +0200
+++ b/mcabber/ChangeLog	Mon Apr 03 21:47:09 2006 +0200
@@ -1,4 +1,4 @@
-mcabber (0.7.5-dev)
+mcabber (0.7.5)
 
  * History files now use UTF-8 encoding
    See file "NEWS" for an example to convert existing log files
@@ -15,6 +15,10 @@
  * Add "/request time|version" commands
  * Add "/roster hide|show|toggle" commands
    This allows having a full-width chat window.
+ * Group names are now case sensitive
+ * Add "--enable-hgcset" option to the ./configure script, for people using
+   the Mercurial repository.  If used, the /version command will display
+   the Mercurial changeset.
  * We try to display as many roster items as possible in the buddylist
  * New "beep_on_message" option
  * New "eventcmd_checkstatus" option
@@ -26,7 +30,7 @@
  * A lot of small bugfixes
  * Documentation updates
 
- -- Mikael, ?
+ -- Mikael, 2006-04-03
 
 mcabber (0.7.4)
 
--- a/mcabber/NEWS	Sun Apr 02 23:11:55 2006 +0200
+++ b/mcabber/NEWS	Mon Apr 03 21:47:09 2006 +0200
@@ -1,6 +1,6 @@
 mcabber (0.7.5)
 
- * History log files are stored using UTF-8 format.
+ * History log files are now stored using UTF-8 format.
    If you have enabled history logging, you need to convert your existing
    logfiles.  For example, you can use the following command to convert
    all ISO-8859-15 files in directory $histodir to UTF-8:
@@ -10,7 +10,7 @@
    configuration file if you have customized your colors.
    The sample config. file has been updated.
 
- -- Mikael, ?
+ -- Mikael, 2006-04-03
 
 mcabber (0.6.5)
 
--- a/mcabber/TODO	Sun Apr 02 23:11:55 2006 +0200
+++ b/mcabber/TODO	Mon Apr 03 21:47:09 2006 +0200
@@ -23,6 +23,7 @@
 * Maybe cache iq:version and show version in /info, if available
 * Sort roster by status
 * 2-levels roster display (jids, resources)
+* "Ignore list" (privacy lists)
 
 * File transfer? :)
 
--- a/mcabber/configure.ac	Sun Apr 02 23:11:55 2006 +0200
+++ b/mcabber/configure.ac	Mon Apr 03 21:47:09 2006 +0200
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([mcabber],[0.7.5-dev],[mcabber@lilotux.net])
+AC_INIT([mcabber],[0.7.5],[mcabber@lilotux.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([src])
 AM_CONFIG_HEADER(config.h)
--- a/mcabber/debian/changelog	Sun Apr 02 23:11:55 2006 +0200
+++ b/mcabber/debian/changelog	Mon Apr 03 21:47:09 2006 +0200
@@ -1,3 +1,9 @@
+mcabber (0.7.5-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Mikael BERTHE <mikael.berthe@lilotux.net>  Mon,  3 Apr 2006 21:43:18 +0200
+
 mcabber (0.7.4-1) unstable; urgency=low
 
   * New upstream release
--- a/mcabber/doc/mcabber.1.html	Sun Apr 02 23:11:55 2006 +0200
+++ b/mcabber/doc/mcabber.1.html	Mon Apr 03 21:47:09 2006 +0200
@@ -912,7 +912,7 @@
 License (GPL).</p>
 <div id="footer">
 <p>
-Version 0.7.5-dev<br />
+Version 0.7.5<br />
 Last updated 25-Mar-2006 19:50:02 CEST
 </p>
 </div>
--- a/mcabber/doc/mcabber.1.txt	Sun Apr 02 23:11:55 2006 +0200
+++ b/mcabber/doc/mcabber.1.txt	Mon Apr 03 21:47:09 2006 +0200
@@ -1,7 +1,7 @@
 MCABBER(1)
 ===========
 Mikael BERTHE <mcabber@lilotux.net>
-v0.7.5-dev, March 2006
+v0.7.5, April 2006
 
 NAME
 ----