mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-04 20:59:21 +02:00
24
NEWS
24
NEWS
@@ -1,3 +1,27 @@
|
|||||||
|
Overview of changes in GLib 2.78.5, 2024-05-07
|
||||||
|
==============================================
|
||||||
|
|
||||||
|
* Fix CVE-2024-34397: GDBus signal subscriptions for well-known names are
|
||||||
|
vulnerable to unicast spoofing (#3268, work by Simon McVittie, reported by
|
||||||
|
Alicia Boya García)
|
||||||
|
|
||||||
|
* Bugs fixed:
|
||||||
|
- #3168 gvfs-udisks2-volume-monitor SIGSEGV in g_content_type_guess_for_tree()
|
||||||
|
due to filename with bad encoding (Ondrej Holy)
|
||||||
|
- #3268 CVE-2024-34397: GDBus signal subscriptions for well-known names are
|
||||||
|
vulnerable to unicast spoofing (Simon McVittie)
|
||||||
|
- !3825 glib-2-78: ci: Drop FreeBSD 12 CI runner as it’s EOL
|
||||||
|
- !3960 gcontenttype: Make filename valid utf-8 string before processing
|
||||||
|
- !4040 Backport !4038 “gdbusconnection: Don't deliver signals if the sender
|
||||||
|
doesn't match” to glib-2-78
|
||||||
|
- !4043 CI: Ignore MSYS2 CI failures for this older stable-branch
|
||||||
|
|
||||||
|
* Translation updates:
|
||||||
|
- English (United Kingdom) (Andi Chandler)
|
||||||
|
- Georgian (Ekaterine Papava)
|
||||||
|
- Portuguese (Brazil) (Juliano de Souza Camargo)
|
||||||
|
|
||||||
|
|
||||||
Overview of changes in GLib 2.78.4, 2024-01-21
|
Overview of changes in GLib 2.78.4, 2024-01-21
|
||||||
==============================================
|
==============================================
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
project('glib', 'c',
|
project('glib', 'c',
|
||||||
version : '2.78.4',
|
version : '2.78.5',
|
||||||
# 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 : [
|
||||||
|
Reference in New Issue
Block a user