summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-09-03 15:14:18 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-09-03 15:14:18 -0400
commit626abfdc108154c3ae149e82580779669fb63881 (patch)
tree27c6cd17c70cfe923e9a9469eaa553ba1132cd52 /NEWS
parent5d915a4a779e566431d0f268b63904d82e62f5bd (diff)
downloadglib-626abfdc108154c3ae149e82580779669fb63881.tar.gz
glib-626abfdc108154c3ae149e82580779669fb63881.tar.bz2
glib-626abfdc108154c3ae149e82580779669fb63881.zip
2.33.102.33.12
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS52
1 files changed, 51 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a07b446c0..76e3daddc 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