X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/60ef8ed128e4c6c2eeac2b87166d6e4894514d3e..cf817883664ae517071752b2851c2ce96eb2de29:/NEWS diff --git a/NEWS b/NEWS index d60b40cb..038729b8 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ -NEWS for rsync 2.6.9 (unreleased) +NEWS for rsync 3.0.0 (UNRELEASED) Protocol: 29 (unchanged) -Changes since 2.6.8: +Changes since 2.6.9: BUG FIXES: @@ -10,6 +10,11 @@ Changes since 2.6.8: - ... + INTERNAL: + + - Upgraded the popt version to 1.10.2 and improved its use of string- + handling functions. + DEVELOPER RELATED: - - Updated config.guess and config.sub to their 2006-02-23 version. + - ...