changeset 2302:245ec6d73380

Post-1.0.5 changes
author Mikael Berthe <mikael@lilotux.net>
date Sun, 29 Jan 2017 21:39:35 +0100
parents 56f301addf66
children 4f3821bda633
files mcabber/ChangeLog mcabber/configure.ac mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt mcabber/mcabber/api.h
diffstat 6 files changed, 18 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- 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()
--- 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 <http://docbook.sf.net/>
 .\"      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"
--- 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 @@
 </div>
 <h2 id="_copying">COPYING</h2>
 <div class="sectionbody">
-<div class="paragraph"><p>Copyright (C) 2005-2016 Mikael Berthe and others.<br /></p></div>
+<div class="paragraph"><p>Copyright (C) 2005-2017 Mikael Berthe and others.<br /></p></div>
 <div class="paragraph"><p>Free use of this software is granted under the terms of the GNU General Public
 License (GPL).</p></div>
 </div>
@@ -2616,7 +2616,7 @@
 <div id="footnotes"><hr /></div>
 <div id="footer">
 <div id="footer-text">
-Version 1.0.5<br />
+Version 1.0.6-dev<br />
 Last updated 2016-09-17 20:57:35 CEST
 </div>
 </div>
--- 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 <mcabber@lilotux.net>
-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).
--- 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 <glib.h>
 #include <mcabber/config.h> // 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