mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-11 05:13:50 +01:00
GLib 2.46.1
This commit is contained in:
parent
0aae1bf0d2
commit
1533d9b60e
19
NEWS
19
NEWS
@ -1,6 +1,25 @@
|
|||||||
Overview of changes in GLib 2.46.1
|
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:
|
* Bugs fixed:
|
||||||
735754 Implement close on TLS GOutputStream
|
735754 Implement close on TLS GOutputStream
|
||||||
743011 Minor additions to GError documentation
|
743011 Minor additions to GError documentation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user