summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2015-10-14 14:08:05 +0100
committerRyan Lortie <desrt@desrt.ca>2015-10-14 14:08:05 +0100
commit1533d9b60ec029ed2a5358c4f10dde4934d243b5 (patch)
tree4575b551e8bf4d381caf70c78100f77d9e879a98
parent0aae1bf0d2e6e03d91e3f180a060f545175737ac (diff)
GLib 2.46.12.46.1
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
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