From 418ed389de1aed373be1f126f4f62ded55394a95 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Mon, 22 Sep 2014 21:25:20 +0200 Subject: 2.42.0 --- NEWS | 32 ++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d74916dc..652d05a4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,35 @@ +2.42: + +API additions since 2.40: + +* Add Permission and SimplePermission. + (Juan R. García Blanco) Bug #732436 +* Add support for GtkContainer child properties. + (Juan R. García Blanco) + + +2.42.0 (stable): + +Gio: +* Notification: Deprecate set_urgent(). + (Murray Cumming) + +Tools: +* h2def.py: fixed generator in case of inline functions. + (Marcin Kolny) Bug #736427 + +Build: +* Update and overhaul of Visual Studio 2005 project build files. + (Chun-wei Fan) +* Fixes for Visual Studio 2008 and 2010 project build files. + (Chun-wei Fan) +* Fix ustring for Visual Studio Builds. + (Chun-wei Fan) Bug #736720 +* Visual Studio Builds: Add "install" project. + (Chun-wei Fan) +* Fix tests in Visual Studio. + (Chun-wei Fan) Bug #736778 + 2.41.4 (unstable): gmmproc: diff --git a/configure.ac b/configure.ac index dd71a9b7..37f61a85 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.41.4], +AC_INIT([glibmm], [2.42.0], [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm], [glibmm], [http://www.gtkmm.org/]) AC_PREREQ([2.59]) @@ -60,7 +60,7 @@ AS_IF([test "x$enable_static" = xyes], AC_DEFINE([GIOMM_STATIC_LIB], [1], [Define if giomm is built as a static library]) ]) -glibreq='2.0 >= 2.41.4' +glibreq='2.0 >= 2.42.0' GLIBMM_MODULES="sigc++-2.0 >= 2.2.10 glib-$glibreq gobject-$glibreq gmodule-$glibreq" GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq" -- cgit v1.2.1