changeset 2094:7ee2388a492a 0.10.3

Ready for release 0.10.3
author Mikael Berthe <mikael@lilotux.net>
date Thu, 08 May 2014 18:38:40 +0200
parents e520608a17ee
children 7beee54d7540
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, 28 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- 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)
 
--- 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
--- 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()
--- 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 <http://docbook.sf.net/>
 .\"      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"
--- 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 @@
 </div>
 <h2 id="_copying">COPYING</h2>
 <div class="sectionbody">
-<div class="paragraph"><p>Copyright (C) 2005-2012 Mikael Berthe and others.<br /></p></div>
+<div class="paragraph"><p>Copyright (C) 2005-2014 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.3-dev<br />
+Version 0.10.3<br />
 Last updated 2011-03-19 13:18:41 CEST
 </div>
 </div>
--- 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 <mcabber@lilotux.net>
-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).
--- 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 <glib.h>
 #include <mcabber/config.h> // 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