# HG changeset patch # User Mikael Berthe # Date 1485722375 -3600 # Node ID 245ec6d7338088032fc0220763dfcdd566403187 # Parent 56f301addf66bb0bbe32890f700c5041e0afa9cc Post-1.0.5 changes diff -r 56f301addf66 -r 245ec6d73380 mcabber/ChangeLog --- a/mcabber/ChangeLog Sun Jan 29 21:28:24 2017 +0100 +++ b/mcabber/ChangeLog Sun Jan 29 21:39:35 2017 +0100 @@ -1,3 +1,9 @@ +mcabber (1.0.6-dev) + + * + + -- Mikael, ? + mcabber (1.0.5) * Much better performances with huge rosters (Frank Zschockelt) diff -r 56f301addf66 -r 245ec6d73380 mcabber/configure.ac --- a/mcabber/configure.ac Sun Jan 29 21:28:24 2017 +0100 +++ b/mcabber/configure.ac Sun Jan 29 21:39:35 2017 +0100 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([mcabber],[1.0.5],[mcabber@lilotux.net]) +AC_INIT([mcabber],[1.0.6-dev],[mcabber@lilotux.net]) XC_AUTOMAKE AC_CONFIG_SRCDIR([mcabber]) AC_CONFIG_HEADERS([mcabber/config.h]) @@ -297,7 +297,7 @@ AM_CONDITIONAL([INSTALL_HEADERS], [test x$enable_modules != xno]) # Prepare some config.h variables -AC_DEFINE([MCABBER_BRANCH], "1.0.5", [Mcabber branch]) +AC_DEFINE([MCABBER_BRANCH], "dev", [Mcabber branch]) AC_DEFINE([MCABBER_VERSION], "AC_PACKAGE_VERSION", [Mcabber version string]) # We need _GNU_SOURCE for strptime() and strcasestr() diff -r 56f301addf66 -r 245ec6d73380 mcabber/doc/mcabber.1 --- a/mcabber/doc/mcabber.1 Sun Jan 29 21:28:24 2017 +0100 +++ b/mcabber/doc/mcabber.1 Sun Jan 29 21:39:35 2017 +0100 @@ -4,10 +4,10 @@ .\" Generator: DocBook XSL Stylesheets v1.75.2 .\" Date: 09/18/2016 .\" Manual: \ \& -.\" Source: \ \& 1.0.5 +.\" Source: \ \& 1.0.6-dev .\" Language: English .\" -.TH "MCABBER" "1" "09/18/2016" "v1\&.0\&.5" +.TH "MCABBER" "1" "09/18/2016" "v1\&.0\&.6\-dev" .\" ----------------------------------------------------------------- .\" * 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\-2016 Mikael Berthe and others\&. +Copyright (C) 2005\-2017 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 56f301addf66 -r 245ec6d73380 mcabber/doc/mcabber.1.html --- a/mcabber/doc/mcabber.1.html Sun Jan 29 21:28:24 2017 +0100 +++ b/mcabber/doc/mcabber.1.html Sun Jan 29 21:39:35 2017 +0100 @@ -2608,7 +2608,7 @@

COPYING

-

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

+

Copyright (C) 2005-2017 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 56f301addf66 -r 245ec6d73380 mcabber/doc/mcabber.1.txt --- a/mcabber/doc/mcabber.1.txt Sun Jan 29 21:28:24 2017 +0100 +++ b/mcabber/doc/mcabber.1.txt Sun Jan 29 21:39:35 2017 +0100 @@ -1,7 +1,7 @@ MCABBER(1) =========== Mikael BERTHE -v1.0.5, January 2017 +v1.0.6-dev, January 2017 NAME ---- @@ -543,7 +543,7 @@ COPYING ------- -Copyright \(C) 2005-2016 Mikael Berthe and others. + +Copyright \(C) 2005-2017 Mikael Berthe and others. + Free use of this software is granted under the terms of the GNU General Public License (GPL). diff -r 56f301addf66 -r 245ec6d73380 mcabber/mcabber/api.h --- a/mcabber/mcabber/api.h Sun Jan 29 21:28:24 2017 +0100 +++ b/mcabber/mcabber/api.h Sun Jan 29 21:39:35 2017 +0100 @@ -4,10 +4,10 @@ #include #include // For MCABBER_BRANCH -#define MCABBER_API_VERSION 1 -#define MCABBER_API_MIN 1 +#define MCABBER_API_VERSION 41 +#define MCABBER_API_MIN 41 -/* #define MCABBER_BRANCH_DEV 0 */ +#define MCABBER_BRANCH_DEV 1 // cmd_add returns gpointer id #define MCABBER_API_HAVE_CMD_ID 1