[glibmm] 2.45.50
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] 2.45.50
- Date: Thu, 20 Aug 2015 10:21:27 +0000 (UTC)
commit c0772fa252ad560f0347280f4f3e3ba308dc1e44
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Aug 20 11:45:40 2015 +0200
2.45.50
NEWS | 33 +++++++++++++++++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 35 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8c30d5b..54995ea 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 ffa7489..e1d5d53 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.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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]