From 2fd1c2a972476e2248750e5536fbe0573271a8a5 Mon Sep 17 00:00:00 2001 From: Andrew Hanushevsky Date: Sun, 7 Jul 2013 15:06:27 -0700 Subject: [PATCH] Update notes after IPV6 merge. --- docs/PreReleaseNotes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/PreReleaseNotes.txt b/docs/PreReleaseNotes.txt index 86db7e14bb1..8679dea5dfa 100644 --- a/docs/PreReleaseNotes.txt +++ b/docs/PreReleaseNotes.txt @@ -6,6 +6,9 @@ Prerelease Notes ================ + **New Features** + * IPV6 support. This requires changes to the security authentication + plugins (done for all native plugins) and recompilation of all + other plugins. Please read docs/README_IPV4_To_IPV6 for details. * Add new command, xrdmapc, to display the topology of a cluster. * Add setSF() method to the bridge to allow brdiged protocols to disable using sendfile() for an open file (nenecassry for https wgets).