From c92976fc5890d710981262179a0b62b5b9eb23ca Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Mon, 27 Jul 2009 09:11:11 -0500 Subject: update for release of 2.21.3 --- ChangeLog | 7 +++++++ NEWS | 26 ++++++++++++++++++++++++++ configure.ac | 2 +- 3 files changed, 34 insertions(+), 1 deletion(-) 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 + + * NEWS: + * configure.ac: update for release + 2009-07-26 Jonathon Jongsma * 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) -- cgit v1.2.1