summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-09-01 11:20:10 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-09-01 11:20:10 +0000
commit7f7250e2fd6c4b94bff4fca7918811dd0a4ed6f2 (patch)
treea111a8838802f2f0327dfd85e60b0369a2983665 /NEWS
parent20f4ea2a86aa56b5cb4649233169f0d5c338e598 (diff)
downloadgdm-7f7250e2fd6c4b94bff4fca7918811dd0a4ed6f2.tar.gz
Change the gdm extension protocol, the MANAGED_FORWARD passes address of
Sat Sep 01 04:15:38 2001 George Lebl <jirka@5z.com> * daemon/gdm.h, daemon/xdmcp.c, daemon/choose.[ch]: Change the gdm extension protocol, the MANAGED_FORWARD passes address of origin rather then hostname of self. And we now handle the message correctly. Also on DECLINE, send a descriptive english string to aid in debugging XDMCP setup. * configure.in: raise version * config/gdm.conf.in: add the DisplaysPerHost default
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9d3d6355..723dfaf8 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,19 @@ Ahh news...
of did before)
- XDMCP can now run a script to get a custom WILLING status script
+ (Matt Forrest, me)
+
+- Change the gdm extension protocol to XDMCP. The MANAGED_FORWARD
+ was being used in a wrong way and required a slight protocol change,
+ as this is a non-required part of the protocol nothing will break.
+
+- When declining a connection, give statement why it is, to aid in
+ debugging your XDMCP setup.
+
+- Implement the (previously documented) xdmcp/DisplaysPerHost
+ configuration option. So now the default is one connection per
+ host, so you may need to change this in your setup if you need
+ more.
- Fix one case of s/login/username/ in the greeter and in XDMCP mode,
the button to kill the login is "Disconnect" and not "Quit"
@@ -18,6 +31,9 @@ Ahh news...
- Many, many fixes mostly leaks, some minor some bigger
+- Updated translations (Christian Rose, Abel Cheung, Kjartan Maraas,
+ Zbigniew Chyla)
+
2.2.4.0 stuff:
- New unix socket protocol for controlling the daemon from outside.