From cdf4fbab9efdfd43f0412e68b44bfa3cf13a8f38 Mon Sep 17 00:00:00 2001 From: George Lebl Date: Thu, 26 Jun 2003 01:20:00 +0000 Subject: prepare for .96 Wed Jun 25 18:18:46 2003 George Lebl * NEWS, configure.in: prepare for .96 * daemon/verify-crypt.c: remove unused var --- ChangeLog | 6 ++++++ NEWS | 33 +++++++++++++++++++++++++++++++++ configure.in | 2 +- daemon/verify-crypt.c | 2 +- 4 files changed, 41 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b89e580e..b79871af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Jun 25 18:18:46 2003 George Lebl + + * NEWS, configure.in: prepare for .96 + + * daemon/verify-crypt.c: remove unused var + Wed Jun 25 15:38:29 2003 George Lebl * configure.in, config/gdm.conf.in: Fix some typos pointed out by Ali diff --git a/NEWS b/NEWS index d0d70918..749f00b9 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,38 @@ Ahh news... +2.4.2.96 stuff: + +- When you log in twice on a different server, gdm warns you and if + both logins are console logins on linux, then you can have gdm switch + consoles for you instead of logging on. + +- Errorgui (failsafe) dialogs now run mostly under the gdm user and not as root + +- In the .desktop files we now refer to GDM as Login Screen and not GDM, + fixes #85543 + +- Add ALL_SERVERS to the socket protocol which returns all the displays + +- DESKTOP_SESSION is set in addition to GDMSESSION + +- Add CDE session .desktop (Brian Cameron) + +- Remove some debugging output (and make it only output stuff when debug is on) + +- Fix the output reading of failsafe yes/no dialog + +- Fix some typos in config stuff (Ali Akcaagac, me) + +- Graphical greeter should now work again (Frederic Crozat, Diego Gonzalez, me) + +- Fix compilation on non-pam setups and non-linux setup + +- Fix default paths (Brian Cameron, me) + +- Actually include the theme document! + +- Minor other fixes + 2.4.2.95 stuff: - Completely new session setup, born out of discussions with Oswald diff --git a/configure.in b/configure.in index fad11b7a..641d9533 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ dnl AC_PROG_INTLTOOL([0.21]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(gdm,2.4.2.95) +AM_INIT_AUTOMAKE(gdm,2.4.2.96) AM_MAINTAINER_MODE GDK_PIXBUF_REQUIRED=1.3.1 diff --git a/daemon/verify-crypt.c b/daemon/verify-crypt.c index 35e18372..4811daf2 100644 --- a/daemon/verify-crypt.c +++ b/daemon/verify-crypt.c @@ -101,7 +101,7 @@ gdm_verify_user (GdmDisplay *d, const gchar *display, gboolean local) { - gchar *login, *passwd, *ppasswd, *auth_errmsg; + gchar *login, *passwd, *ppasswd; struct passwd *pwent; if (local) -- cgit v1.2.1