Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2022-12-01 14:03:47 +00:00
parent 60d1ebbd2b
commit a8ad6347a4
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73
2 changed files with 13 additions and 1 deletions

12
NEWS
View File

@ -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
==================================

View File

@ -1,5 +1,5 @@
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
meson_version : '>= 0.60.0',
default_options : [