# HG changeset patch # User Mikael Berthe # Date 1255269691 -7200 # Node ID d7f26538c24c64490a78cd6f6ec1237130390c1f # Parent 79f3b780821aa7f43bc12811fd9c780db54759a9 Bump version to 0.10.x diff -r 79f3b780821a -r d7f26538c24c mcabber/ChangeLog --- 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, ? diff -r 79f3b780821a -r d7f26538c24c mcabber/NEWS --- 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 diff -r 79f3b780821a -r d7f26538c24c mcabber/configure.ac --- 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 diff -r 79f3b780821a -r d7f26538c24c mcabber/doc/mcabber.1 --- 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 diff -r 79f3b780821a -r d7f26538c24c mcabber/doc/mcabber.1.html --- 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 @@