summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-03-05 23:25:34 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-03-05 23:25:34 -0300
commit0100f4959f89c184c8814acab27c21ba0b5d8957 (patch)
tree794c255beec300b03549151de9afafb5c59ad84f
parent3dc4b6b32446eb8ac78c1ae03583c161825aaa81 (diff)
downloadgnome-control-center-0100f4959f89c184c8814acab27c21ba0b5d8957.tar.gz
Signed-off-by: Georges Basile Stavracas Neto <gbsneto@gnome.org>
-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'
)