summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 : [