Opened 9 years ago

Closed 8 years ago

#7035 closed enhancement (fixed)

glib-2.46.1

Reported by: Fernando de Oliveira Owned by: bdubbs@…
Priority: normal Milestone: 7.9
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

http://ftp.gnome.org/pub/gnome/sources/glib/2.46/glib-2.46.1.tar.xz

http://ftp.gnome.org/pub/gnome/sources/glib/2.46/glib-2.46.1.sha256sum

5a1f03b952ebc3a7e9f612b8724f70898183e31503db329b4f15d07163c8fdfb

http://ftp.gnome.org/pub/gnome/sources/glib/2.46/glib-2.46.1.news

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
 749161 undefined reference to `__imp__stat32i64'
 751924 Add recvmmsg()-like API on GSocket
 752837 gobject and glib-compile-resources rely on .CRT$XCU section, no
        longer...
 753310 Remove `#pragma GCC system_header` from gmessages.h
 755083 Clarify in G_ADD_PRIVATE that it is safe to call
        _get_instance_private(NULL)
 755351 Example still contains g_autoptr(gchar)
 755355 Move GStrv to glib.h so it can be used with g_auto()
 755496 glib 2.46 fails GStreamer test suite
 755795 2.46 considers empty files as octet-stream rather than text
        (leads to...
 756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due
        to API...
 756251 The documentation of G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START is
        confusing
 756255 GOutputStream swallowing errors in splice with
        G_OUTPUT_STREAM_SPLICE_...

* Translation updates:
 Czech
 Serbian
 Serbian Latin
 Vietnamese

Change History (2)

comment:1 by bdubbs@…, 8 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 8 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 16559.

Note: See TracTickets for help on using tickets.