mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
GLib 2.47.2
This commit is contained in:
parent
398c048c66
commit
4f18c671ab
37
NEWS
37
NEWS
@ -1,3 +1,40 @@
|
||||
Overview of changes in GLib 2.47.2
|
||||
==================================
|
||||
|
||||
* We have formalised the assumption that all compilers that are
|
||||
interested in support 'static inline' and simplified the macros around
|
||||
this considerably. Please watch for and report unintentional fallout.
|
||||
|
||||
* New API: hardware-assisted helpers for overflow-checked integer math.
|
||||
|
||||
* other fixes
|
||||
|
||||
Bugs fixed:
|
||||
696324 gtester-report doesn't work with Python 3.x
|
||||
719966 glib: Add missing (nullable) and (optional) annotations
|
||||
752837 gobject and glib-compile-resources rely on .CRT$XCU section, no longer works with Win 10 UCRT (VS 2015)
|
||||
755364 make gtkdoc-check happy again
|
||||
756134 Segmentation fault on calling g_simple_action_group_add_action with bad action constructor call
|
||||
756179 gwin32.c: Replace VerifyVersionInfoW() with RtlGetVersion() due to API deprecation
|
||||
756988 GSequence should document each function's complexity
|
||||
757294 Move G_POLLFD_FORMAT to glibconfig.h
|
||||
757374 macros: clean up "inline" mess
|
||||
757451 doc: fix g_task_attach_source() example
|
||||
757628 gio tests fail to build when cross compiling 2.46.1
|
||||
757693 Invalid free in g_local_file_trash()
|
||||
757742 Fix up annotations in ghash.c
|
||||
758181 GTask: fix wrong example code
|
||||
|
||||
Translations updated:
|
||||
Greek
|
||||
Hebrew
|
||||
Hungarian
|
||||
Norwegian bokmål
|
||||
Portuguese
|
||||
Scottish Gaelic
|
||||
Simplified Chinese
|
||||
Spanish
|
||||
|
||||
Overview of changes in GLib 2.47.1
|
||||
==================================
|
||||
|
||||
|
@ -31,8 +31,8 @@ m4_define(glib_configure_ac)
|
||||
|
||||
m4_define([glib_major_version], [2])
|
||||
m4_define([glib_minor_version], [47])
|
||||
m4_define([glib_micro_version], [1])
|
||||
m4_define([glib_interface_age], [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)])
|
||||
m4_define([glib_version],
|
||||
|
Loading…
Reference in New Issue
Block a user