summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jonathon@quotidian.org>2009-07-27 09:11:11 -0500
committerJonathon Jongsma <jonathon@quotidian.org>2009-07-27 09:11:11 -0500
commitc92976fc5890d710981262179a0b62b5b9eb23ca (patch)
tree109ceec7e5fd4786938a44a191635e84dfe39439
parentfe5a4a830c714742d83d6d531a638b3eb85476aa (diff)
downloadglibmm-c92976fc5890d710981262179a0b62b5b9eb23ca.tar.gz
update for release of 2.21.3glibmm-2.21.3
-rw-r--r--ChangeLog7
-rw-r--r--NEWS26
-rw-r--r--configure.ac2
3 files changed, 34 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 12d4e64c..e1f146ea 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 65a7e2f3..b6c16afb 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 a0004158..5b5fc9d8 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)