From 763cc3b238398614c20069fd67642730e3a6519b Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 7 Mar 2024 21:35:05 +0000 Subject: [PATCH] 2.80.0 Signed-off-by: Philip Withnall --- NEWS | 36 ++++++++++++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 573451542..ccc616e12 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,39 @@ +Overview of changes in GLib 2.80.0, 2024-03-07 +============================================== + +* Bugs fixed: + - #3271 GLib: string malformed for gettext (Philip Withnall) + - !3940 tests: Don’t run check-missing-install-tag.py test under valgrind + (Philip Withnall) + - !3946 Add missing argument placeholders to several command-line tools (Simon + McVittie) + - !3947 docs: Fix a typo in the macros docs page (Philip Withnall) + - !3951 g_warn_if_fail: Document as always evaluating expr (Simon McVittie) + - !3953 docs: Specify gi-docgen as a native dependency (Bobby Rong) + - !3955 docs: Fix building with docs enabled and introspection disabled (Bobby + Rong) + - !3956 docs: Minor improvements to GSignal documentation (Philip Withnall) + +* Translation updates: + - Basque (Asier Sarasua Garmendia) + - British English (Andi Chandler, Bruce Cowan) + - Chinese (China) (Luming Zh) + - Czech (Daniel Rusek) + - Georgian (Ekaterine Papava) + - Hebrew (Yaron Shahrabani) + - Hungarian (Balázs Úr) + - Kazakh (Baurzhan Muftakhidinov) + - Lithuanian (Aurimas Černius) + - Norwegian Bokmål (Brage Fuglseth) + - Persian (Danial Behzadi) + - Russian (Artur S0) + - Slovenian (Matej Urbančič) + - Spanish (Daniel Mustieles) + - Swedish (Anders Jonsson) + - Turkish (Sabri Ünal) + - Ukrainian (Yuri Chornoivan) + + Overview of changes in GLib 2.79.3, 2024-02-27 ============================================== diff --git a/meson.build b/meson.build index b427d8d46..753454209 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('glib', 'c', - version : '2.79.3', + version : '2.80.0', # NOTE: See the policy in docs/meson-version.md before changing the Meson dependency meson_version : '>= 1.2.0', default_options : [