summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2010-03-10 12:54:49 +0100
committerRodrigo Moya <rodrigo@gnome-db.org>2010-03-10 12:54:49 +0100
commit57fe09a157d7a6a02a543f801ac6dbd1fea4d761 (patch)
tree9c4b23dfd5143c55bb49a3ed20541a1ad376e1ee
parentd44917acfff68eb95f5e0ce91dd7887f120744c3 (diff)
downloadgnome-settings-daemon-57fe09a157d7a6a02a543f801ac6dbd1fea4d761.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 6622165f..09adbce6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,31 @@
==============
+Version 2.28.2
+==============
+
+- Fix variant handling in $GDM_KEYBOARD_LAYOUT (Martin Pitt) (#596897)
+- Tighten check for XInput (Jens Granseuer) (#585315)
+- Fix bluriness in level bar, and popup (Bastien Nocera) (567249)
+- Honour libexecdir when spawning gsd-locate-pointer (Jens Granseuer) (#599209)
+- Allow left-handed setting for touchpads (Peter Hutterer)
+- Hide the status icon before unreffing it (Matthias Clasen) (#601696)
+- Add missing include for OpenBSD (Jasper Lievisse Adriaanse) (#598573)
+- Make eject behave better on OpenBSD (Jasper Lievisse Adriaanse) (#598573)
+- Add linsysfs to list of virtual filesystems (Coleman Kane) (#604396)
+- Always set the position of outputs, even if they are already turned on
+ (Federico Mena Quintero) (#578296)
+- Allow 'LCD' as a laptop's output name (Federico Mena Quintero)
+- Apply all keyboard settings to new keyboards (Bastien Nocera) (#610245)
+- Avoid volumes going over 100% (Bastien Nocera) (#600770)
+- Respond to monitor configuration changes when in charge (Matthias Clasen)
+ (#601203)
+- Don't die on X servers without XKB (Matthias Clasen) (#604651)
+- Translations:
+ - et (Mattias Põldaru, Ivar Smolin)
+ - ja (Takayuki KUSANO)
+ - nds (Nils-Christoph Fiedler)
+ - ru (Leonid Kanter)
+
+==============
Version 2.28.1
==============
diff --git a/configure.ac b/configure.ac
index df1e5cce..9cced5c1 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.28.1],
+ [2.28.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])