Make sure that freeaddrinfo is called on all code paths leading away
[rsync/rsync.git] / NEWS
1 rsync changes since last release
2
3   ENHANCEMENTS:
4
5     * "make install-strip" works.  (Greg Louis)
6
7     * With --progress, if we've finished transferring a file, show the
8       time taken; otherwise show expected time to complete. (Cameron
9       Simpson)
10
11   BUG FIXES:
12
13     * Fix test suite on Solaris.  (Jos Backus)
14
15     * Fix minor memory leak in socket code.  (Dave Dykstra, Martin
16       Pool.)