X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0e5dd898669f2b2f272079320fdc71155008155a..4fd842f98df4970f6e49a0365dbed60774e56c09:/NEWS diff --git a/NEWS b/NEWS index 23d5fd63..cfc645ef 100644 --- a/NEWS +++ b/NEWS @@ -94,8 +94,8 @@ Changes since 2.6.9: - The file-list sorting algorithm now uses a sort that keeps any same- named items in the same order as they were specified. This allows rsync to always ensure that the first of the duplicates is the one - that will be included in the copy. The new sort was also faster than - the GNU C version of qsort() (and mergesort() too) in my testing. + that will be included in the copy. The new sort was also faster + than the glibc version of qsort() and mergesort() in my testing. - Rsync now supports the transfer of 64-bit timestamps (time_t values). @@ -119,6 +119,9 @@ 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 now has a way of handling protocol-version changes during the