summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2013-08-28 10:47:06 +0200
committerMurray Cumming <murrayc@murrayc.com>2013-08-28 10:47:06 +0200
commit0a4cc726ae88e0c24f98b554ecd3c99e59bd59ec (patch)
tree132d9819d1372cbca8348d7379ae318590c0af01
parent056106bdd9cd7bccf57b5954e94d29a6db72b689 (diff)
downloadglibmm-0a4cc726ae88e0c24f98b554ecd3c99e59bd59ec.tar.gz
2.37.62.37.6
-rw-r--r--NEWS36
-rw-r--r--configure.ac2
2 files changed, 37 insertions, 1 deletions
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 <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])