summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <kalevlember@gmail.com>2014-05-01 17:49:33 +0200
committerKalev Lember <kalevlember@gmail.com>2014-05-01 17:49:33 +0200
commit3da1354ff9299efa9dbcf7910cd878403d2770a9 (patch)
treea8e6e120a6ea5fbb33b3536d3b3a12e3147c37cf
parent2c2954bb39f610f3b31e3941de21e79f876129ba (diff)
downloadgnome-settings-daemon-3da1354ff9299efa9dbcf7910cd878403d2770a9.tar.gz
-rw-r--r--NEWS35
-rw-r--r--configure.ac2
2 files changed, 36 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4fa8e1c3..a7faae51 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+==============
+Version 3.13.1
+==============
+
+Color:
+- Fix 13 byte long EDID description text parsing
+
+Common:
+- Improve hotplug scripts exit status checking and correct the
+ documentation
+- Fix possible crasher in device-mapper
+
+Cursor:
+- Remove multi-screen support
+
+Date & Time:
+- Make the geolocation marker in gnome-shell's status area go away
+ after turning Automatic Time Zone off
+
+Keyboard:
+- Fix consecutive xkb grp: options not being stripped
+
+Power:
+- Remove unused session presence proxy
+- Emit change notification for brightness
+- Fix display not blanking after gnome-shell wake up
+- Don't warn when Kdb backlight D-Bus is called
+- Lower the lid safety timeout to 8 seconds
+
+Updates:
+- Remove the updates plugin. The functionality now lives on in the
+ gnome-software session service.
+
+- Translation updates
+
================
Version 3.12.0.1
================
diff --git a/configure.ac b/configure.ac
index 7164e750..cfb7985e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.12.0.1],
+ [3.13.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])