Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2025-03-06 13:09:13 +00:00
parent b312d0c30d
commit 05da47c2d0
No known key found for this signature in database
GPG Key ID: C5C42CFB268637CA
2 changed files with 17 additions and 1 deletions

16
NEWS
View File

@ -1,3 +1,19 @@
Overview of changes in GLib 2.84.0, 2025-03-06
==============================================
* Bugs fixed:
- #3590 Update Slovenian (sl) translation in glib
- !4539 Update Korean translation
- !4540 tests: Minor fixes to reference and stream-rw_all tests
- !4542 gdebugcontrollerdbus: Fix a minor typo in a code example in the docs
- !4543 Update Hungarian translation
* Translation updates:
- Hungarian (Balázs Úr)
- Korean (Changwoo Ryu)
- Slovenian (Martin)
Overview of changes in GLib 2.83.5, 2025-02-28 Overview of changes in GLib 2.83.5, 2025-02-28
============================================== ==============================================

View File

@ -1,5 +1,5 @@
project('glib', 'c', project('glib', 'c',
version : '2.83.5', version : '2.84.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.4.0', meson_version : '>= 1.4.0',
default_options : [ default_options : [