summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS33
1 files changed, 33 insertions, 0 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: