[glib/glib-2-60] Version 2.60.3



commit 0f6191d02a8e1ca7b08ffe0ccc4def88855baeae
Author: Philip Withnall <withnall endlessm com>
Date:   Tue May 21 16:58:44 2019 +0100

    Version 2.60.3
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 NEWS        | 29 +++++++++++++++++++++++++++++
 meson.build |  2 +-
 2 files changed, 30 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 41e6aeb5b..26220fe77 100644
--- a/NEWS
+++ b/NEWS
@@ -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
 ==================================
 
diff --git a/meson.build b/meson.build
index 976ab732a..a74502400 100644
--- a/meson.build
+++ b/meson.build
@@ -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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]