mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
2.53.7
This commit is contained in:
parent
03b595fe95
commit
052f134528
30
NEWS
30
NEWS
@ -1,3 +1,33 @@
|
||||
Overview of changes in GLib 2.53.7
|
||||
==================================
|
||||
|
||||
* Bugs fixed:
|
||||
736710 remove unnecessary executions of libtool from configure
|
||||
785260 gio/tests/appmonitor fails if local dir not writeable
|
||||
786456 g_subprocess_wait[_check]_async() breaks when cancelled...
|
||||
786555 g_array_free() is not thread safe w.r.t. g_array_unref()
|
||||
786580 gdesktopappinfo.c: Add Tilix as a fallback terminal
|
||||
786807 g_uuid_string_random undefined when built with meson
|
||||
|
||||
* Translation updates:
|
||||
Brazilian Portuguese
|
||||
Catalan
|
||||
Czech
|
||||
Danish
|
||||
Finnish
|
||||
French
|
||||
Friulian
|
||||
German
|
||||
Italian
|
||||
Kazakh
|
||||
Korean
|
||||
Latvian
|
||||
Nepali
|
||||
Polish
|
||||
Spanish
|
||||
Turkish
|
||||
|
||||
|
||||
Overview of changes in GLib 2.53.6
|
||||
==================================
|
||||
|
||||
|
@ -31,7 +31,7 @@ m4_define(glib_configure_ac)
|
||||
|
||||
m4_define([glib_major_version], [2])
|
||||
m4_define([glib_minor_version], [53])
|
||||
m4_define([glib_micro_version], [6])
|
||||
m4_define([glib_micro_version], [7])
|
||||
m4_define([glib_interface_age], [0])
|
||||
m4_define([glib_binary_age],
|
||||
[m4_eval(100 * glib_minor_version + glib_micro_version)])
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('glib', 'c', 'cpp',
|
||||
version : '2.53.6',
|
||||
version : '2.53.7',
|
||||
meson_version : '>= 0.38.1',
|
||||
default_options : [
|
||||
'warning_level=1',
|
||||
|
Loading…
Reference in New Issue
Block a user