summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@gnome-db.org>2008-06-17 11:34:37 +0000
committerRodrigo Moya <rodrigo@src.gnome.org>2008-06-17 11:34:37 +0000
commit96c207db402f93bafdd0765e0e6feebb2618d818 (patch)
tree0577f74051093dcd6cd04c174be7fa68a6cb335f
parent5c76192c46904b7f70169bfa4234d390e2739847 (diff)
downloadgnome-settings-daemon-GNOME_SETTINGS_DAEMON_2_23_4.tar.gz
==================== 2.23.4 ====================GNOME_SETTINGS_DAEMON_2_23_4
2008-06-17 Rodrigo Moya <rodrigo@gnome-db.org> * configure.ac: * NEWS: update for 2.23.4 release. svn path=/trunk/; revision=377
-rw-r--r--ChangeLog7
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
-rw-r--r--po/ChangeLog1
4 files changed, 24 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 02e5b6c7..f6c883fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+==================== 2.23.4 ====================
+
+2008-06-17 Rodrigo Moya <rodrigo@gnome-db.org>
+
+ * configure.ac:
+ * NEWS: update for 2.23.4 release.
+
2008-06-14 Jens Granseuer <jensgr@gmx.net>
Based on a patch by: Brian Cameron <brian.cameron@sun.com>
diff --git a/NEWS b/NEWS
index be8c4dab..22c23e47 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,19 @@
==============
+Version 2.23.4
+==============
+- Check for fontconfig instead of xft2 (Behdad Esfahbod)
+- Send a Fontconfig/Timestamp xsettings notification whenever fontconfig
+ configurations change (Behdad Esfahbod) (#490374)
+- Properly match keybindings that need Shift for resolving the keysym
+ (Jens Granseuer, Bastien Nocera) (#536581)
+- If available use the esd_serverdir variable to locate the esd daemon
+ so it can be started even if it's not in the PATH (Jens Granseuer, Brian
+ Cameron) (#531868)
+- Updated translations:
+ - ar (Djihed Afifi)
+ - th (Theppitak Karoonboonyanan)
+
+==============
Version 2.23.3
==============
- Execute the correct action when there are multiple keyboard shortcuts with
diff --git a/configure.ac b/configure.ac
index 298a2357..3d950781 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.23.3],
+ [2.23.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon])
AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c])
diff --git a/po/ChangeLog b/po/ChangeLog
index 16e62813..fbb9737e 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,4 @@
+==================== 2.23.4 ====================
2008-06-12 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.