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 7b2fc47e1..ab0318549 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,27 @@
===============
+Version 3.27.92
+===============
+
+- Add CI to the GitLab repository
+- Translation updates
+
+Network:
+- Use monospace font for Wi-Fi hotspot password
+- Add a new empty page for Wi-Fi when no adapter is found
+- Don't show "Auto-connect" option for VPNs
+
+Power:
+- Don't treat device batteries as power supplies
+
+Printers:
+- Add new command line actions: "authenticate-jobs" and "show-jobs"
+- Add authentication dialog for print jobs
+- Improve code robustness
+
+User Accounts:
+- Don't show legacy faces
+
+===============
Version 3.27.90
===============
diff --git a/meson.build b/meson.build
index 58b5c59aa..d9ea6b691 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
- version: '3.27.90',
+ version: '3.27.92',
license: 'GPL2+',
meson_version: '>= 0.43.0'
)