This commit is contained in:
Matthias Clasen 2012-09-03 15:14:18 -04:00
parent 5d915a4a77
commit 626abfdc10
2 changed files with 52 additions and 2 deletions

52
NEWS
View File

@ -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

View File

@ -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)])