mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
2.82.0
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
parent
d7795da6ab
commit
8200545ece
36
NEWS
36
NEWS
@ -1,3 +1,39 @@
|
|||||||
|
Overview of changes in GLib 2.82.0, 2024-08-26
|
||||||
|
==============================================
|
||||||
|
|
||||||
|
* Change the default value of -Dglib_debug from `auto` to `enabled` for
|
||||||
|
developers — distributions will almost certainly want to override it to
|
||||||
|
`-Dglib_debug=disabled` for package release builds though; see #3421
|
||||||
|
|
||||||
|
* Revert per-instance locking changes in `GCancellable` as they introduced new
|
||||||
|
races (#3448)
|
||||||
|
|
||||||
|
* Bugs fixed:
|
||||||
|
- #3417 Investigate trampoline performance implications in g_mutex_lock_impl()
|
||||||
|
changes (Philip Withnall)
|
||||||
|
- #3421 Default value for glib_debug meson option (Philip Withnall)
|
||||||
|
- #3428 wrong comment in gmessage.c:escape_string
|
||||||
|
- #3450 Should check for epoll_create1 rather than epoll_create (Philip
|
||||||
|
Withnall)
|
||||||
|
- #3451 Gio.MenuModel docs have an outdated UI example (Philip Withnall)
|
||||||
|
- !4195 Replace hi.po with updated translations.
|
||||||
|
- !4197 gunixmounts: Fix use of uninitialised variable
|
||||||
|
- !4198 tests: Run expected-to-hang cancellable tests in subprocesses
|
||||||
|
- !4205 CI/msys2-mingw32: Set the G_DEBUGGER environment variable
|
||||||
|
- !4207 Update Chinese translation
|
||||||
|
- !4208 Update Swedish translation
|
||||||
|
- !4211 Revert !2765 “GCancellable: Use per-instance mutex logic instead of
|
||||||
|
global critical sections” for glib-2-82
|
||||||
|
- !4213 Various small backports to glib-2-82
|
||||||
|
- !4215 Backport !4214 “gthread: Move thread _impl functions to static inlines
|
||||||
|
for speed” to glib-2-82
|
||||||
|
|
||||||
|
* Translation updates:
|
||||||
|
- Chinese (China) (lumingzh)
|
||||||
|
- Hindi (Karunakar Guntupalli)
|
||||||
|
- Swedish (Anders Jonsson)
|
||||||
|
|
||||||
|
|
||||||
Overview of changes in GLib 2.81.2, 2024-08-16
|
Overview of changes in GLib 2.81.2, 2024-08-16
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('glib', 'c',
|
project('glib', 'c',
|
||||||
version : '2.81.2',
|
version : '2.82.0',
|
||||||
# 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 : '>= 1.2.0',
|
meson_version : '>= 1.2.0',
|
||||||
default_options : [
|
default_options : [
|
||||||
|
Loading…
Reference in New Issue
Block a user