[glibmm] 2.41.2



commit 54f0d14344fc28f216fe04965ea176a940625d55
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jul 28 13:58:42 2014 +0200

    2.41.2

 NEWS         |   21 +++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ddc72a0..45abaec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+2.41.2 (unstable):
+
+Gio:
+* Menu: Allow detailed_action == null
+  (Kjell Ahlstedt) Bug #733203 (Hubert Figuiere)
+* Add Permission and SimplePermission.
+  (Juan R. García Blanco) Bug #732436
+
+Glib:
+* Make custom interface properties instance data.
+  (Kjell Ahlstedt) Bug #732746
+* PropertyBase: Use g_object_notify_by_pspec() instead of g_object_notify()
+  (Povilas Kanapickas) Bug #731484
+
+gmmproc:
+* Add support for GtkContainer child properties.
+  (Juan R. García Blanco)
+*  _WRAP_METHOD: Allow multi-word parameter types such as unsigned int.
+  (Kjell Ahlstedt)
+
+
 2.41.1 (unstable):
 
 Gio:
diff --git a/configure.ac b/configure.ac
index e2f48ae..d7f6851 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.41.1],
+AC_INIT([glibmm], [2.41.2],
         [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]