summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 061755ec..149f77be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
+=================
+Version 2.29.91.1
+=================
+
+- Revert the problematic dependency on gnome-desktop 2.29.2
+
===============
Version 2.29.91
+===============
- Fn-F8 should disable/enable touch points (Peter Hutterer) (#594831)
- Always set the position of outputs, even if they are already turned on
diff --git a/configure.ac b/configure.ac
index 1954d7cc..82a65a78 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.29.91],
+ [2.29.91.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])