[glibmm] 2.42.0
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] 2.42.0
- Date: Mon, 22 Sep 2014 19:56:22 +0000 (UTC)
commit 418ed389de1aed373be1f126f4f62ded55394a95
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Sep 22 21:25:20 2014 +0200
2.42.0
NEWS | 32 ++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 34 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d74916d..652d05a 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 dd71a9b..37f61a8 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.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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]