changeset 1606:d7f26538c24c

Bump version to 0.10.x
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Oct 2009 16:01:31 +0200
parents 79f3b780821a
children 14690e624e9d
files mcabber/ChangeLog mcabber/NEWS mcabber/configure.ac mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt
diffstat 6 files changed, 26 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/ChangeLog	Sun Oct 11 16:00:53 2009 +0200
+++ b/mcabber/ChangeLog	Sun Oct 11 16:01:31 2009 +0200
@@ -1,6 +1,9 @@
-mcabber (0.9.11-dev)
+mcabber (0.10.0-dev)
 
- * 
+ * Switch to the Loudmouth library (franky)
+ * Message Receipts (XEP-0184) support (franky)
+ * Update of Entity Capabilities support (franky)
+ * Allow changing the nickname in MUC bookmarks (Myhailo Danylenko)
 
  -- Mikael, ?
 
--- a/mcabber/NEWS	Sun Oct 11 16:00:53 2009 +0200
+++ b/mcabber/NEWS	Sun Oct 11 16:01:31 2009 +0200
@@ -1,3 +1,16 @@
+mcabber (0.10.0)
+
+ * MCabber now uses the Loudmouth library (version 1.4.3 or greater).
+
+ -- Mikael, ?
+
+mcabber (0.9.10)
+
+ * The spell checking related options have changed, please
+   check your configuration file.
+
+ -- Mikael, 2009-10-11
+
 mcabber (0.9.5)
 
  * The option 'otr' must now be set in the configuration file in
--- a/mcabber/configure.ac	Sun Oct 11 16:00:53 2009 +0200
+++ b/mcabber/configure.ac	Sun Oct 11 16:01:31 2009 +0200
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([mcabber],[0.9.11-dev],[mcabber@lilotux.net])
+AC_INIT([mcabber],[0.10.0-dev],[mcabber@lilotux.net])
 AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([src])
 AM_CONFIG_HEADER(config.h)
@@ -176,7 +176,7 @@
 
 if test "x$enable_enchant" = "xyes"; then
  PKG_CHECK_MODULES(ENCHANT, [enchant],
-   AC_DEFINE(WITH_ENCHANT, 1, [define if you want enchant support])
+   AC_DEFINE(WITH_ENCHANT, 1, [Define if you want enchant support])
  )
 else
  if test "x$enable_aspell" = "xyes"; then
@@ -184,7 +184,7 @@
     if test "x$have_aspell_includes" = "xyes"; then
         AC_CHECK_LIB(aspell, new_aspell_config, [ have_aspell_libs=yes ])
         if test "x$have_aspell_libs" = "xyes"; then
-            AC_DEFINE([WITH_ASPELL], 1, [define if you want aspell support])
+            AC_DEFINE([WITH_ASPELL], 1, [Define if you want aspell support])
             LIBS="$LIBS -laspell"
         else
             enable_aspell=no
--- a/mcabber/doc/mcabber.1	Sun Oct 11 16:00:53 2009 +0200
+++ b/mcabber/doc/mcabber.1	Sun Oct 11 16:01:31 2009 +0200
@@ -24,7 +24,7 @@
 .sp
 .RS 4
 \h'-04'\(bu\h'+03'
-\fISSL support\fR.
+\fISSL/TLS support\fR.
 .RE
 .sp
 .RS 4
--- a/mcabber/doc/mcabber.1.html	Sun Oct 11 16:00:53 2009 +0200
+++ b/mcabber/doc/mcabber.1.html	Sun Oct 11 16:01:31 2009 +0200
@@ -29,7 +29,7 @@
 <ul>
 <li>
 <p>
-<b>SSL support</b>.
+<b>SSL/TLS support</b>.
 </p>
 </li>
 <li>
@@ -1313,7 +1313,7 @@
 License (GPL).</p>
 <div id="footer">
 <p>
-Version 0.9.11-dev<br />
+Version 0.10.0-dev<br />
 Last updated 27-Jun-2007 22:11:34 CEST
 </p>
 </div>
--- a/mcabber/doc/mcabber.1.txt	Sun Oct 11 16:00:53 2009 +0200
+++ b/mcabber/doc/mcabber.1.txt	Sun Oct 11 16:01:31 2009 +0200
@@ -1,7 +1,7 @@
 MCABBER(1)
 ===========
 Mikael BERTHE <mcabber@lilotux.net>
-v0.9.11-dev, October 2009
+v0.10.0-dev, October 2009
 
 NAME
 ----
@@ -22,7 +22,7 @@
 
 Here are some of the features of `mcabber`:
 
-- 'SSL support'.
+- 'SSL/TLS support'.
 - 'MUC support' (Multi-User Chat).
 - 'PGP support'
 - 'Chat States' support (typing notifications)