summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-01-11 00:22:59 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-01-11 00:22:59 +0000
commitb04ed58daed808989c9e20975a39ae4c4c5cccda (patch)
tree1d491483564e22f15b19d907ef3a63f07aecb0bd
parent1d17b7a01590b8a620647e1f61037c90a36657ba (diff)
downloadgdm-b04ed58daed808989c9e20975a39ae4c4c5cccda.tar.gz
raise version and put in some notes in relevant files
Wed Jan 10 19:25:54 2001 George Lebl <jirka@5z.com> * configure.in, *: raise version and put in some notes in relevant files
-rw-r--r--AUTHORS3
-rw-r--r--ChangeLog5
-rw-r--r--NEWS21
-rw-r--r--RELEASENOTES8
-rw-r--r--configure.in2
5 files changed, 38 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 631764da..c2be871a 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,9 @@
Author:
Martin K. Petersen <mkp@mkp.net>
+2.1 stuff:
+ George Lebl <jirka@5z.com>
+
Contributions from:
Alan Cox <alan@redhat.com>
Carsten Schaar <nhadcasc@fs-maphy.uni-hannover.de>
diff --git a/ChangeLog b/ChangeLog
index c6de062a..c8d11bc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jan 10 19:25:54 2001 George Lebl <jirka@5z.com>
+
+ * configure.in, *: raise version and put in some notes in relevant
+ files
+
Wed Jan 10 13:57:56 2001 George Lebl <jirka@5z.com>
* daemon/display.c, daemon/gdm.[ch], daemon/server.c,
diff --git a/NEWS b/NEWS
index e69de29b..5c2160c6 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,21 @@
+Ahh news...
+
+- Autologin (AutomaticLogin key in [daemon] section of gdm.conf)
+ This is a string key that if it's set then gdm will log in that
+ user without prompting on the first time it runs a local server.
+ Will not autologin "root" though as that would be dumb.
+
+- You can have your cursor anywhere while you log in, yay!
+
+- [greeter]/BackgroundProgram thingie. A program that is run from
+ the greeter and killed when the greeter exists. useful for things
+ that do some cool graphics on the root window.
+
+- If greeter keeps segfaulting, it will "unmanage" that display so that you
+ can actually log in on a console
+
+- Slave process is actually forked
+
+- Bugfixes galore
+
+-George
diff --git a/RELEASENOTES b/RELEASENOTES
index 55fd1123..251edb07 100644
--- a/RELEASENOTES
+++ b/RELEASENOTES
@@ -1,3 +1,11 @@
+I sort of took over maintaining gdm2, since martin is busy on gdm3. This is a
+temporary state just so that we have a working gdm for 1.4. And a testbed for
+my crazy ideas.
+
+-George <jirka@5z.com>
+
+
+Old notes from Martin:
Indirect choosing was ripped out again. Broke too much and was way too ugly.
I came up with a better design that will definitely go in before 2.0-proper.
diff --git a/configure.in b/configure.in
index f8a5c7f3..2adf60f3 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_INIT(daemon/gdm.h)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gdm,2.0beta5)
+AM_INIT_AUTOMAKE(gdm,2.0.95)
AM_MAINTAINER_MODE
AM_ACLOCAL_INCLUDE(macros)