# HG changeset patch # User Mikael Berthe # Date 1354454748 -3600 # Node ID 3f4c978052182e30a8d77c06cf28bbfe70f6eb0c # Parent 86c382fa7fb4d760dfb8c4d54762fbabb52ad2ac Ready for release 0.10.2 diff -r 86c382fa7fb4 -r 3f4c97805218 mcabber/ChangeLog --- a/mcabber/ChangeLog Sat Dec 01 17:05:26 2012 +0100 +++ b/mcabber/ChangeLog Sun Dec 02 14:25:48 2012 +0100 @@ -1,4 +1,4 @@ -mcabber (0.10.2-dev) +mcabber (0.10.2) * Update receipts handling according to recent XEP updates (Myhailo Danylenko) * Update and modularize the FIFO system (Myhailo Danylenko) @@ -8,6 +8,7 @@ * Add command /iline clear_history * Add command /iline iline_insert (Hermitifier) * Add command /room setopt flag_joins (Hermitifier) + * The command /say_to has a new option '-e' so that "\n" can be used * [MUC] Improve MUC support (Myhailo Danylenko) * [MUC] Add support for XEP-0249 / Direct MUC Invitations (Myhailo Danylenko) * [MUC] Refresh the roster when MUC bookmarks are received (Jan Zachorowski) @@ -37,7 +38,7 @@ * Documentation update * Many misc. bugfixes and minor improvements - -- Mikael, ? + -- Mikael, 2012-12-02 mcabber (0.10.1) diff -r 86c382fa7fb4 -r 3f4c97805218 mcabber/ChangeLog.api --- a/mcabber/ChangeLog.api Sat Dec 01 17:05:26 2012 +0100 +++ b/mcabber/ChangeLog.api Sun Dec 02 14:25:48 2012 +0100 @@ -1,5 +1,6 @@ dev (25) + * Stable api 0.10.2:1 * Changeset 998feaa54ef0 * Add ut_unescape_tabs_cr() to utils.h diff -r 86c382fa7fb4 -r 3f4c97805218 mcabber/configure.ac --- a/mcabber/configure.ac Sat Dec 01 17:05:26 2012 +0100 +++ b/mcabber/configure.ac Sun Dec 02 14:25:48 2012 +0100 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([mcabber],[0.10.2-dev],[mcabber@lilotux.net]) +AC_INIT([mcabber],[0.10.2],[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.2", [Mcabber branch]) AC_DEFINE([MCABBER_VERSION], "AC_PACKAGE_VERSION", [Mcabber version string]) # We need _GNU_SOURCE for strptime() and strcasestr() diff -r 86c382fa7fb4 -r 3f4c97805218 mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Sat Dec 01 17:05:26 2012 +0100 +++ b/mcabber/doc/mcabber.1 Sun Dec 02 14:25:48 2012 +0100 @@ -4,10 +4,10 @@ .\" Generator: DocBook XSL Stylesheets v1.75.2 .\" Date: 03/19/2011 .\" Manual: \ \& -.\" Source: \ \& 0.10.2-dev +.\" Source: \ \& 0.10.2 .\" Language: English .\" -.TH "MCABBER" "1" "03/19/2011" "\ \& 0\&.10\&.2\-dev\" "\ \&" +.TH "MCABBER" "1" "03/19/2011" "\ \& 0\&.10\&.2\" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -1418,7 +1418,7 @@ \m[blue]\fBMCabber MUC room\fR\m[]\&\s-2\u[4]\d\s+2 .SH "COPYING" .sp -Copyright (C) 2005\-2011 Mikael Berthe and others\&. +Copyright (C) 2005\-2012 Mikael Berthe and others\&. .sp Free use of this software is granted under the terms of the GNU General Public License (GPL)\&. .SH "NOTES" diff -r 86c382fa7fb4 -r 3f4c97805218 mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Sat Dec 01 17:05:26 2012 +0100 +++ b/mcabber/doc/mcabber.1.html Sun Dec 02 14:25:48 2012 +0100 @@ -2608,7 +2608,7 @@

COPYING

-

Copyright (C) 2005-2011 Mikael Berthe and others.

+

Copyright (C) 2005-2012 Mikael Berthe and others.

Free use of this software is granted under the terms of the GNU General Public License (GPL).

@@ -2616,7 +2616,7 @@

diff -r 86c382fa7fb4 -r 3f4c97805218 mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Sat Dec 01 17:05:26 2012 +0100 +++ b/mcabber/doc/mcabber.1.txt Sun Dec 02 14:25:48 2012 +0100 @@ -1,7 +1,7 @@ MCABBER(1) =========== Mikael BERTHE -v0.10.2-dev, March 2011 +v0.10.2, December 2012 NAME ---- @@ -543,7 +543,7 @@ COPYING ------- -Copyright \(C) 2005-2011 Mikael Berthe and others. + +Copyright \(C) 2005-2012 Mikael Berthe and others. + Free use of this software is granted under the terms of the GNU General Public License (GPL). diff -r 86c382fa7fb4 -r 3f4c97805218 mcabber/mcabber/api.h --- a/mcabber/mcabber/api.h Sat Dec 01 17:05:26 2012 +0100 +++ b/mcabber/mcabber/api.h Sun Dec 02 14:25:48 2012 +0100 @@ -4,10 +4,10 @@ #include #include // For MCABBER_BRANCH -#define MCABBER_API_VERSION 25 -#define MCABBER_API_MIN 24 +#define MCABBER_API_VERSION 1 +#define MCABBER_API_MIN 1 -#define MCABBER_BRANCH_DEV 1 +/* #define MCABBER_BRANCH_DEV 0 */ // cmd_add returns gpointer id #define MCABBER_API_HAVE_CMD_ID 1