[glib/glib-2-48] 2.48.2



commit 4295326c997768f66e46c212da8e651a7b44ddf1
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Aug 17 12:36:54 2016 -0400

    2.48.2

 NEWS         |   37 +++++++++++++++++++++++++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 39 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 33f71cc..dab4de2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+Overview of changes in GLib 2.48.2
+==================================
+
+Bugs fixed:
+ 547200 g_utf8_find_next_char() issues
+ 673101 resource compiler dependency generation not working for generated files
+ 700756 GFile.new_for_path arguments misses (type filename) annotation
+ 725902 build: simplify dtrace configuration
+ 728207 gsocketservice: Documentation does not mention that is already active...
+ 730187 glocalfileoutputstream: Fix an FD leak in an error path
+ 746685 Doc: clarify that g_variant_get_data() can be used instead of g_varia...
+ 750257 GSettings changed signal should clearly state the order required
+ 753231 Memory is potentially used after free
+ 755439 Memory leak in gdbusproxy.c
+ 760115 gtestutils: add missing dash in seed argument's --help documentation
+ 760423 gio-querymodules prints error messages as question marks on some locales
+ 761810 gio: Support using GDBusObjectManagerServer at path ‘/’
+ 766211 Fix the upper bound in g_unichar_iswide_bsearch
+ 766899 Superflous HTML/XML comments in GDBusProxyTypeFunc documentation string
+ 766933 GSocketAddress leaks in gnetworkmonitornetlink.c:read_netlink_messages()
+ 767172 docs: Move GIO_USE_VFS to "okay for production" section
+ 767218 Remove a UTF-8 ellipsis from gsignal.h
+ 767824 Some UTC timezones incorrectly recognized on Windows 7
+ 767949 Typos in glib docs
+ 768453 Gdbus test: compilation fails due to -Werror=format-y2k errors
+ 768504 keyfile: g_key_file_get_double behavior doesn't follow documentation
+ 768551 Test failure: test_socket_address_to_string
+ 768560 gio/tests/gsettings: fix GSettings reference leaks in some tests
+ 768806 gdbus tool must swallow -- argument
+ 769027 Docs misleadingly imply G_CHECKSUM_SHA512 is available since 2.16
+
+Translations updated:
+ Indonesian
+ Portuguese
+ Turkish
+
+
 Overview of changes in GLib 2.48.1
 ==================================
 
diff --git a/configure.ac b/configure.ac
index 94c9de1..a5001e6 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], [48])
-m4_define([glib_micro_version], [1])
-m4_define([glib_interface_age], [1])
+m4_define([glib_micro_version], [2])
+m4_define([glib_interface_age], [2])
 m4_define([glib_binary_age],
           [m4_eval(100 * glib_minor_version + glib_micro_version)])
 m4_define([glib_version],


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