diff options
author | Ryan Lortie <desrt@desrt.ca> | 2011-09-18 10:10:31 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2011-09-18 10:10:31 -0400 |
commit | 49461cbbf7e557dd18d6488b23c31ef8af4dd9bb (patch) | |
tree | 770f1bbf39c84390402e79cfe6ef79b6f5bcf286 | |
parent | 9663e9c957374996418887bc414e90fa49137518 (diff) |
glib 2.29.922.29.92
-rw-r--r-- | NEWS | 37 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 38 insertions, 1 deletions
@@ -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 fa2529e7b..b488b2bf4 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)]) |