diff options
author | Vincent Untz <vuntz@gnome.org> | 2008-04-23 11:01:03 +0000 |
---|---|---|
committer | Vincent Untz <vuntz@src.gnome.org> | 2008-04-23 11:01:03 +0000 |
commit | a49edce5219460e9574a22f81083f865a3b1b97f (patch) | |
tree | 51b4281a5ceba6eda25ba62f5e5bee7dbc789f43 | |
parent | d22190cd7f7b85bd039b215948ce14bb5b9c2a52 (diff) | |
download | gnome-settings-daemon-a49edce5219460e9574a22f81083f865a3b1b97f.tar.gz |
Update for 2.23.1.1 release.GNOME_SETTINGS_DAEMON_2_23_1_1
2008-04-23 Vincent Untz <vuntz@gnome.org>
* configure.in:
* NEWS: Update for 2.23.1.1 release.
svn path=/trunk/; revision=319
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 14 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2008-04-23 Vincent Untz <vuntz@gnome.org> + + * configure.in: + * NEWS: Update for 2.23.1.1 release. + 2008-04-21 Lucas Rocha <lucasr@gnome.org> Install .desktop for gnome-settings-daemon in a standard autostart @@ -1,3 +1,11 @@ +================ +Version 2.23.1.1 +================ +- Install .desktop for gnome-settings-daemon in a standard autostart directory + (Lucas Rocha) +- Updated translations: + - nb (Kjartan Maraas) + ============== Version 2.23.1 ============== diff --git a/configure.ac b/configure.ac index f642bab8..d4d73283 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.2], + [2.23.1.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-settings-daemon]) AC_CONFIG_SRCDIR([gnome-settings-daemon/gnome-settings-manager.c]) |