r35724 - in /desktop/experimental/glib2.0/debian: changelog libglib2.0-0.symbols patches/07_tests_gvariant_big_endian.patch patches/series
laney at users.alioth.debian.org
laney at users.alioth.debian.org
Wed Sep 19 09:23:50 UTC 2012
Author: laney
Date: Wed Sep 19 09:23:49 2012
New Revision: 35724
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35724
Log:
* New upstream release
+ 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()
* Dropped 07_tests_gvariant_big_endian.patch: applied upstream.
Removed:
desktop/experimental/glib2.0/debian/patches/07_tests_gvariant_big_endian.patch
Modified:
desktop/experimental/glib2.0/debian/changelog
desktop/experimental/glib2.0/debian/libglib2.0-0.symbols
desktop/experimental/glib2.0/debian/patches/series
Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=35724&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Wed Sep 19 09:23:49 2012
@@ -1,8 +1,22 @@
glib2.0 (2.33.14-1) UNRELEASED; urgency=low
- * New upstream release.
-
- -- Michael Biebl <biebl at debian.org> Wed, 19 Sep 2012 01:56:24 +0200
+ * New upstream release
+ + 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()
+ * Dropped 07_tests_gvariant_big_endian.patch: applied upstream.
+
+ -- Iain Lane <laney at debian.org> Tue, 18 Sep 2012 12:33:16 +0100
glib2.0 (2.33.12-4) experimental; urgency=low
Modified: desktop/experimental/glib2.0/debian/libglib2.0-0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/libglib2.0-0.symbols?rev=35724&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/libglib2.0-0.symbols [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/libglib2.0-0.symbols [utf-8] Wed Sep 19 09:23:49 2012
@@ -178,6 +178,7 @@
g_content_type_equals at Base 2.16.0
g_content_type_from_mime_type at Base 2.18.0
g_content_type_get_description at Base 2.16.0
+ g_content_type_get_generic_icon_name at Base 2.33.14
g_content_type_get_icon at Base 2.16.0
g_content_type_get_mime_type at Base 2.16.0
g_content_type_get_symbolic_icon at Base 2.33.12
@@ -3535,6 +3536,7 @@
g_source_set_dummy_callback at Base 2.28.0
g_strdup_value_contents at Base 2.12.0
g_strv_get_type at Base 2.12.0
+ g_time_zone_get_type at Base 2.33.14
g_type_add_class_cache_func at Base 2.12.0
g_type_add_class_private at Base 2.24.0
g_type_add_interface_check at Base 2.12.0
Modified: desktop/experimental/glib2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/series?rev=35724&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/series [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/patches/series [utf-8] Wed Sep 19 09:23:49 2012
@@ -4,7 +4,6 @@
04_homedir_env.patch
05_run-gio-tests-with-a-dbus-session.patch
06_thread_test_ignore_prctl_fail.patch
-07_tests_gvariant_big_endian.patch
08_disable_gapplication_basic_test.patch
61_glib-compile-binaries-path.patch
90_gio-modules-multiarch-compat.patch
More information about the pkg-gnome-commits
mailing list