[glibmm] 2.32.0



commit 27dd785db66899ff0dd320b80dac31dfdd18abf5
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Apr 10 14:24:42 2012 +0200

    2.32.0

 ChangeLog    |    2 ++
 NEWS         |   21 +++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index ab01598..9cafd98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.32.0:
+
 2012-04-05  Kjell Ahlstedt  <kjell ahlstedt bredband net>
 
 	gmmproc: Add macro _CUSTOM_CTOR_CAST in _CLASS_BOXEDTYPE.
diff --git a/NEWS b/NEWS
index 10d9b7f..fe50299 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:
diff --git a/configure.ac b/configure.ac
index 3746249..b462cc3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([glibmm], [2.31.22],
+AC_INIT([glibmm], [2.32.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -60,7 +60,7 @@ AS_IF([test "x$enable_static" = xyes],
   AC_DEFINE([GIOMM_STATIC_LIB],  [1], [Define if giomm is built as a static library])
 ])
 
-glibreq='2.0 >= 2.31.0'
+glibreq='2.0 >= 2.32.0'
 
 GLIBMM_MODULES="sigc++-2.0 >= 2.2.10 glib-$glibreq gobject-$glibreq gmodule-$glibreq"
 GIOMM_MODULES="$GLIBMM_MODULES gio-$glibreq"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]