summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-12-18 11:42:56 +0100
committerMurray Cumming <murrayc@murrayc.com>2015-12-18 11:43:43 +0100
commit42a47cb78e4815da6d6ebccafda864326fcdd22c (patch)
tree8a0697fa3ef0bf397f039960dd39205652feeec3 /NEWS
parent38fd0d5f90683075955a36ce7df7a77d689a34e1 (diff)
downloadglibmm-42a47cb78e4815da6d6ebccafda864326fcdd22c.tar.gz
2.47.42.47.4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cf879ae1..c8f5562c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+2.47.4:
+
+Glib::
+* ustring: Don't allow comparison to 0.
+ (Kjell Ahlstedt) Bug #572978 (Armin Burgmeier)
+
+Gio:
+* ActionMap: Fix the ref count in lookup_action_vfunc().
+ (Kjell Ahlstedt) Bug #758813 (Aurimas Černius)
+
+Build:
+* Dispatcher: #include <mutex> in Windows builds.
+ (T Sailor) Bug #758894
+* Gio::Application: Destructor: Use noexcept in the implementation too.
+ (Murray Cumming) Bug #758798 (Émeric MASCHINO)
+* Fix the build with --disable-deprecated-api.
+ (Kjell Ahlstedt)
+
2.47.3.1:
* Use thread_local instead of (deprecated) Glib::Threads::Private.