summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2004-05-06 23:19:15 +0000
committerGeorge Lebl <jirka@src.gnome.org>2004-05-06 23:19:15 +0000
commit9052735b7ac3c9aff311c41c756fb2b2f35dd421 (patch)
tree0c20af294b0a4b8ec4a8652f3a4a5affcb46f1d3
parent6e78b0aa92fa40187657e2d36a193c5db7ac18d1 (diff)
downloadgdm-GDM2_2_6_0_2.tar.gz
Release 2.6.0.2GDM2_2_6_0_2
Thu May 06 16:06:55 2004 George Lebl <jirka@5z.com> * Release 2.6.0.2
-rw-r--r--ChangeLog4
-rw-r--r--NEWS18
-rw-r--r--README1
-rw-r--r--README.install2
4 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7f60727..f6d610d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu May 06 16:06:55 2004 George Lebl <jirka@5z.com>
+
+ * Release 2.6.0.2
+
Thu May 06 15:56:36 2004 George Lebl <jirka@5z.com>
* configure.in: raise version, disable IPv6 by default, it's still
diff --git a/NEWS b/NEWS
index 887d9c42..f6b56450 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,23 @@
Ahh news...
+2.6.0.2 stuff:
+
+- Fix PAM braindamage in #119853 and #126984 (Frederic Crozat, me)
+
+- Fix the flexiserver protocol (gdmflexiserver should no longer hang)
+
+- Disable IPv6 by default, it's still kind of problematic, you have
+ to explicitly enable it now with --enable-ipv6=yes
+
+- Fix some IPv6 issues, #133246
+
+- Fix message weirdness in the greeters, #123958 (Frederic Crozat, me)
+
+- Set font correctly on theming, #125070 (Muktha, me)
+
+- Translation updates (John C Barstow, Vincent van Adrighem, Christophe Merlet,
+ Changwoo Ryu)
+
2.6.0.1 stuff:
- Also ensure that /tmp/.X11-unix exists as well as /tmp/.ICE-unix, and
diff --git a/README b/README
index 29919e6e..7d77eafe 100644
--- a/README
+++ b/README
@@ -24,6 +24,7 @@ gdm daemon:
o Pluggable Authentication Modules (PAM)
o XDMCP (Remote login)
o TCP Wrappers for access control (for XDMCP)
+ o IPv6 support (optional, use --enable-ipv6=yes to get this)
o Autologin for single user workstations
o Timed login for kiosks and public terminals
o On demand local servers
diff --git a/README.install b/README.install
index 46a75bf0..5b6f6de3 100644
--- a/README.install
+++ b/README.install
@@ -23,6 +23,8 @@ The setup is a a redhat like one.
Definately make sure the --with-pam-prefix points to the prefix where
+Also if you want IPv6, use --enable-ipv6=yes option to configure!
+
-George
============