Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall
2019-06-10 18:37:19 +01:00
parent e25de8e5d5
commit 6672d0cbed
2 changed files with 23 additions and 1 deletions

22
NEWS
View File

@@ -1,3 +1,25 @@
Overview of changes in GLib 2.60.4
==================================
* Fixes to improved network status detection with NetworkManager (#1788)
* Leak fixes to some `glib-genmarshal` generated code (#1793)
* Further fixes to the Happy Eyeballs (RFC 8305) implementation (!865)
* File system permissions fix to clamp down permissions in a small time window
when copying files (CVE-2019-12450, !876)
* Bugs fixed:
- #1755 Please revert #535 gmacros: Try to use the standard __func__ first in G_STRFUNC
- #1788 GNetworkMonitor claims I am offline
- #1792 glib-genmarshal generated valist marshal does not respect static scope for some types
- #1793 glib-genmarshal generates wrong code for va marshaler for VARIANT type
- #1795 Fix mingw32 CI on older branches
- !865 gnetworkaddress: fix "happy eyeballs" logic
- !878 Backport !876 “gfile: Limit access to files when copying” to glib-2-60
Overview of changes in GLib 2.60.3
==================================

View File

@@ -1,5 +1,5 @@
project('glib', 'c', 'cpp',
version : '2.60.3',
version : '2.60.4',
meson_version : '>= 0.48.0',
default_options : [
'buildtype=debugoptimized',