From 626abfdc108154c3ae149e82580779669fb63881 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 3 Sep 2012 15:14:18 -0400 Subject: [PATCH] 2.33.10 --- NEWS | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++- configure.ac | 2 +- 2 files changed, 52 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a07b446..76e3dad 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,53 @@ +Overview of changes from GLib 2.33.10 to 2.33.12 +================================================ + +* Add a G_DEFINE_QUARK macro + +* Add symbolic icon support to drive, volume, and mount, file + and content types + +* Add API to allow thread-safe access to the same qdata item + +* Bugs fixed: + 562907 g_shell_parse_argv() mishandles # (hash) + 627240 add G_DEFINE_QUARK + 672329 memory leaks in gutils.c and glib tests + 673012 Stable byte-level specification for normal form + 674805 gdbusproxy async test is broken + 679835 gvariant format string parsing (and assertions)... + 682075 gdbus: Fix double free and use after free of ob... + 682101 Provide a way to get a symbolic icon for a device + 682222 test_method_calls_on_proxy: assertion failed (e... + 682284 mount-op: use gint64 instead of guint64 for tim... + 682386 "make check" fails due to sys/resource.h not be... + 682560 leak fixes + 682586 gsettings-tool: make list-recursively really re... + 682819 EINTR-harden all the things + 682833 Handle EINTR for open() + 682849 drop the global lock for g_object_weak_ref + 682965 gdbus-tool: Check return value of strrchr() + 683088 gdbus-codegen: fix error when wrong interface n... + Fix the build with gtk-doc-stub + Don't crash if set_app_info is called before ad... + +* Translation updates + Assamese + Galician + Greek + Indonesian + Japanese + Latvian + Lithuanian + Norwegian bokmål + Polish + Portuguese + Punjabi + Russian + Spanish + Traditional Chinese + Vietnamese + + Overview of changes from GLib 2.33.8 to 2.33.10 =============================================== @@ -72,7 +122,7 @@ Overview of changes from GLib 2.33.6 to 2.33.8 680148 gthread: check for definition of PR_SET_NAME 680310 Sorting of access points by strengh not working 680704 g_utf8_strup() crash - 680760 GFile: Add g_file_delete_async() + 68076a0 GFile: Add g_file_delete_async() 680787 Add .dir-locals.el to tell Emacs users not to use tabs... 680823 g_file_make_directory_with_parents: Fix error propagation 680994 STATIC_ASSERT in GDBusError docs don't have much utility diff --git a/configure.ac b/configure.ac index 9eb02b6..4008a8f 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ m4_define(glib_configure_ac) m4_define([glib_major_version], [2]) m4_define([glib_minor_version], [33]) -m4_define([glib_micro_version], [11]) +m4_define([glib_micro_version], [12]) m4_define([glib_interface_age], [0]) m4_define([glib_binary_age], [m4_eval(100 * glib_minor_version + glib_micro_version)]) -- 2.7.4