summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2014-07-28 13:58:42 +0200
committerMurray Cumming <murrayc@murrayc.com>2014-07-28 13:58:42 +0200
commit54f0d14344fc28f216fe04965ea176a940625d55 (patch)
treecdfe8c149b3e37c2385ee37c2831ad257f049348
parent3749314afd84bd2093a96b429daf3dc117ce5ca9 (diff)
downloadglibmm-54f0d14344fc28f216fe04965ea176a940625d55.tar.gz
2.41.22.41.2
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ddc72a0f..45abaec8 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 e2f48ae7..d7f68516 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])