[glibmm] 2.37.6



commit 0a4cc726ae88e0c24f98b554ecd3c99e59bd59ec
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Aug 28 10:47:06 2013 +0200

    2.37.6

 NEWS         |   36 ++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 37 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9950cf2..8731232 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 4b43591..51603c9 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 <http://www.gnu.org/licenses/>.
 
-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])


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