[Bug 1832457] [NEW] [SRU] 2.60.4
Iain Lane
iain at orangesquash.org.uk
Wed Jun 12 08:25:35 UTC 2019
Public bug reported:
[ Description ]
New stable release in the 2.60 series.
[ QA ]
Upstream release, so QA already performed by maintainers
https://wiki.ubuntu.com/StableReleaseUpdates/GNOME
This upload will trigger many autopkgtests that we expect to not be
regressed by this upload.
Pretty much all parts of GNOME use GLib, so test anything in the desktop
that you can.
[ Regression potential ]
Various fixes in multiple places so multiple apps could be affected.
[ Upstream NEWS ]
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
==================================
* Various fixes to small key/value support in `GHashTable` (#1749,
#1780)
* Bugs fixed:
- #1747 Critical in g_socket_client_async_connect_complete
- #1749 New GHashTable implementation confuses valgrind
- #1759 test_month_names: assertion failed
- #1771 GNetworkAddressAddressEnumerator unsafely modifies cache in GNetworkAddress
- #1774 Leaks in gsocketclient.c connection code
- #1776 glib/date test fails
- #1780 GDB pretty-printer for GHashTable no longer works
- !815 Merge branch 'wip/tingping/socketclient-cancel-2' into 'master'
- !816 Backport !814 “gschema.dtd: Add target attribute to alias” to glib-2-60
- !826 Backport !824 “gsocketclient: Fix a leak in the connection code” to glib-2-60
- !829 Backport !828 “build: Fix a typo in the test whether _NL_ABALTMON_n is supported” to glib-2-60
- !834 Backport !823 "gnetworkaddress: Fix parallel enumerations interfering with eachother" to glib-2-60
- !838 Backport !835 “Fix typo in German translation” to glib-2-60
- !841 Backport !839 “tests: Update month name check for Greek locale” to glib-2-60
- !844 Backport !840 “ghash: Disable small-arrays under valgrind” to glib-2-60
- !846 Backport !845 “Fixing g_format_size_full() on Windows-x64” to glib-2-60
- !855 Backport !848 (more GHashTable fixes) to glib-2-60
- !858 Backport !852 “Update gdb pretty-printer for GHashTable” to glib-2-60
* Translation updates:
- German
Overview of changes in GLib 2.60.2
==================================
* Fix crash when displaying notifications on macOS (!786)
* Improve network status detection with NetworkManager (!781)
* Bugs fixed:
- !790 glib/gconstructor.h: Include stdlib.h for MSVC builds
- !793 Backport !786: “cocoanotificationbackend: do not release readonly property” to glib-2-60
- !803 Backport !781 “gnetworkmonitornm: Fix network available detection” to glib-2-60
* Translation updates:
- Catalan
Overview of changes in GLib 2.60.1
==================================
* Fix documentation for `gdbus-tool wait` to use correct units
* Bugs fixed:
- #1709 GResource generation test incompatible with stable LLVM on Linux
- #1725 gosxappinfo.h is not installed on macOS
- #1737 gdbus-tool wait command timeout argument incorrect unit reference
- !711 socket: Fix annotation for flags in g_socket_receive_message
- !722 Backport codegen: Fix use of uninitialised variable from !721 to glib-2-60
- !727 Backport !719 “Handle an UNKNOWN NetworkManager connectivity as NONE” to glib-2-60
- !729 Backport !728 “gsocket: Remove (type) annotation from flags arguments” to glib-2-60
- !758 gdbusaddress, win32: backport using cwd for running rundll32
- !775 meson: Hotfix for iconv detection on macOS
* Translation updates:
- Basque
- Dutch
** Affects: glib2.0 (Ubuntu)
Importance: Undecided
Assignee: Iain Lane (laney)
Status: In Progress
** Affects: glib2.0 (Ubuntu Disco)
Importance: Undecided
Assignee: Iain Lane (laney)
Status: In Progress
** Description changed:
[ Description ]
New stable release in the 2.60 series.
[ QA ]
Upstream release, so QA already performed by maintainers
https://wiki.ubuntu.com/StableReleaseUpdates/GNOME
This upload will trigger many autopkgtests that we expect to not be
regressed by this upload.
Pretty much all parts of GNOME use GLib, so test anything in the desktop
that you can.
[ Regression potential ]
Various fixes in multiple places so multiple apps could be affected.
- glib2.0 (2.60.4-1) experimental; urgency=medium
+ [ Upstream NEWS ]
- * New upstream release
- + Fixes to improved network status detection with NetworkManager (#1788)
- + Leak fixes to some `glib-genmarshal` generated code
- + Further fixes to the Happy Eyeballs (RFC 8305) implementation
- + File system permissions fix to clamp down permissions in a small time window
- when copying files (CVE-2019-12450)
- + Bugs fixed:
- - Please revert #535 gmacros: Try to use the standard __func__ first in
- G_STRFUNC
- * gfile-Limit-access-to-files-when-copying.patch: Drop. It's in this version
- upstream.
- * d/p/*: Refresh through gbp pq
+ Overview of changes in GLib 2.60.4
+ ==================================
- -- Iain Lane <laney at debian.org> Wed, 12 Jun 2019 09:15:11 +0100
+ * 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
+ ==================================
+
+ * Various fixes to small key/value support in `GHashTable` (#1749,
+ #1780)
+
+ * Bugs fixed:
+ - #1747 Critical in g_socket_client_async_connect_complete
+ - #1749 New GHashTable implementation confuses valgrind
+ - #1759 test_month_names: assertion failed
+ - #1771 GNetworkAddressAddressEnumerator unsafely modifies cache in GNetworkAddress
+ - #1774 Leaks in gsocketclient.c connection code
+ - #1776 glib/date test fails
+ - #1780 GDB pretty-printer for GHashTable no longer works
+ - !815 Merge branch 'wip/tingping/socketclient-cancel-2' into 'master'
+ - !816 Backport !814 “gschema.dtd: Add target attribute to alias” to glib-2-60
+ - !826 Backport !824 “gsocketclient: Fix a leak in the connection code” to glib-2-60
+ - !829 Backport !828 “build: Fix a typo in the test whether _NL_ABALTMON_n is supported” to glib-2-60
+ - !834 Backport !823 "gnetworkaddress: Fix parallel enumerations interfering with eachother" to glib-2-60
+ - !838 Backport !835 “Fix typo in German translation” to glib-2-60
+ - !841 Backport !839 “tests: Update month name check for Greek locale” to glib-2-60
+ - !844 Backport !840 “ghash: Disable small-arrays under valgrind” to glib-2-60
+ - !846 Backport !845 “Fixing g_format_size_full() on Windows-x64” to glib-2-60
+ - !855 Backport !848 (more GHashTable fixes) to glib-2-60
+ - !858 Backport !852 “Update gdb pretty-printer for GHashTable” to glib-2-60
+
+ * Translation updates:
+ - German
+
+
+ Overview of changes in GLib 2.60.2
+ ==================================
+
+ * Fix crash when displaying notifications on macOS (!786)
+
+ * Improve network status detection with NetworkManager (!781)
+
+ * Bugs fixed:
+ - !790 glib/gconstructor.h: Include stdlib.h for MSVC builds
+ - !793 Backport !786: “cocoanotificationbackend: do not release readonly property” to glib-2-60
+ - !803 Backport !781 “gnetworkmonitornm: Fix network available detection” to glib-2-60
+
+ * Translation updates:
+ - Catalan
** Description changed:
[ Description ]
New stable release in the 2.60 series.
[ QA ]
Upstream release, so QA already performed by maintainers
https://wiki.ubuntu.com/StableReleaseUpdates/GNOME
This upload will trigger many autopkgtests that we expect to not be
regressed by this upload.
Pretty much all parts of GNOME use GLib, so test anything in the desktop
that you can.
[ Regression potential ]
Various fixes in multiple places so multiple apps could be affected.
[ Upstream NEWS ]
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)
+ 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
-
+ - #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
==================================
* Various fixes to small key/value support in `GHashTable` (#1749,
#1780)
* Bugs fixed:
- - #1747 Critical in g_socket_client_async_connect_complete
- - #1749 New GHashTable implementation confuses valgrind
- - #1759 test_month_names: assertion failed
- - #1771 GNetworkAddressAddressEnumerator unsafely modifies cache in GNetworkAddress
- - #1774 Leaks in gsocketclient.c connection code
- - #1776 glib/date test fails
- - #1780 GDB pretty-printer for GHashTable no longer works
- - !815 Merge branch 'wip/tingping/socketclient-cancel-2' into 'master'
- - !816 Backport !814 “gschema.dtd: Add target attribute to alias” to glib-2-60
- - !826 Backport !824 “gsocketclient: Fix a leak in the connection code” to glib-2-60
- - !829 Backport !828 “build: Fix a typo in the test whether _NL_ABALTMON_n is supported” to glib-2-60
- - !834 Backport !823 "gnetworkaddress: Fix parallel enumerations interfering with eachother" to glib-2-60
- - !838 Backport !835 “Fix typo in German translation” to glib-2-60
- - !841 Backport !839 “tests: Update month name check for Greek locale” to glib-2-60
- - !844 Backport !840 “ghash: Disable small-arrays under valgrind” to glib-2-60
- - !846 Backport !845 “Fixing g_format_size_full() on Windows-x64” to glib-2-60
- - !855 Backport !848 (more GHashTable fixes) to glib-2-60
- - !858 Backport !852 “Update gdb pretty-printer for GHashTable” to glib-2-60
+ - #1747 Critical in g_socket_client_async_connect_complete
+ - #1749 New GHashTable implementation confuses valgrind
+ - #1759 test_month_names: assertion failed
+ - #1771 GNetworkAddressAddressEnumerator unsafely modifies cache in GNetworkAddress
+ - #1774 Leaks in gsocketclient.c connection code
+ - #1776 glib/date test fails
+ - #1780 GDB pretty-printer for GHashTable no longer works
+ - !815 Merge branch 'wip/tingping/socketclient-cancel-2' into 'master'
+ - !816 Backport !814 “gschema.dtd: Add target attribute to alias” to glib-2-60
+ - !826 Backport !824 “gsocketclient: Fix a leak in the connection code” to glib-2-60
+ - !829 Backport !828 “build: Fix a typo in the test whether _NL_ABALTMON_n is supported” to glib-2-60
+ - !834 Backport !823 "gnetworkaddress: Fix parallel enumerations interfering with eachother" to glib-2-60
+ - !838 Backport !835 “Fix typo in German translation” to glib-2-60
+ - !841 Backport !839 “tests: Update month name check for Greek locale” to glib-2-60
+ - !844 Backport !840 “ghash: Disable small-arrays under valgrind” to glib-2-60
+ - !846 Backport !845 “Fixing g_format_size_full() on Windows-x64” to glib-2-60
+ - !855 Backport !848 (more GHashTable fixes) to glib-2-60
+ - !858 Backport !852 “Update gdb pretty-printer for GHashTable” to glib-2-60
* Translation updates:
- - German
-
+ - German
Overview of changes in GLib 2.60.2
==================================
* Fix crash when displaying notifications on macOS (!786)
* Improve network status detection with NetworkManager (!781)
* Bugs fixed:
- - !790 glib/gconstructor.h: Include stdlib.h for MSVC builds
- - !793 Backport !786: “cocoanotificationbackend: do not release readonly property” to glib-2-60
- - !803 Backport !781 “gnetworkmonitornm: Fix network available detection” to glib-2-60
+ - !790 glib/gconstructor.h: Include stdlib.h for MSVC builds
+ - !793 Backport !786: “cocoanotificationbackend: do not release readonly property” to glib-2-60
+ - !803 Backport !781 “gnetworkmonitornm: Fix network available detection” to glib-2-60
* Translation updates:
- - Catalan
+ - Catalan
+
+ Overview of changes in GLib 2.60.1
+ ==================================
+
+ * Fix documentation for `gdbus-tool wait` to use correct units
+
+ * Bugs fixed:
+ - #1709 GResource generation test incompatible with stable LLVM on Linux
+ - #1725 gosxappinfo.h is not installed on macOS
+ - #1737 gdbus-tool wait command timeout argument incorrect unit reference
+ - !711 socket: Fix annotation for flags in g_socket_receive_message
+ - !722 Backport codegen: Fix use of uninitialised variable from !721 to glib-2-60
+ - !727 Backport !719 “Handle an UNKNOWN NetworkManager connectivity as NONE” to glib-2-60
+ - !729 Backport !728 “gsocket: Remove (type) annotation from flags arguments” to glib-2-60
+ - !758 gdbusaddress, win32: backport using cwd for running rundll32
+ - !775 meson: Hotfix for iconv detection on macOS
+
+ * Translation updates:
+ - Basque
+ - Dutch
** Also affects: glib2.0 (Ubuntu Disco)
Importance: Undecided
Status: New
** Changed in: glib2.0 (Ubuntu)
Status: New => In Progress
** Changed in: glib2.0 (Ubuntu Disco)
Status: New => In Progress
** Changed in: glib2.0 (Ubuntu)
Assignee: (unassigned) => Iain Lane (laney)
** Changed in: glib2.0 (Ubuntu Disco)
Assignee: (unassigned) => Iain Lane (laney)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1832457
Title:
[SRU] 2.60.4
Status in glib2.0 package in Ubuntu:
In Progress
Status in glib2.0 source package in Disco:
In Progress
Bug description:
[ Description ]
New stable release in the 2.60 series.
[ QA ]
Upstream release, so QA already performed by maintainers
https://wiki.ubuntu.com/StableReleaseUpdates/GNOME
This upload will trigger many autopkgtests that we expect to not be
regressed by this upload.
Pretty much all parts of GNOME use GLib, so test anything in the
desktop that you can.
[ Regression potential ]
Various fixes in multiple places so multiple apps could be affected.
[ Upstream NEWS ]
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
==================================
* Various fixes to small key/value support in `GHashTable` (#1749,
#1780)
* Bugs fixed:
- #1747 Critical in g_socket_client_async_connect_complete
- #1749 New GHashTable implementation confuses valgrind
- #1759 test_month_names: assertion failed
- #1771 GNetworkAddressAddressEnumerator unsafely modifies cache in GNetworkAddress
- #1774 Leaks in gsocketclient.c connection code
- #1776 glib/date test fails
- #1780 GDB pretty-printer for GHashTable no longer works
- !815 Merge branch 'wip/tingping/socketclient-cancel-2' into 'master'
- !816 Backport !814 “gschema.dtd: Add target attribute to alias” to glib-2-60
- !826 Backport !824 “gsocketclient: Fix a leak in the connection code” to glib-2-60
- !829 Backport !828 “build: Fix a typo in the test whether _NL_ABALTMON_n is supported” to glib-2-60
- !834 Backport !823 "gnetworkaddress: Fix parallel enumerations interfering with eachother" to glib-2-60
- !838 Backport !835 “Fix typo in German translation” to glib-2-60
- !841 Backport !839 “tests: Update month name check for Greek locale” to glib-2-60
- !844 Backport !840 “ghash: Disable small-arrays under valgrind” to glib-2-60
- !846 Backport !845 “Fixing g_format_size_full() on Windows-x64” to glib-2-60
- !855 Backport !848 (more GHashTable fixes) to glib-2-60
- !858 Backport !852 “Update gdb pretty-printer for GHashTable” to glib-2-60
* Translation updates:
- German
Overview of changes in GLib 2.60.2
==================================
* Fix crash when displaying notifications on macOS (!786)
* Improve network status detection with NetworkManager (!781)
* Bugs fixed:
- !790 glib/gconstructor.h: Include stdlib.h for MSVC builds
- !793 Backport !786: “cocoanotificationbackend: do not release readonly property” to glib-2-60
- !803 Backport !781 “gnetworkmonitornm: Fix network available detection” to glib-2-60
* Translation updates:
- Catalan
Overview of changes in GLib 2.60.1
==================================
* Fix documentation for `gdbus-tool wait` to use correct units
* Bugs fixed:
- #1709 GResource generation test incompatible with stable LLVM on Linux
- #1725 gosxappinfo.h is not installed on macOS
- #1737 gdbus-tool wait command timeout argument incorrect unit reference
- !711 socket: Fix annotation for flags in g_socket_receive_message
- !722 Backport codegen: Fix use of uninitialised variable from !721 to glib-2-60
- !727 Backport !719 “Handle an UNKNOWN NetworkManager connectivity as NONE” to glib-2-60
- !729 Backport !728 “gsocket: Remove (type) annotation from flags arguments” to glib-2-60
- !758 gdbusaddress, win32: backport using cwd for running rundll32
- !775 meson: Hotfix for iconv detection on macOS
* Translation updates:
- Basque
- Dutch
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1832457/+subscriptions
More information about the foundations-bugs
mailing list