From 1533d9b60ec029ed2a5358c4f10dde4934d243b5 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Wed, 14 Oct 2015 14:08:05 +0100 Subject: [PATCH] GLib 2.46.1 --- NEWS | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/NEWS b/NEWS index 5b33b652e..c79b3a8d2 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,25 @@ Overview of changes in GLib 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'). + +* 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. + +* Many win32 fixes + +* Many docs fixes + * Bugs fixed: 735754 Implement close on TLS GOutputStream 743011 Minor additions to GError documentation