# HG changeset patch # User Mikael Berthe # Date 1399567120 -7200 # Node ID 7ee2388a492a3c8b0d47813c9e2e6b5c6eaae991 # Parent e520608a17ee5dc5dcf374d397e79e1791dd89e5 Ready for release 0.10.3 diff -r e520608a17ee -r 7ee2388a492a mcabber/ChangeLog --- a/mcabber/ChangeLog Thu May 08 17:17:08 2014 +0200 +++ b/mcabber/ChangeLog Thu May 08 18:38:40 2014 +0200 @@ -1,8 +1,20 @@ -mcabber (0.10.3-dev) +mcabber (0.10.3) - * + * [UI] Add option 'iq_time_hide' + * [UI] Add 'iq_version_hide', 'iq_version_hide_version' + * Improved handling of damaged history log files + * Switch to libotr v4 API (Myhailo Danylenko) + * Add SSL options (Frank Zschockelt) + These options require a patched Loudmouth library. + - "ssl_ciphers" to define the allowed ciphers + - "ssl_ca" to set additional trusted certificates + * Fix compilation for old loudmouth libraries (Frank Zschockelt) + * Add 'color_timestamp' to highlight timestamp added by server (Hermitifier) + * New python based event script using OS X 10.8 notification center (Sharoon Thomas) + * Handle SIGHUP signal (Dominik George) + * Misc. bugfixes - -- Mikael, ? + -- Mikael, 2014-05-08 mcabber (0.10.2) diff -r e520608a17ee -r 7ee2388a492a mcabber/ChangeLog.api --- a/mcabber/ChangeLog.api Thu May 08 17:17:08 2014 +0200 +++ b/mcabber/ChangeLog.api Thu May 08 18:38:40 2014 +0200 @@ -1,5 +1,6 @@ dev (28) + * Stable api 0.10.3:1 * Changeset 88b6e9707e02 Add option 'ssl_ciphers' * Changeset 91a8f3740a1a diff -r e520608a17ee -r 7ee2388a492a mcabber/configure.ac --- a/mcabber/configure.ac Thu May 08 17:17:08 2014 +0200 +++ b/mcabber/configure.ac Thu May 08 18:38:40 2014 +0200 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([mcabber],[0.10.3-dev],[mcabber@lilotux.net]) +AC_INIT([mcabber],[0.10.3],[mcabber@lilotux.net]) XC_AUTOMAKE AC_CONFIG_SRCDIR([mcabber]) AC_CONFIG_HEADERS([mcabber/config.h]) @@ -296,7 +296,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.3", [Mcabber branch]) AC_DEFINE([MCABBER_VERSION], "AC_PACKAGE_VERSION", [Mcabber version string]) # We need _GNU_SOURCE for strptime() and strcasestr() diff -r e520608a17ee -r 7ee2388a492a mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Thu May 08 17:17:08 2014 +0200 +++ b/mcabber/doc/mcabber.1 Thu May 08 18:38:40 2014 +0200 @@ -4,10 +4,10 @@ .\" Generator: DocBook XSL Stylesheets v1.75.2 .\" Date: 03/19/2011 .\" Manual: \ \& -.\" Source: \ \& 0.10.3-dev +.\" Source: \ \& 0.10.3 .\" Language: English .\" -.TH "MCABBER" "1" "03/19/2011" "\ \& 0\&.10\&.3\-dev\" "\ \&" +.TH "MCABBER" "1" "03/19/2011" "\ \& 0\&.10\&.3\" "\ \&" .\" ----------------------------------------------------------------- .\" * 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\-2012 Mikael Berthe and others\&. +Copyright (C) 2005\-2014 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 e520608a17ee -r 7ee2388a492a mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Thu May 08 17:17:08 2014 +0200 +++ b/mcabber/doc/mcabber.1.html Thu May 08 18:38:40 2014 +0200 @@ -2608,7 +2608,7 @@

COPYING

-

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

+

Copyright (C) 2005-2014 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 e520608a17ee -r 7ee2388a492a mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Thu May 08 17:17:08 2014 +0200 +++ b/mcabber/doc/mcabber.1.txt Thu May 08 18:38:40 2014 +0200 @@ -1,7 +1,7 @@ MCABBER(1) =========== Mikael BERTHE -v0.10.3-dev, December 2012 +v0.10.3, May 2014 NAME ---- @@ -543,7 +543,7 @@ COPYING ------- -Copyright \(C) 2005-2012 Mikael Berthe and others. + +Copyright \(C) 2005-2014 Mikael Berthe and others. + Free use of this software is granted under the terms of the GNU General Public License (GPL). diff -r e520608a17ee -r 7ee2388a492a mcabber/mcabber/api.h --- a/mcabber/mcabber/api.h Thu May 08 17:17:08 2014 +0200 +++ b/mcabber/mcabber/api.h Thu May 08 18:38:40 2014 +0200 @@ -4,10 +4,10 @@ #include #include // For MCABBER_BRANCH -#define MCABBER_API_VERSION 28 -#define MCABBER_API_MIN 27 +#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