[glibmm] 2.41.4
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] 2.41.4
- Date: Mon, 15 Sep 2014 07:28:43 +0000 (UTC)
commit dcee501f27d171b8a4d18fa9c60c53c7f4535435
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Sep 15 09:28:19 2014 +0200
2.41.4
NEWS | 16 ++++++++++++++++
configure.ac | 4 ++--
2 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1506662..d74916d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+2.41.4 (unstable):
+
+gmmproc:
+* Added parameter exception_handler in _WRAP_VFUNC().
+ (Marcin Koln) Bug #735132
+* Better error checks in some _WRAP_* macros.
+ (Kjell Ahlstedt)
+
+Build:
+* Update and overhaul of Visual Studio 2010 and Visual Studio 2008
+ project build files.
+ (Chun-wei Fan)
+* Gio::DBus: Don't use parameter name 'interface' to fix the build with MinGW.
+ (Kjell Ahlstedt) Bug #735137.
+
+
2.41.3 (unstable):
Documentation:
diff --git a/configure.ac b/configure.ac
index 8afa0ca..dd71a9b 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.3],
+AC_INIT([glibmm], [2.41.4],
[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.3'
+glibreq='2.0 >= 2.41.4'
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]