X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f45b64d8dd6010b9662cc103e732da03aa83a754..6e058b4b60e01b874bfe6a9814b1d6b1944d6ae7:/NEWS diff --git a/NEWS b/NEWS index 2aea0372..ea015f4c 100644 --- a/NEWS +++ b/NEWS @@ -119,8 +119,13 @@ Changes since 2.6.9: - Improved the use of "const" on pointers. + - Improved J.W.'s pool_alloc routines to add a way of freeing older + sections of a pool's memory. + DEVELOPER RELATED: + - Rsync is now licensed under the GPLv3 or later. + - Rsync now has a way of handling protocol-version changes during the development of a new protocol version. This exchange of sub-version info does not interfere with the {MIN,MAX}_PROTOCOL_VERSION checking