From 67b5a37f2bdfed4fbd564b82a0b1518f1daa4417 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 11 Dec 2024 17:19:24 +0000 Subject: [PATCH] 2.83.2 Signed-off-by: Philip Withnall --- NEWS | 9 +++++++++ meson.build | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4ac0a9ab0..ff6ff7898 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Overview of changes in GLib 2.83.2, 2024-12-11 +============================================== + +* This release has the same code as 2.83.1, but contains a fix for release + archive generation which means that 2.83.1 does not have a release archive + +* Bugs fixed: + - !4433 ci: Enable -Dintrospection for dist builds + Overview of changes in GLib 2.83.1, 2024-12-11 ============================================== diff --git a/meson.build b/meson.build index bf2638df7..782636da7 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('glib', 'c', - version : '2.83.1', + version : '2.83.2', # NOTE: See the policy in docs/meson-version.md before changing the Meson dependency meson_version : '>= 1.4.0', default_options : [