From a9ac4411e5943a277d53f7387e75580fc7027504 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 17 Sep 2004 16:53:51 +0000 Subject: [PATCH] Mention the latest changes. --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index b18b6df3..e09426f6 100644 --- a/NEWS +++ b/NEWS @@ -169,6 +169,12 @@ Changes since 2.6.2: finished file would have a very brief window where its permissions disallowed all group and world access. + - Support for literal IPv6 addresses was added to the URL parser for the + "rsync:" scheme (e.g. rsync://[2001:638:500:101::21]:873/module/dir). + + - Added the ability to parse a literal IPv6 address in an "rsync:" URL + (e.g. rsync://[2001:638:500:101::21]:873/module/dir). + INTERNAL: - Some cleanup in the exclude code has saved some per-exclude memory -- 2.34.1