diff options
author | Murray Cumming <murrayc@murrayc.com> | 2012-04-10 14:24:42 +0200 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2012-04-10 14:24:42 +0200 |
commit | 27dd785db66899ff0dd320b80dac31dfdd18abf5 (patch) | |
tree | d4a227965c1e4678be948cf944776ec8ff5174ee /NEWS | |
parent | 495387b090e3094d58a524b73a9ddabdc5a0aa3e (diff) | |
download | glibmm-27dd785db66899ff0dd320b80dac31dfdd18abf5.tar.gz |
2.32.02.32.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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: |