summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2017-05-26 14:39:49 +0200
committerMurray Cumming <murrayc@murrayc.com>2017-05-26 17:41:42 +0200
commit62fcbed3b28ef9388c046c488f2442a95ba59222 (patch)
treeb384d6e5a0e9ed56d362a43152bce8ec6ed2b523 /NEWS
parentd699cfb7213966f62941c882e54e39895ce489d6 (diff)
downloadglibmm-62fcbed3b28ef9388c046c488f2442a95ba59222.tar.gz
2.53.22.53.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS34
1 files changed, 34 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c5b224a9..accb486f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+2.53.2 (unstable):
+Distro packagers should probably not package this yet.
+
+Glib:
+* ConstructParams: Do not increment allocation size twice
+ (Daniel Elstner)
+
+Gio:
+* ActionMap: Really fix add_action_with_parameter().
+ (Daniel Boles) Bug 774444#c31
+* UnixSocketAddress::create(): Remove a default value to avoid ambiguity.
+ (Kjell Ahlstedt) Bug #782592
+
+Gio::DBus
+* Proxy: Wrap call() and call_sync() methods.
+ (Vyacheslav Yurkov) Bug #781818
+
+gmmproc:
+* Use of static_cast<> instead of C-style casts.
+ (Murray Cumming)
+
+Build:
+* Fix the build on MacOS, where glib doesn't have gdesktopinfo.
+ (John Ralls) Bug #781947
+* Really use desktopappinfo.hg to fix the build.
+ (Murray Cumming)
+
+Documentation:
+* Glib, Gio: Update documentation of in-class enums.
+ (Kjell Ahlstedt)
+* ActionMap: Improve add_action_with_parameter docs
+ (Daniel Boles)
+
+
2.53.1.1 (unstable):
Glib: