X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/daa3d0e2da1410a88046de97fb0b4d73380e6978..6b2d24de2c672476ae2591d28b82ff747d42a101:/NEWS diff --git a/NEWS b/NEWS index 538a8d42..e898557a 100644 --- a/NEWS +++ b/NEWS @@ -3,3 +3,14 @@ rsync changes since last release ENHANCEMENTS: * "make install-strip" works. (Greg Louis) + + * With --progress, if we've finished transferring a file, show the + time taken; otherwise show expected time to complete. (Cameron + Simpson) + + BUG FIXES: + + * Fix test suite on Solaris. (Jos Backus) + + * Fix minor memory leak in socket code. (Dave Dykstra, Martin + Pool.)