mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01:00
2.74.2
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
60d1ebbd2b
commit
a8ad6347a4
12
NEWS
12
NEWS
@ -1,3 +1,15 @@
|
|||||||
|
Overview of changes in GLib 2.74.3
|
||||||
|
==================================
|
||||||
|
|
||||||
|
* Fix regression in type checking `g_str_equal()` from C++ projects (#2820)
|
||||||
|
|
||||||
|
* Bugs fixed:
|
||||||
|
- #2820 g_str_equal: New macro version breaks compilation in C++ projects
|
||||||
|
(Philip Withnall)
|
||||||
|
- !3096 Backport !3094 “gstrfuncs: Fix regression in C++ types accepted by
|
||||||
|
g_str_equal()” to glib-2-74
|
||||||
|
|
||||||
|
|
||||||
Overview of changes in GLib 2.74.2
|
Overview of changes in GLib 2.74.2
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('glib', 'c',
|
project('glib', 'c',
|
||||||
version : '2.74.2',
|
version : '2.74.3',
|
||||||
# NOTE: See the policy in docs/meson-version.md before changing the Meson dependency
|
# NOTE: See the policy in docs/meson-version.md before changing the Meson dependency
|
||||||
meson_version : '>= 0.60.0',
|
meson_version : '>= 0.60.0',
|
||||||
default_options : [
|
default_options : [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user