summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2021-09-07 12:14:06 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2021-09-07 12:24:07 +0100
commit73c217dec21ac89b50d2e13f8614902cfb7bc1fd (patch)
tree3785b0c9e1776f1d2b67d37c03fb1acff034fee1
parent573c629beca7e16d3acacffff8f1339c34a64cb6 (diff)
downloadglib-73c217dec21ac89b50d2e13f8614902cfb7bc1fd.tar.gz
2.69.32.69.3
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
-rw-r--r--NEWS23
-rw-r--r--meson.build2
2 files changed, 24 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c1797486f..f1eb02445 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+Overview of changes in GLib 2.69.3
+==================================
+
+* Bugs fixed:
+ - #2425 g_settings_schema_key_range_check() misbehaves for int versus bool
+ - #2472 Compiling anything with GCC <4.6 spews deprecation warnings
+ - #2477 `g_invoke_closure` bindings API break.
+ - #2481 GPowerProfileMonitorPortal does not notice initial power-saver-enabled status
+ - !2219 doc: Explicitly said, that no null term. is needed
+ - !2238 ci: Use C.UTF-8 locale on FreeBSD 12
+ - !2240 gio: Fix conditions in memory-monitor test
+
+* Translation updates:
+ - Basque
+ - Catalan
+ - Chinese (China)
+ - Galician
+ - Kazakh
+ - Korean
+ - Lithuanian
+ - Romanian
+
+
Overview of changes in GLib 2.69.2
==================================
diff --git a/meson.build b/meson.build
index b1ebb6b43..4f1178aa4 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('glib', 'c', 'cpp',
- version : '2.69.2',
+ version : '2.69.3',
# NOTE: We keep this pinned at 0.49 because that's what Debian 10 ships
meson_version : '>= 0.49.2',
default_options : [