# HG changeset patch # User Mikael Berthe # Date 1270991248 -7200 # Node ID 41699679b1215cdfd7937ae56b132f217ce2c485 # Parent b210c3d0de1f3a0753872e28c4d58844639ad9b2 Ready for release 0.10.0 diff -r b210c3d0de1f -r 41699679b121 mcabber/ChangeLog --- a/mcabber/ChangeLog Sat Apr 10 21:56:53 2010 +0200 +++ b/mcabber/ChangeLog Sun Apr 11 15:07:28 2010 +0200 @@ -1,4 +1,4 @@ -mcabber (0.10.0-dev) +mcabber (0.10.0) * Switch to the Loudmouth library (franky) * Warning: 'username' has been replaced with 'jid' in the configuration file @@ -29,7 +29,7 @@ * No suffix is displayed in the status bar after the 'info' value * Add Vim syntax file for mcabber history log files to contrib - -- Mikael, ? + -- Mikael, 2010-04-11 mcabber (0.9.10) diff -r b210c3d0de1f -r 41699679b121 mcabber/ChangeLog.api --- a/mcabber/ChangeLog.api Sat Apr 10 21:56:53 2010 +0200 +++ b/mcabber/ChangeLog.api Sun Apr 11 15:07:28 2010 +0200 @@ -1,5 +1,6 @@ dev (13) + * Stable api 0.10.0:1 * Rename jep00{22,85} to xep00{22,85} * Rename buddy_resource_jep{22,85}() to buddy_resource_xep{22,85}() * Changeset e45d13074721 diff -r b210c3d0de1f -r 41699679b121 mcabber/NEWS --- a/mcabber/NEWS Sat Apr 10 21:56:53 2010 +0200 +++ b/mcabber/NEWS Sun Apr 11 15:07:28 2010 +0200 @@ -3,12 +3,14 @@ * MCabber now uses the Loudmouth library (version 1.4.3 or greater). * The JID should be provided in the configuration file, the variable 'username' has been replaced with 'jid'. + * The SSL/TLS-related options have changed; please check the new + sample configuration file. * The UNREAD events now passes more data to the external script (including the number of buffers with the attention sign, the number of unread MUC buffers, and the number of unread MUC buffers with the attention sign). - -- Mikael, ? + -- Mikael, 2010-04-11 mcabber (0.9.10) diff -r b210c3d0de1f -r 41699679b121 mcabber/configure.ac --- a/mcabber/configure.ac Sat Apr 10 21:56:53 2010 +0200 +++ b/mcabber/configure.ac Sun Apr 11 15:07:28 2010 +0200 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([mcabber],[0.10.0-dev],[mcabber@lilotux.net]) +AC_INIT([mcabber],[0.10.0],[mcabber@lilotux.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([mcabber]) AM_CONFIG_HEADER(mcabber/config.h) @@ -272,7 +272,7 @@ AM_CONDITIONAL([INSTALL_HEADERS], [test x$enable_modules != xno]) # Prepare some config.h variables -AC_DEFINE([MCABBER_BRANCH], "dev", [Mcabber branch]) +AC_DEFINE([MCABBER_BRANCH], "0.10.0", [Mcabber branch]) AC_DEFINE([MCABBER_VERSION], "AC_PACKAGE_VERSION", [Mcabber version string]) # We need _GNU_SOURCE for strptime() and strcasestr() diff -r b210c3d0de1f -r 41699679b121 mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Sat Apr 10 21:56:53 2010 +0200 +++ b/mcabber/doc/mcabber.1 Sun Apr 11 15:07:28 2010 +0200 @@ -4,7 +4,7 @@ .\" Generator: DocBook XSL Stylesheets v1.75.2 .\" Date: 03/28/2010 .\" Manual: \ \& -.\" Source: \ \& 0.10.0-dev +.\" Source: \ \& 0.10.0 .\" Language: English .\" .TH "MCABBER" "1" "03/28/2010" "\ \& 0\&.10\&.0\-dev" "\ \&" diff -r b210c3d0de1f -r 41699679b121 mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Sat Apr 10 21:56:53 2010 +0200 +++ b/mcabber/doc/mcabber.1.html Sun Apr 11 15:07:28 2010 +0200 @@ -2623,7 +2623,7 @@

diff -r b210c3d0de1f -r 41699679b121 mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Sat Apr 10 21:56:53 2010 +0200 +++ b/mcabber/doc/mcabber.1.txt Sun Apr 11 15:07:28 2010 +0200 @@ -1,7 +1,7 @@ MCABBER(1) =========== Mikael BERTHE -v0.10.0-dev, March 2010 +v0.10.0, April 2010 NAME ---- diff -r b210c3d0de1f -r 41699679b121 mcabber/mcabber/api.h --- a/mcabber/mcabber/api.h Sat Apr 10 21:56:53 2010 +0200 +++ b/mcabber/mcabber/api.h Sun Apr 11 15:07:28 2010 +0200 @@ -3,8 +3,8 @@ #include // For MCABBER_BRANCH -#define MCABBER_API_VERSION 13 -#define MCABBER_API_MIN 13 +#define MCABBER_API_VERSION 1 +#define MCABBER_API_MIN 1 extern const gchar *mcabber_branch; extern const guint mcabber_api_version;