Version 2.60.3

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-05-21 16:58:44 +01:00
parent b3e1a380d3
commit 0f6191d02a
2 changed files with 30 additions and 1 deletions

29
NEWS
View File

@ -1,3 +1,32 @@
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
==================================

View File

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