changeset 2057:3f4c97805218 0.10.2

Ready for release 0.10.2
author Mikael Berthe <mikael@lilotux.net>
date Sun, 02 Dec 2012 14:25:48 +0100
parents 86c382fa7fb4
children f3f0951c5801
files mcabber/ChangeLog mcabber/ChangeLog.api mcabber/configure.ac mcabber/doc/mcabber.1 mcabber/doc/mcabber.1.html mcabber/doc/mcabber.1.txt mcabber/mcabber/api.h
diffstat 7 files changed, 16 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- 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)
 
--- 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
 
--- 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()
--- 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 <http://docbook.sf.net/>
 .\"      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"
--- 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 @@
 </div>
 <h2 id="_copying">COPYING</h2>
 <div class="sectionbody">
-<div class="paragraph"><p>Copyright (C) 2005-2011 Mikael Berthe and others.<br /></p></div>
+<div class="paragraph"><p>Copyright (C) 2005-2012 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 0.10.2-dev<br />
+Version 0.10.2<br />
 Last updated 2011-03-19 13:18:41 CEST
 </div>
 </div>
--- 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 <mcabber@lilotux.net>
-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).
--- 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 <glib.h>
 #include <mcabber/config.h> // 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