[glib/glib-2-46] GLib 2.46.1



commit 1533d9b60ec029ed2a5358c4f10dde4934d243b5
Author: Ryan Lortie <desrt desrt ca>
Date:   Wed Oct 14 14:08:05 2015 +0100

    GLib 2.46.1

 NEWS |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5b33b65..c79b3a8 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]