[glib/glib-2-54] 2.54.3



commit 5a650925899c7aae62e9ff79e405e72a6adc981c
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jan 8 15:19:34 2018 -0500

    2.54.3

 NEWS         |   33 +++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 meson.build  |    2 +-
 3 files changed, 36 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2d737c9..d2eaa94 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+Overview of changes in GLib 2.54.3
+==================================
+
+* Bugs fixed:
+ 691436 glib-mkenums output arch dependent
+ 761102 Increase performance for main loop
+ 776147 gio/glocalfilemonitor.c doesn't handle case G_FILE_MONITOR_EVENT_MOVE...
+ 779182 xdg-open fails with gio open for some uris
+ 782057 Unit tests fail in run-assert-msg-test.sh
+ 785113 glib-mkenums Python port fixes
+ 788990 Include licensing information in output from glib-mkenums, glib-genma...
+ 789637 glib-mkenums: Fails when --ouput file does not exist
+ 789894 Text tool has color from previous line, when overwriting existing text
+ 790030 GResource/GVariant fails to load from non-pointer aligned memory
+ 790093 gio-tool: fix inverted logic in monitor tool
+ 790126 gengiotypefuncs.py is missing from tarballs
+ 790829 glib-genmarshal --body must not generate alias implementations
+ 790934 gtester doesn't handle skipped tests
+ 791235 Fix gschema.dtd regarding flags.
+ 791267 Make gschema.dtd usable.
+ 791296 gtester-report: fix range usage when running as python3 app
+ 791325 Gio handling of thumbnail:: attribute namespace causes inconsistent b...
+ 791334 gbinding.c:898: The target object of type GNetworkAddress has no prop...
+ 791337 Crash opening URIs with g_desktop_app_info_launch_uris_with_spawn()
+ 791720 Criticals in gio/xdp-dbus.h leading to crash under flatpak
+ 791744 gmenumodel test sometimes fails: assertion failed (items_changed_coun...
+ 791754 gdbus-peer test intermittently fails: assertion 'source->ref_count > ...
+ 791906 GSocketListenerClass.event has wrong signature
+
+* Translation updates:
+ Norwegian bokmål
+
+
 Overview of changes in GLib 2.54.2
 ==================================
 
diff --git a/configure.ac b/configure.ac
index a6f0af3..0457c90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,8 +31,8 @@ m4_define(glib_configure_ac)
 
 m4_define([glib_major_version], [2])
 m4_define([glib_minor_version], [54])
-m4_define([glib_micro_version], [2])
-m4_define([glib_interface_age], [2])
+m4_define([glib_micro_version], [3])
+m4_define([glib_interface_age], [3])
 m4_define([glib_binary_age],
           [m4_eval(100 * glib_minor_version + glib_micro_version)])
 m4_define([glib_version],
diff --git a/meson.build b/meson.build
index e830603..af6ca0d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('glib', 'c', 'cpp',
-  version : '2.54.2',
+  version : '2.54.3',
   meson_version : '>= 0.38.1',
   default_options : [
     'warning_level=1',


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