mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01:00
GLib 2.38.1
This commit is contained in:
parent
08c1ead082
commit
158b7ea01f
26
NEWS
26
NEWS
@ -1,3 +1,29 @@
|
||||
Overview of changes from GLib 2.38.0 to 2.38.1
|
||||
===============================================
|
||||
|
||||
* Fix error code checks when SOCK_CLOEXEC is defined but not supported
|
||||
(fix support for GNU/Hurd)
|
||||
|
||||
* g_settings_list_children: only list viable schemas
|
||||
(fix gsettings list-recursively crashes with invalid schemas installed)
|
||||
|
||||
* GDBusObjectManagerClient: Fix typo in the /org/freedesktop/DBus path
|
||||
when adding match rules
|
||||
|
||||
* Various -Werror=format-nonliteral fixes
|
||||
|
||||
* gmessages: fix clang annotations to work with older versions
|
||||
|
||||
* gio: don't dist (generated file) gnetworking.h
|
||||
|
||||
* Restore gl_GLIBC21 to configure; needed for libcharset
|
||||
|
||||
Translations:
|
||||
Catalan (Valencian)
|
||||
Norwegian bokmål
|
||||
Russian
|
||||
Serbian
|
||||
|
||||
What's new in Glib 2.38
|
||||
========================
|
||||
|
||||
|
@ -31,8 +31,8 @@ m4_define(glib_configure_ac)
|
||||
|
||||
m4_define([glib_major_version], [2])
|
||||
m4_define([glib_minor_version], [38])
|
||||
m4_define([glib_micro_version], [0])
|
||||
m4_define([glib_interface_age], [0])
|
||||
m4_define([glib_micro_version], [1])
|
||||
m4_define([glib_interface_age], [1])
|
||||
m4_define([glib_binary_age],
|
||||
[m4_eval(100 * glib_minor_version + glib_micro_version)])
|
||||
m4_define([glib_version],
|
||||
|
Loading…
x
Reference in New Issue
Block a user