summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b96e051e..214377af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,28 @@
==============
+Version 2.31.1
+==============
+
+- Create the directory for the system's RANDR configuration (Federico Mena Quintero)
+- Add the logic needed for the "Make Default" button in gnome-display-properties
+ (Federico Mena Quintero)
+- Use $sysconfdir for /etc installation (Rodrigo Moya)
+- Replace deprecated GTK_WIDGET_STATE (Andre Klapper)
+- Compile with -DGSEAL_ENABLE (Andre Klapper) (#612588)
+- Use Layouts instead of Groups (Sergey Udaltsov) (#553108)
+- Add smartcard plugin (Ray Strode)
+- Software LED indicators (Sergey Udaltsov) (#616380)
+- Use LED icons instead of files (Sergey Udaltsov)
+- Translations:
+ - de (Mario Blättermann)
+ - en_GB (Philip Withnall)
+ - es (Jorge Gonzalez)
+ - gl (Francisco Diéguez)
+ - mr (Sandeep Shedmake)
+ - sk (Pavol Šimo)
+ - sl (Matej Urbančič)
+ - te (krishnababu k)
+
+==============
Version 2.30.1
==============
diff --git a/configure.ac b/configure.ac
index c5d44581..7967b1f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ m4_define([gsd_api_version_minor],[0])
m4_define([gsd_api_version],[gsd_api_version_major.gsd_api_version_minor])
AC_INIT([gnome-settings-daemon],
- [2.30.0],
+ [2.31.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])