summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2012-04-10 14:24:42 +0200
committerMurray Cumming <murrayc@murrayc.com>2012-04-10 14:24:42 +0200
commit27dd785db66899ff0dd320b80dac31dfdd18abf5 (patch)
treed4a227965c1e4678be948cf944776ec8ff5174ee /NEWS
parent495387b090e3094d58a524b73a9ddabdc5a0aa3e (diff)
downloadglibmm-27dd785db66899ff0dd320b80dac31dfdd18abf5.tar.gz
2.32.02.32.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 10d9b7fa..fe502996 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+2.32.0 (stable):
+
+Glib:
+* Dispatcher: Don't send messages to a deleted Dispatcher.
+ (Kjell Ahlstedt) Bug #651942
+* Make SignalTimeout/SignalIdle::connect_once() more thread safe.
+ (Kjell Ahlstedt) Suggested by Chris Vine. Bug #396963
+* Document Glib::Property and Glib::PropertyBase.
+ (Mark Vender) Bug #673291
+
+gmmproc:
+* Add macro _CUSTOM_CTOR_CAST in _CLASS_BOXEDTYPE.
+ (Kjell Ahlstedt) Bug #511136, comment 20.
+* Generate the documentation of default constructors of interface classes.
+ (Mark Vender) Bug #673213
+
+Build:
+* Update Visual Studio projects.
+ (Chun-wei Fan)
+
+
2.31.22 (unstable):
Glib: