summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Matos <tiagomatos@gmail.com>2016-02-16 19:37:53 +0100
committerRui Matos <tiagomatos@gmail.com>2016-02-16 19:37:53 +0100
commite339075fde1a26bf20f5e23df129391d05853ba1 (patch)
treec85729b5fa5b3a90c2a1df968f08bb342c636a9c
parent332836c15337b10d2385ef987a9b400b6ba39a0a (diff)
downloadgnome-settings-daemon-e339075fde1a26bf20f5e23df129391d05853ba1.tar.gz
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8408dcec..b3527794 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+===============
+Version 3.19.90
+===============
+
+- Fixed a few leaks, crashes and endless loops
+- Updated translations
+
+Media keys:
+- Fix orientation keybindings/keys not working
+- Added support to ask users which kind of headset was plugged in
+
==============
Version 3.19.5
==============
diff --git a/configure.ac b/configure.ac
index 11c7f8c5..8f5a3a1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.19.5],
+ [3.19.90],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])