Ready for release 0.10.0 0.10.0
authorMikael Berthe <mikael@lilotux.net>
Sun, 11 Apr 2010 15:07:28 +0200
changeset 1888 41699679b121
parent 1887 b210c3d0de1f
child 1889 4fa4db319e40
Ready for release 0.10.0
mcabber/ChangeLog
mcabber/ChangeLog.api
mcabber/NEWS
mcabber/configure.ac
mcabber/doc/mcabber.1
mcabber/doc/mcabber.1.html
mcabber/doc/mcabber.1.txt
mcabber/mcabber/api.h
--- a/mcabber/ChangeLog	Sat Apr 10 21:56:53 2010 +0200
+++ b/mcabber/ChangeLog	Sun Apr 11 15:07:28 2010 +0200
@@ -1,4 +1,4 @@
-mcabber (0.10.0-dev)
+mcabber (0.10.0)
 
  * Switch to the Loudmouth library (franky)
  * Warning: 'username' has been replaced with 'jid' in the configuration file
@@ -29,7 +29,7 @@
  * No suffix is displayed in the status bar after the 'info' value
  * Add Vim syntax file for mcabber history log files to contrib
 
- -- Mikael, ?
+ -- Mikael, 2010-04-11
 
 mcabber (0.9.10)
 
--- a/mcabber/ChangeLog.api	Sat Apr 10 21:56:53 2010 +0200
+++ b/mcabber/ChangeLog.api	Sun Apr 11 15:07:28 2010 +0200
@@ -1,5 +1,6 @@
 dev (13)
 
+ * Stable api 0.10.0:1
  * Rename jep00{22,85} to xep00{22,85}
  * Rename buddy_resource_jep{22,85}() to buddy_resource_xep{22,85}()
  * Changeset e45d13074721
--- a/mcabber/NEWS	Sat Apr 10 21:56:53 2010 +0200
+++ b/mcabber/NEWS	Sun Apr 11 15:07:28 2010 +0200
@@ -3,12 +3,14 @@
  * MCabber now uses the Loudmouth library (version 1.4.3 or greater).
  * The JID should be provided in the configuration file, the variable
    'username' has been replaced with 'jid'.
+ * The SSL/TLS-related options have changed; please check the new
+   sample configuration file.
  * The UNREAD events now passes more data to the external script
    (including the number of buffers with the attention sign,
    the number of unread MUC buffers, and the number of unread MUC
    buffers with the attention sign).
 
- -- Mikael, ?
+ -- Mikael, 2010-04-11
 
 mcabber (0.9.10)
 
--- a/mcabber/configure.ac	Sat Apr 10 21:56:53 2010 +0200
+++ b/mcabber/configure.ac	Sun Apr 11 15:07:28 2010 +0200
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([mcabber],[0.10.0-dev],[mcabber@lilotux.net])
+AC_INIT([mcabber],[0.10.0],[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.0", [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 Apr 10 21:56:53 2010 +0200
+++ b/mcabber/doc/mcabber.1	Sun Apr 11 15:07:28 2010 +0200
@@ -4,7 +4,7 @@
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
 .\"      Date: 03/28/2010
 .\"    Manual: \ \&
-.\"    Source: \ \& 0.10.0-dev
+.\"    Source: \ \& 0.10.0
 .\"  Language: English
 .\"
 .TH "MCABBER" "1" "03/28/2010" "\ \& 0\&.10\&.0\-dev" "\ \&"
--- a/mcabber/doc/mcabber.1.html	Sat Apr 10 21:56:53 2010 +0200
+++ b/mcabber/doc/mcabber.1.html	Sun Apr 11 15:07:28 2010 +0200
@@ -2623,7 +2623,7 @@
 <div id="footnotes"><hr /></div>
 <div id="footer">
 <div id="footer-text">
-Version 0.10.0-dev<br />
+Version 0.10.0<br />
 Last updated 2010-03-28 11:48:11 CEST
 </div>
 </div>
--- a/mcabber/doc/mcabber.1.txt	Sat Apr 10 21:56:53 2010 +0200
+++ b/mcabber/doc/mcabber.1.txt	Sun Apr 11 15:07:28 2010 +0200
@@ -1,7 +1,7 @@
 MCABBER(1)
 ===========
 Mikael BERTHE <mcabber@lilotux.net>
-v0.10.0-dev, March 2010
+v0.10.0, April 2010
 
 NAME
 ----
--- a/mcabber/mcabber/api.h	Sat Apr 10 21:56:53 2010 +0200
+++ b/mcabber/mcabber/api.h	Sun Apr 11 15:07:28 2010 +0200
@@ -3,8 +3,8 @@
 
 #include <mcabber/config.h> // For MCABBER_BRANCH
 
-#define MCABBER_API_VERSION 13
-#define MCABBER_API_MIN     13
+#define MCABBER_API_VERSION 1
+#define MCABBER_API_MIN     1
 
 extern const gchar *mcabber_branch;
 extern const guint mcabber_api_version;