mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-12 10:45:13 +01:00
GLib 2.46.2
This commit is contained in:
parent
57f959c0fa
commit
63beebb31e
16
NEWS
16
NEWS
@ -1,3 +1,19 @@
|
||||
Overview of changes in GLib 2.46.2
|
||||
==================================
|
||||
|
||||
* Varioius small fixes, with a focus on win32
|
||||
|
||||
* The docs should now be complete when doing non-srcdir builds
|
||||
|
||||
Bugs fixed:
|
||||
687223 cleverer GThreadPool management
|
||||
754983 Wayland: g_desktop_app_info_launch_uris_with_spawn() forces DISPLAY variable to Wayland display
|
||||
754994 g_date_time_get_second () sometimes returns an off-by-one result
|
||||
755609 glib 2.46.0 breaks Sun Java JVM 1.8.0.60
|
||||
756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to API deprecation
|
||||
756382 snprintf used on Windows with VS2015 doesn't support %n
|
||||
757628 gio tests fail to build when cross compiling 2.46.1
|
||||
|
||||
Overview of changes in GLib 2.46.1
|
||||
==================================
|
||||
|
||||
|
@ -31,8 +31,8 @@ m4_define(glib_configure_ac)
|
||||
|
||||
m4_define([glib_major_version], [2])
|
||||
m4_define([glib_minor_version], [46])
|
||||
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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user