diff --git a/NEWS b/NEWS index 310576f3e..d2b586c4d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,31 @@ +Overview of changes in GLib 2.51.2 +================================== + +* Minimal support for UUIDs has been added + +* A new file attribute, G_FILE_ATTRIBUTE_RECENT_MODIFIED has been added + to improve sorting of recent files + +* Bugs fixed: + 639078 UUID support feature request + 777135 gkeyfile: Be more specific about error codes in documentation + 777307 race condition between gdbus signal callback and g_bus_unwatch_name... + 777481 goutputstream: docs: fix typos + 777493 g_mkdtemp() not introspectable + 777507 Recent view sorting incorrectly + 777592 Add minor examples to GDBus and GVariant documentation + 778002 race in gdbusprivate.c detected by the ThreadSanitizer + 778096 race in gdbusconnection reported by TSan + +* Translation updates: + Norwegian bokmål + Polish + Simplified Chinese + Slovak + Spanish + Swedish + + Overview of changes in GLib 2.51.1 ================================== diff --git a/configure.ac b/configure.ac index 5607a6323..14c913dc5 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ m4_define(glib_configure_ac) m4_define([glib_major_version], [2]) m4_define([glib_minor_version], [51]) -m4_define([glib_micro_version], [1]) +m4_define([glib_micro_version], [2]) m4_define([glib_interface_age], [0]) m4_define([glib_binary_age], [m4_eval(100 * glib_minor_version + glib_micro_version)])