summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2006-05-23 19:29:33 +0000
committerBrian Cameron <bcameron@src.gnome.org>2006-05-23 19:29:33 +0000
commitc53520cafbd318fbd61ae8ed2f32e78e0ca29226 (patch)
treed3fdc8cdf89a3f7802d74f1c322724e2a4602187
parentb5e5eba5dac8e18fae75454bc4f198c10678d83b (diff)
downloadgdm-GDM2_2_14_7.tar.gz
Updated. Update to new release version.GDM2_2_14_7
2006-05-23 Brian Cameron <brian.cameron@sun.com> * Release 2.14.7: * NEWS: Updated. * configure.ac: Update to new release version.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS27
-rw-r--r--configure.ac2
3 files changed, 34 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4810a745..69a4e8d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-23 Brian Cameron <brian.cameron@sun.com>
+
+ * Release 2.14.7:
+ * NEWS: Updated.
+ * configure.ac: Update to new release version.
+
2006-05-22 Brian Cameron <brian.cameron@sun.com>
* gui/greeter/greeter_events.c: Fix so that the entry field
diff --git a/NEWS b/NEWS
index c3a3dbb4..ed3d3c53 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,32 @@
Ahh news...
+2.14.7 stuff:
+
+- Correct build/install issues with gdm-ssh-session and the desktop
+ file. (Brian Cameron)
+
+- Fix bug that was causing the greeter/ShowGnomeFailsafeSession and
+ ShowGnomeXtermSession configuration values to not work. (Brian
+ Cameron)
+
+- Fix gdmgreeter so the entry field always has focus after a button
+ press when using real GTK+ buttons in the theme. (Brian Cameron)
+
+- Now per-display configuration works with the greeter/SystemMenu and
+ greeter/ChooserButton keys. (Brian Cameron)
+
+- Corrected a problem with GDM not using the fallback directory when
+ it cannot access the user's $HOME directory. (Arjan Timmerman)
+
+- "make install" no longer fails if user cannot run chown.
+ (Brian Cameron)
+
+- Translation updates (Takeshi AIHANA, Rhys Jones, Priit Laes,
+ Chao-Hsiung Liao, Gora Mohanty, Daniel Nylander, Kostas
+ Papadimas, Ankit Patel, Ignacio Casal Quinteiro, Francisco
+ Javier F. Serrador, Alexander Shopov, Clytie Siddall, Ilkka
+ Tuohela, Vincent van Adrighem, Funda Wang)
+
2.14.6 stuff:
- Backporting some useful features from 2.15 to 2.14. Per-display
diff --git a/configure.ac b/configure.ac
index e2d90e68..abddc725 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ(2.52)
AC_INIT(daemon/gdm.h)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gdm,2.14.6)
+AM_INIT_AUTOMAKE(gdm,2.14.7)
AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE