summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2011-05-23 11:45:04 +0200
committerRodrigo Moya <rodrigo@gnome-db.org>2011-05-23 11:45:04 +0200
commit0f4fe83c0c62966e37c4e5cb4c97895c9b4e6c57 (patch)
tree8eae7492e0014d6d3567ef7bed7b0022fa14666f
parentf50e27b90b81272b520add0067577f582cccbe1b (diff)
downloadgnome-settings-daemon-GNOME_SETTINGS_DAEMON_3_0_2.tar.gz
-rw-r--r--NEWS27
-rw-r--r--configure.ac2
2 files changed, 28 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0348e094..fe81d10a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,31 @@
=============
+Version 3.0.2
+=============
+
+Common:
+- Fix syndaemon never getting started (Edward Sheldrake) (#648885)
+- Fix example input device script (Bastien Nocera)
+- Don't try to convert show-keyboard-leds-indicator in gnome-settings-daemon.convert (Chris Coulson)
+
+Date & Time:
+- Fix setting NTP on Fedora 15 (Bastien Nocera) (#648556)
+
+Media keys:
+- Use symbolic icon for Eject action (Bastien Nocera) (#649523)
+
+Mouse:
+- Don't pass NULL to device_is_touchpad (Matthias Clasen) (#649214)
+- Clean up error handling (Bastien Nocera)
+- Don't crash if mouse has no FeedbackStates (Bastien Nocera) (#649539)
+
+XRandr:
+- Never use a notification for errors (Bastien Nocera) (#648303)
+
+Translations:
+- fa (Arash Mousavi)
+- ug (Abduxukur Abdurixit)
+
+=============
Version 3.0.1
=============
diff --git a/configure.ac b/configure.ac
index 31bb5275..5715a621 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ([2.60])
AC_INIT([gnome-settings-daemon],
- [3.0.1],
+ [3.0.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])