mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-08 20:05:49 +01:00
glib 2.29.90
This commit is contained in:
parent
6f6c924b08
commit
9d6b55499f
49
NEWS
49
NEWS
@ -1,3 +1,52 @@
|
|||||||
|
Overview of changes from GLib 2.29.18 to 2.29.90
|
||||||
|
================================================
|
||||||
|
|
||||||
|
* API/ABI changes:
|
||||||
|
- unix signal watches now match the API of all of the other sources
|
||||||
|
- revert the addition of g_date_time_source_new () from last release
|
||||||
|
|
||||||
|
* networking and other fixes for Solaris
|
||||||
|
- we no longer support symbolic port names (ie: from /etc/services)
|
||||||
|
- check if -lsocket is needed
|
||||||
|
- fix g_socket_details_from_fd()
|
||||||
|
- avoid getmntinfo
|
||||||
|
- fix some harmless warnings
|
||||||
|
|
||||||
|
* GDateTime improvements:
|
||||||
|
- generally improved standards compliance (with C99)
|
||||||
|
- support C99-specified format strings: %g, %G, %V, %c, %C, %w
|
||||||
|
- consult the locale for the preferred 12-hour time format (%r)
|
||||||
|
- drop support for non-standard %N and broken %W
|
||||||
|
- better support for formatting non-POSIX (eg: Arabic) numerals
|
||||||
|
- locale-related test case fixups, and fix some leaks
|
||||||
|
|
||||||
|
* GTlsInteraction: add interaction method invocation guarantees
|
||||||
|
|
||||||
|
* gdbus-codegen: post-process all interfaces when parsing >1 file
|
||||||
|
|
||||||
|
* make GMainLoop, GMainContext and GSource boxed types
|
||||||
|
|
||||||
|
* fix a race condition in the first use of g_get_monotonic_time()
|
||||||
|
|
||||||
|
* lots gtk-doc cleanups
|
||||||
|
|
||||||
|
* better intltool compatibility when generating pot file
|
||||||
|
|
||||||
|
* avoid GCC-specific compiler options when not using GCC
|
||||||
|
|
||||||
|
* Translation updates:
|
||||||
|
Belarusian
|
||||||
|
Brazilian Portuguese
|
||||||
|
Canadian English
|
||||||
|
Galician
|
||||||
|
Indonesian
|
||||||
|
Korean
|
||||||
|
Lithuanian
|
||||||
|
Norwegian bokmål
|
||||||
|
Portuguese
|
||||||
|
Spanish
|
||||||
|
Swedish
|
||||||
|
|
||||||
Overview of changes from GLib 2.29.16 to 2.29.18
|
Overview of changes from GLib 2.29.16 to 2.29.18
|
||||||
================================================
|
================================================
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ m4_define(glib_configure_ac)
|
|||||||
|
|
||||||
m4_define([glib_major_version], [2])
|
m4_define([glib_major_version], [2])
|
||||||
m4_define([glib_minor_version], [29])
|
m4_define([glib_minor_version], [29])
|
||||||
m4_define([glib_micro_version], [19])
|
m4_define([glib_micro_version], [90])
|
||||||
m4_define([glib_interface_age], [0])
|
m4_define([glib_interface_age], [0])
|
||||||
m4_define([glib_binary_age],
|
m4_define([glib_binary_age],
|
||||||
[m4_eval(100 * glib_minor_version + glib_micro_version)])
|
[m4_eval(100 * glib_minor_version + glib_micro_version)])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user