summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2014-09-22 21:25:20 +0200
committerMurray Cumming <murrayc@murrayc.com>2014-09-22 21:37:57 +0200
commit418ed389de1aed373be1f126f4f62ded55394a95 (patch)
treece3c46a151091e2861e3aa4296a4758e18625efe
parent20e9fdace1f1a978c1ed3c9591b9fa29eae5132f (diff)
downloadglibmm-2.42.0.tar.gz
2.42.02.42.0
-rw-r--r--NEWS32
-rw-r--r--configure.ac4
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 <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"