From c53520cafbd318fbd61ae8ed2f32e78e0ca29226 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Tue, 23 May 2006 19:29:33 +0000 Subject: Updated. Update to new release version. 2006-05-23 Brian Cameron * Release 2.14.7: * NEWS: Updated. * configure.ac: Update to new release version. --- ChangeLog | 6 ++++++ NEWS | 27 +++++++++++++++++++++++++++ configure.ac | 2 +- 3 files changed, 34 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4810a745..69a4e8d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-05-23 Brian Cameron + + * Release 2.14.7: + * NEWS: Updated. + * configure.ac: Update to new release version. + 2006-05-22 Brian Cameron * 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 -- cgit v1.2.1