summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2019-02-06 21:40:29 -0200
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2019-02-06 21:40:29 -0200
commited22dd28e94588c6e4d6ac0106c02d50cb2a59b9 (patch)
treef416df931adf73575b38c2c8b342c964e531dc02
parent2b95f9576dfa7eecd504937f6f9255c7d21e4548 (diff)
downloadgnome-control-center-3.31.90.tar.gz
3.31.903.31.90
-rw-r--r--NEWS22
-rw-r--r--meson.build2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 84702a3d3..b03dfc7dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
===============
+Version 3.31.90
+===============
+
+- Make Settings and various panels responsive
+- Various accessibility fixes
+- Translation updates
+
+Printers:
+- Various cleanups
+
+Region and Language:
+- Make rows reordetable with drag and drop
+
+Sound:
+- Redesign the Sound panel
+
+User Accounts:
+- Allow ‘Remove User’ button to be focused
+- Round user images
+
+
+===============
Version 3.31.4
===============
diff --git a/meson.build b/meson.build
index dbc55bfb6..bc8e20855 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
- version : '3.31.4',
+ version : '3.31.90',
license : 'GPL2+',
meson_version : '>= 0.48.0'
)