summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2003-06-26 01:20:00 +0000
committerGeorge Lebl <jirka@src.gnome.org>2003-06-26 01:20:00 +0000
commitcdf4fbab9efdfd43f0412e68b44bfa3cf13a8f38 (patch)
tree2b5ca7515d3a29ce12c02772e5fa309b8c0545f7
parent0d306975c28f3e50a1af879b1bbd1c1102ca0798 (diff)
downloadgdm-cdf4fbab9efdfd43f0412e68b44bfa3cf13a8f38.tar.gz
prepare for .96
Wed Jun 25 18:18:46 2003 George Lebl <jirka@5z.com> * NEWS, configure.in: prepare for .96 * daemon/verify-crypt.c: remove unused var
-rw-r--r--ChangeLog6
-rw-r--r--NEWS33
-rw-r--r--configure.in2
-rw-r--r--daemon/verify-crypt.c2
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 <jirka@5z.com>
+
+ * NEWS, configure.in: prepare for .96
+
+ * daemon/verify-crypt.c: remove unused var
+
Wed Jun 25 15:38:29 2003 George Lebl <jirka@5z.com>
* 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)