[glibmm] update for release of 2.21.3



commit c92976fc5890d710981262179a0b62b5b9eb23ca
Author: Jonathon Jongsma <jonathon quotidian org>
Date:   Mon Jul 27 09:11:11 2009 -0500

    update for release of 2.21.3

 ChangeLog    |    7 +++++++
 NEWS         |   26 ++++++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 34 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 12d4e64..e1f146e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2.21.3:
+
+2009-07-27  Jonathon Jongsma  <jonathon jongsma collabora co uk>
+
+	* NEWS:
+	* configure.ac: update for release
+
 2009-07-26  Jonathon Jongsma  <jonathon jongsma collabora co uk>
 
 	* glib/glibmm/objectbase.cc:
diff --git a/NEWS b/NEWS
index 65a7e2f..b6c16af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+2.21.3 (unstable):
+
+    David King (1):
+          Only compile the properties example if properties are enabled.
+
+    Jonathon Jongsma (10):
+          fix release target to use correct tagging scheme
+          Bug 587173 - Fails to install when bootstrapped with Automake 1.11
+          add _IGNORE() for a eject_with_operation() which is hand-written
+          add get_start_stop_type() and Gio::DriveStartStopType enum
+          add overloads for resolver methods without a cancellable object
+          add async versions of Resolver methods
+          Added a simple example showing how to resolve an internet address from a hostname
+          Fix MemoryInputStream::addData (Bug #589683)
+          Fix a build error in MemoryInputStream
+          Add Glib::ObjectBase::freeze_notify()/thaw_notify.  Fixes Bug #575533
+
+    José Alburquerque (1):
+          Repair Glib::KeyFile docs with regard to exceptions. Bug# 587766.
+
+    Krzesimir Nowak (1):
+          Wrapped several ISO 8601 related functions.
+
+    Murray Cumming (1):
+          Corrected the ChangeLog to mention changes that I accidentally committed in last month, but which I did want to commit some time.
+
 2.21.2 (unstable):
 
 Glib:
diff --git a/configure.ac b/configure.ac
index a000415..5b5fc9d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@
 
 pushdef([GLIBMM_MAJOR_VERSION],     [2])
 pushdef([GLIBMM_MINOR_VERSION],     [21])
-pushdef([GLIBMM_MICRO_VERSION],     [2])
+pushdef([GLIBMM_MICRO_VERSION],     [3])
 pushdef([GLIBMM_EXTRA_VERSION],     [])
 pushdef([GLIBMM_VERSION], GLIBMM_MAJOR_VERSION.GLIBMM_MINOR_VERSION.GLIBMM_MICRO_VERSION[]GLIBMM_EXTRA_VERSION)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]