From f8241e39797ed42128825400c73fd1c9d4f4ed27 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Fri, 12 May 2006 06:09:35 +0000 Subject: Updated. Update to new release version. 2006-05-12 Brian Cameron * Release 2.14.6: * NEWS: Updated. * configure.ac: Update to new release version. --- ChangeLog | 8 +++++++- NEWS | 31 +++++++++++++++++++++++++++++++ configure.ac | 2 +- 3 files changed, 39 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 081641f0..17f71e03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-05-12 Brian Cameron + + * Release 2.14.6: + * NEWS: Updated. + * configure.ac: Update to new release version. + 2006-05-12 Brian Cameron Backporting some useful features from 2.15 to 2.14. Per-display @@ -23,7 +29,7 @@ 2006-05-10 Brian Cameron * daemon/gdm.c: Fix reference to SystemMenu key as a boolean, not - a string. Fixes bug #341312. + a string, so that SuspendCommand works right. Fixes bug #341312. 2006-05-09 Brian Cameron diff --git a/NEWS b/NEWS index 236076d0..c3a3dbb4 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,36 @@ Ahh news... +2.14.6 stuff: + +- Backporting some useful features from 2.15 to 2.14. Per-display + configuration and new gdmgreeter theming options (real GTK+ buttons, + pam-error-logo, and "startagain" stock label is displayed as "Cancel". + Note that the default themes shipped with GDM 2.14 do not use these + features, but this patch means newer themes made with 2.15 should now + work with this version of 2.14 and above. No strings were changed due + to this change. (Brian Cameron, Erwann Chenede) + +- Improvements to signal handling, fixing problem where GDM slave can + hang on read. Fixes bug #336549. (Ed Catmur, Brian Cameron) + +- Better configure support for FreeBSD. Now the default configuration + should be better integrated with kernel/system interfaces. (Joe + Marcus Clark) + +- Fix security/AllowRemoteAutoLogin and fix SuspendCommand configuration + so it honors SystemMenu. (Brian Cameron) + +- Correct installation of gdm-ssh-session and now the desktop file is + translated. (Brian Cameron) + +- Correct invocation of PreFetch, when enabled, so it only executes + once. (Brian Cameron) + +- Translation updates (Josep Puigdemont Casamaj\303\263, Beno\303\256t + Dejean, Pema Geyleg, Inaki Larranaga, Daniel Nylander, Ignacio Casal + Quinteiro, Francisco Javier F. Serrador, Alexander Shopov, Ilkka + Tuohela, Funda Wang) + 2.14.5 stuff: - Explicitly adjust the effective GID before running the child session diff --git a/configure.ac b/configure.ac index a3e4eb31..bca27f84 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.5) +AM_INIT_AUTOMAKE(gdm,2.14.6) AC_CONFIG_MACRO_DIR([m4]) AM_MAINTAINER_MODE -- cgit v1.2.1