summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-04-10 10:16:13 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-04-10 10:16:13 -0300
commit615d481608ab74cb56fcb2876967f502fe525f90 (patch)
tree690103ba63acfbcc9bcd60c085abc666c3c3ac03
parent880bc9f39a7ae9a9c5901ecaff1b9584e74123c4 (diff)
downloadgnome-control-center-615d481608ab74cb56fcb2876967f502fe525f90.tar.gz
-rw-r--r--NEWS22
-rw-r--r--meson.build2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f01d0b936..5a068ef65 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
==============
+Version 3.28.1
+==============
+
+- Translation updates
+
+Keyboard:
+- Make "Set Shortcut" button accessible
+
+Network:
+- Silence a compiler warning
+- Cleanup dead code
+
+Online Accounts:
+- Remove pending account when closing the panel
+
+Printers:
+- Fix crash when panel is closed quickly
+
+User Accounts:
+- Prevent freezes caused by external cameras
+
+==============
Version 3.28.0
==============
diff --git a/meson.build b/meson.build
index b69580252..90ee21cb0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project(
'gnome-control-center', 'c',
- version: '3.28.0',
+ version: '3.28.1',
license: 'GPL2+',
meson_version: '>= 0.43.0'
)