GLib 2.33.14

This commit is contained in:
Ryan Lortie 2012-09-17 17:53:58 -04:00
parent c4a20dd6c7
commit a47761a36e
2 changed files with 58 additions and 1 deletions

57
NEWS
View File

@ -1,3 +1,60 @@
Overview of changes from GLib 2.33.12 to 2.33.14
================================================
* CVE-2012-3524: don't run dbus-launch from setuid binaries
* g_content_type_get_generic_icon_name():
new API for getting the icon name for a mime type
* Introspection fixes:
- GDBusConnection nullability fixes
- give a box type to GTimeZone
* Drop GVFS_INOTIFY_DIAG
* Add a new "Writing GLib Applications" section to the reference
documentation with general info on security, threads, etc.
* gwin32mount.c: Fix syntax error
* gresource tests: srcdir != builddir fixes
* tests/gvariant: Fix test on big endian architectures
* Fix regression in g_shell_parse_argv()
Bugs fixed:
562907 g_shell_parse_argv() mishandles # (hash)
683167 g_time_zone_new not introspectable
683384 /gvariant/checksum-basic failure on big endian machines
683641 Typo in gwin32mount.c
683744 have a way to get the generic icon name for a mime type
Translation updates:
Assamese
Belarusian
British English
Czech
Danish
French
Galician
German
Greek
Hebrew
Indonesian
Indonesian
Korean
Lithuanian
Marathi
Marathi
Polish
Portuguese
Punjabi
Russian
Serbian
Slovenian
Traditional Chinese
Overview of changes from GLib 2.33.10 to 2.33.12
================================================

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], [13])
m4_define([glib_micro_version], [14])
m4_define([glib_interface_age], [0])
m4_define([glib_binary_age],
[m4_eval(100 * glib_minor_version + glib_micro_version)])