[glibmm] 2.31.22



commit 6a8700faee1a958acd7a01c6388b933620f4673c
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Mar 28 10:43:58 2012 +0200

    2.31.22

 ChangeLog    |    4 +++-
 NEWS         |   18 +++++++++++++++++-
 configure.ac |    2 +-
 3 files changed, 21 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 873006a..c8cea8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.31.22:
+
 2012-03-26  Kjell Ahlstedt  <kjell ahlstedt bredband net>
 
 	gmmproc: _WRAP_SIGNAL(): Mark deprecated signals in the _p.h and .cc files.
@@ -59,7 +61,7 @@
 
 2012-03-22  Murray Cumming  <murrayc murrayc com>
 
-	Gio: MenuItem: set_action_and_target(): Add one without the cariant.
+	Gio: MenuItem: set_action_and_target(): Add one without the variant.
 
 	* gio/src/menuitem.[hg|ccg]: set_action_and_target(): Rename to 
 	set_action() and add a set_action() with just the action name,
diff --git a/NEWS b/NEWS
index 61576fe..10d9b7f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,34 @@
-not yet released: 2.31.21: (unstable):
+2.31.22 (unstable):
 
 Glib:
 * Threads, Dispatcher: Delete DispatchNotifier.
   (Kjell Ahlstedt) Bug #671587.
 
 Gio:
+* Action: Ensure vfunc callbacks return valid memory.
+  (Josà Alburquerque)
+* ActionGroup: list_actions_vfunc(): Do not return freed memory.
+  (Murray Cumming)
+* Move AppLaunchContext into its own header file.
+  (Murray Cumming)
 * Add Menu and MenuItem.
 * SimpleAction: Constructor: Add a parameter that takes no VariantType.
   (Murray Cumming)
 
 Gio::DBus:
+* Object: Ensure vfunc callbacks return valid memory.
+  (Josà Alburquerque)
 * Add the Interface and Object interfaces.
   (Josà Alburquerque)
 
+gmmproc:
+* _WRAP_SIGNAL() can now take an optional deprecated parameter,
+  like _WRAP_METHOD() and _WRAP_PROPERTY().
+  (Murray Cumming, Kjell Ahlstedt)
+* _WRAP_PROPERTY(): Correct the ifdefs in generated code when
+  using the optional deprecated parameter.
+  (Kjell Ahlstedt)
+
 Other:
 * Dispatcher examples: Use Glib::signal_idle().connect_once().
   (Kjell Ahlstedt) Bug #396963
diff --git a/configure.ac b/configure.ac
index 6fac094..3746249 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.20],
+AC_INIT([glibmm], [2.31.22],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])



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