From 0100f4959f89c184c8814acab27c21ba0b5d8957 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Mon, 5 Mar 2018 23:25:34 -0300 Subject: 3.27.92 Signed-off-by: Georges Basile Stavracas Neto --- NEWS | 23 +++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7b2fc47e1..ab0318549 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +=============== +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' ) -- cgit v1.2.1