From c4ab2ec17a02c69e8fa15372024b655b00821371 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Mon, 16 Oct 2006 17:50:44 +0000 Subject: Updated. Update to new release version. Update version number. 2006-10-16 Brian Cameron * Release 2.17.0: * NEWS: Updated. * configure.ac: Update to new release version. * docs/C/gdm.xml: Update version number. --- ChangeLog | 7 +++++++ NEWS | 43 +++++++++++++++++++++++++++++++++++++++++-- configure.ac | 2 +- docs/C/gdm.xml | 2 +- 4 files changed, 50 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index c2afffec..1945e5e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-10-16 Brian Cameron + + * Release 2.17.0: + * NEWS: Updated. + * configure.ac: Update to new release version. + * docs/C/gdm.xml: Update version number. + 2006-10-16 Brian Cameron * NEWS, daemon/auth.c, daemon/gdm.c, daemon/slave.c: Clean up diff --git a/NEWS b/NEWS index b4623aca..914094a8 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,44 @@ Ahh news... +2.17.0 Stuff: + +- Now when GDM_ADD_MODULES is set, GDM will launch at-spi-registryd. + (Ariel Rios) + +- New SupportAutomount option which, when turned on, changes the + way that GDM accesses the user's $HOME/.dmrc file so that + automounted $HOME directories can be configured to work even + when the automounter is not started with the --ghost option. + (Jerzy Borkowski) + +- Fix so that if timed login script returns an invalid user, + timed login is not turned on. Fix for bug #340148. + (Andrew - andrewz@springsrescuemission.org). + +- Fix for bug #352838, avoid crashing by moving call to get + GDM_KEY_SYSTEM_MENU until after authentication check. + (Frederic Crozat) + +- Use g_markup_printf_escaped so gdmsetup better handles + description strings that contains things similar to a tag + like an email address. Fixes bug #357998. (Matthias + Clasen) + +- Fix gdmsetup so that the window manager close button works + as the Close button in the dialog. (Matthias Clasen) + +- Add g_type_init() to gdmflexiserver since this is needed + for -a (authentication) code to work. (Brian Cameron) + +- Set authdir to NULL after freeing to avoid accessing an + invalid pointer. Fix for bug #359831. (Amnon Aaronsohn) + +- Memory leaks fixed. (Kjartan Maraas) + +- Translation updates (Abel Cheung, Yair Hershkovitz, + Raphael Higino, Priit Laes, \303\205smund Skj\303\246veland, + Ivar Smolin) + 2.16.1 Stuff: - Use g_markup_printf_escaped so gdmsetup better handles @@ -8,14 +47,14 @@ Ahh news... Clasen) - Fix gdmsetup so that the window manager close button works - as the Close button in the dialog (Matthias Clasen) + as the Close button in the dialog. (Matthias Clasen) - Fix for bug #352838, avoid crashing by moving call to get GDM_KEY_SYSTEM_MENU until after authentication check. (Frederic Crozat) - Add g_type_init() to gdmflexiserver since this is needed - for -a (authentication) code to work. + for -a (authentication) code to work. (Brian Cameron) - Translation updates (Rahul Bhalerao, Runa Bhattacharjee, Alessio Frusciante, Priit Laes, David Lodge, diff --git a/configure.ac b/configure.ac index 68c3ae23..648532b9 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.16.0) +AM_INIT_AUTOMAKE(gdm,2.17.0) AC_CONFIG_MACRO_DIR([m4]) AM_MAINTAINER_MODE diff --git a/docs/C/gdm.xml b/docs/C/gdm.xml index ecdb7f42..0f434bcf 100644 --- a/docs/C/gdm.xml +++ b/docs/C/gdm.xml @@ -2,7 +2,7 @@ - + ]> -- cgit v1.2.1