summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS25
-rw-r--r--meson.build2
2 files changed, 26 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ab0318549..87cf23a90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+==============
+Version 3.29.2
+==============
+
+- Improve logging engine
+- Add an object caching mechanism
+- Add a development Flatpak manifest
+- Vastly improve CI
+- Organize tests
+- Add Network tests
+- Translation updates
+
+Display:
+- Fix a few crashers
+
+Power:
+- Fix showing approximate percentages
+
+Thunderbolt:
+- Introduce new Thunderbolt panel
+
+User Accounts:
+- Port to GTask
+- Fix hint for wrong enterprise user/password
+
===============
Version 3.27.92
===============
diff --git a/meson.build b/meson.build
index a61acc9c4..b0fd91c08 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
- version : '3.29.0',
+ version : '3.29.2',
license : 'GPL2+',
meson_version : '>= 0.43.0'
)