From 0a4cc726ae88e0c24f98b554ecd3c99e59bd59ec Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Wed, 28 Aug 2013 10:47:06 +0200 Subject: 2.37.6 --- NEWS | 36 ++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9950cf25..8731232a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,39 @@ +2.37.6 (unstable): + + +Gio: +* Action: + - Make get_state() templated. + (Murray Cumming) + - get_state_hint(): Correct a check. + (Murray Cumming) + - Add templated change_state() and activate(). + (Murray Cumming) + - print_detailed_name() Make this templated. + (Murray Cumming) +* ActionGroup: Add templated getters. + (Murray Cumming) +* ActionMap: add_action_radio_*(): Use better Slot types. + (Murray Cumming) +* SimpleAction: + - Make set_state() protected. + (Murray Cumming) + - add_action() now takes a slot with no parameter. + Added add_action_with_parameter(). + (Murray Cumming) +* SimpleActionGroup: + - lookup(): Add a const version and use refreturn. + (Murray Cumming) + - Deprecate all methods, because they just call methods in + the base ActionMap. The C functions are now deprecated too. + See glib bug #705600 . + (Murray Cumming) + +gmmproc: +* Fix _WRAP_SIGNAL with 'ifdef' and 'deprecated'. + (Kjell Ahlstedt) + + 2.37.5 (unstable): Glib diff --git a/configure.ac b/configure.ac index 4b435914..51603c9d 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ ## You should have received a copy of the GNU Lesser General Public License ## along with this library. If not, see . -AC_INIT([glibmm], [2.37.5], +AC_INIT([glibmm], [2.37.6], [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm], [glibmm], [http://www.gtkmm.org/]) AC_PREREQ([2.59]) -- cgit v1.2.1