summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-12-21 00:42:01 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-12-21 00:42:01 +0000
commita2cff908167de24270441c1142307ae4119a1daa (patch)
treee579536a9b1d61386c840ccb760cb58ee30f5b8a
parentbdd599fe7fdfe51dcd0d659da3e45f8a49d52130 (diff)
downloadgdm-a2cff908167de24270441c1142307ae4119a1daa.tar.gz
raise version
Thu Dec 20 17:13:24 2001 George Lebl <jirka@5z.com> * configure.in: raise version
-rw-r--r--ChangeLog4
-rw-r--r--NEWS22
-rw-r--r--configure.in2
3 files changed, 27 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fb7f197c..191a4f2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Dec 20 17:13:24 2001 George Lebl <jirka@5z.com>
+
+ * configure.in: raise version
+
Thu Dec 20 16:27:40 2001 George Lebl <jirka@5z.com>
* daemon/verify-pam.c: apparently the actually correct
diff --git a/NEWS b/NEWS
index eb8def67..e288deea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,27 @@
Ahh news...
+2.2.5.3 stuff:
+
+- PAM support revamped. Session open and credentials are done before
+ we do anything else. Also we work on one pam handle only, and
+ yet again switch setcred/open_session order (Karsten Petersen, me)
+
+- Autologin is now done with a separate pam configuration. gdm-autologin
+ service. This just logs anyone in without asking for a password,
+ but this makes autologin work on some all wankered pam setup. Of course
+ you must now modify gdm-autologin in addition to 'gdm' if you have
+ some weird pam setup.
+
+- Fix gdmconfig saving of server definitions
+
+- Add possibility of multiline welcome message by use of '\n'
+
+- Use the text dialog interface for more errors including the toplevel
+ loop of death
+
+- Fix a USR2 race in the slave if the main daemon is already dead
+ (this makes 'killall gdm' work right)
+
2.2.5.2 stuff:
- If multiple local servers are setup, then wait until one has started
diff --git a/configure.in b/configure.in
index 6dd1bfb5..9d3b5af6 100644
--- a/configure.in
+++ b/configure.in
@@ -7,7 +7,7 @@ dnl
AM_PROG_XML_I18N_TOOLS
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gdm,2.2.5.2)
+AM_INIT_AUTOMAKE(gdm,2.2.5.3)
AM_MAINTAINER_MODE
AM_ACLOCAL_INCLUDE(macros)