r46662 - in /desktop/unstable/glib2.0/debian: changelog patches/0001-Fix-trashing-on-overlayfs.patch patches/series
laney at users.alioth.debian.org
laney at users.alioth.debian.org
Wed Oct 14 16:35:07 UTC 2015
Author: laney
Date: Wed Oct 14 16:35:07 2015
New Revision: 46662
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46662
Log:
New upstream release 2.46.1
+ Remove system_header pragma (should fix lack of warnings with things
like g_return_if_fail)
+ move GStrv typedef (and auto-cleanup) from libgobject to libglib
+ fix order of trashing files to be closer to what is required in the
specification. Namely, trashinfo files are written first. This should
fix issues with the gvfs trash backend failing to correctly read the
info for recently trashed files (preventing 'restore'). (Closes:
#800491) (LP: #1495943)
+ tweak mime logic to return text/plain on all empty files instead of
returning application/octet-stream. This includes files that have
extensions that imply that they may be other types of files, which is a
slight change of behaviour with respect to old GLib versions. (LP:
#1497170)
* debian/patches/0001-Revert-list-store-Fix-a-parameter-check.patch: Drop -
this is applied upstream in this release.
Removed:
desktop/unstable/glib2.0/debian/patches/0001-Fix-trashing-on-overlayfs.patch
Modified:
desktop/unstable/glib2.0/debian/changelog
desktop/unstable/glib2.0/debian/patches/series
Modified: desktop/unstable/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/changelog?rev=46662&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/glib2.0/debian/changelog [utf-8] Wed Oct 14 16:35:07 2015
@@ -1,6 +1,25 @@
-glib2.0 (2.46.0-3) UNRELEASED; urgency=medium
-
+glib2.0 (2.46.1-1) UNRELEASED; urgency=medium
+
+ [ Michael Biebl ]
* Drop clean-la.mk from debian/rules, no longer required.
+
+ [ Iain Lane ]
+ * New upstream release 2.46.1
+ + Remove system_header pragma (should fix lack of warnings with things
+ like g_return_if_fail)
+ + move GStrv typedef (and auto-cleanup) from libgobject to libglib
+ + fix order of trashing files to be closer to what is required in the
+ specification. Namely, trashinfo files are written first. This should
+ fix issues with the gvfs trash backend failing to correctly read the
+ info for recently trashed files (preventing 'restore'). (Closes:
+ #800491) (LP: #1495943)
+ + tweak mime logic to return text/plain on all empty files instead of
+ returning application/octet-stream. This includes files that have
+ extensions that imply that they may be other types of files, which is a
+ slight change of behaviour with respect to old GLib versions. (LP:
+ #1497170)
+ * debian/patches/0001-Revert-list-store-Fix-a-parameter-check.patch: Drop -
+ this is applied upstream in this release.
-- Michael Biebl <biebl at debian.org> Thu, 08 Oct 2015 19:14:31 +0200
Modified: desktop/unstable/glib2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/patches/series?rev=46662&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/patches/series [utf-8] (original)
+++ desktop/unstable/glib2.0/debian/patches/series [utf-8] Wed Oct 14 16:35:07 2015
@@ -1,4 +1,3 @@
-0001-Revert-list-store-Fix-a-parameter-check.patch
01_gettext-desktopfiles.patch
02_gettext-desktopfiles-ubuntu.patch
03_disble_glib_compile_schemas_warning.patch
More information about the pkg-gnome-commits
mailing list