From c0772fa252ad560f0347280f4f3e3ba308dc1e44 Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Thu, 20 Aug 2015 11:45:40 +0200 Subject: 2.45.50 --- NEWS | 33 +++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 8c30d5be..54995ea0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,36 @@ +2.45.50 (unstable): + +Glib: +* RefPtr: + * Add move constructor and move assignment operator for castable types. + (Marcin Kolny) Bug 752812 + * Add release(): + (Marcin Kolny) Bug 752812 + * move assignment operator: Use swap(). + (Murray Cumming) Bug 752812 + +Gio: +* NetworkMonitor: Add get_network_metered() and property. + (Murray Cumming) +* SocketService: Add active property. + (Murray Cumming) + +General: +* C++11: Boxed types: Declare move operations as noexcept. + (Murray Cumming) + +Build: +* Update Visual Studio project to Visual Studio 2013, + for C++11 support. + (Chun-wei Fan) +* Improve gen_scripts. + (Kjell Ahlstedt) + +gmmproc: +* generate_wrap_init.pl: Allow use of nested namespaces for whole module. + (Marcin Kolny) Bug 753013 + + 2.45.41 (unstable): Glib: diff --git a/configure.ac b/configure.ac index ffa74891..e1d5d538 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.45.41], +AC_INIT([glibmm], [2.45.50], [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm], [glibmm], [http://www.gtkmm.org/]) AC_PREREQ([2.59]) @@ -62,7 +62,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.45.4' +glibreq='2.0 >= 2.45.5' GLIBMM_MODULES="sigc++-2.0 >= 2.2.10 glib-$glibreq gobject-$glibreq gmodule-$glibreq" GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq" -- cgit v1.2.1