[glib/glib-2-30: 40/41] glib 2.29.92



commit 49461cbbf7e557dd18d6488b23c31ef8af4dd9bb
Author: Ryan Lortie <desrt desrt ca>
Date:   Sun Sep 18 10:10:31 2011 -0400

    glib 2.29.92

 NEWS         |   37 +++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 38 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9a4a954..d99305f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+Overview of changes from GLib 2.29.90 to 2.29.92
+================================================
+
+This release contains only bugfixes, docs changes and translations
+updates.  Translation will continue, but otherwise this should be
+considered a release candidate for 2.30.0.
+
+* GDBus bug fixes
+ - fix segfault when remote property is invalidated (#659070)
+ - take more care in connection teardown to avoid use-after-free (#651268)
+
+* GMappedFile: return an error when trying to map a device (#659212)
+
+* GSettings: always deliver signals to the correct thread (#657255)
+
+* some small documentation changes
+
+* Translation updates:
+ Belarusian
+ Brazilian Portuguese
+ British English
+ French
+ Hindi
+ Hungarian
+ Italian
+ Japanese
+ Latvian
+ Norwegian bokmÃl
+ Persian
+ Polish
+ Punjabi
+ Russian
+ Simplified Chinese
+ Spanish
+ Swedish
+ Tamil
+
 Overview of changes from GLib 2.29.18 to 2.29.90
 ================================================
 
diff --git a/configure.ac b/configure.ac
index fa2529e..b488b2b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ m4_define(glib_configure_ac)
 
 m4_define([glib_major_version], [2])
 m4_define([glib_minor_version], [29])
-m4_define([glib_micro_version], [90])
+m4_define([glib_micro_version], [92])
 m4_define([glib_interface_age], [0])
 m4_define([glib_binary_age],
           [m4_eval(100 * glib_minor_version + glib_micro_version)])



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