X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c9a66d41fe0ba582ba22bae7d81939c656ac0422..d5c973ccb7da1bc87c5caa5d5ac594bc217016f7:/OLDNEWS diff --git a/OLDNEWS b/OLDNEWS index 37dd355d..288ec782 100644 --- a/OLDNEWS +++ b/OLDNEWS @@ -1,4 +1,45 @@ +rsync 2.5.5 "Snowy River" (2 April 2002) +protocol: 26 (unchanged) + + ENHANCEMENTS: + + * With --progress, when a transfer is complete show the time taken; + otherwise show expected time to complete. (Cameron Simpson) + + * Make "make install-strip" works properly, and "make install" + accepts a DESTDIR variable for help in building binary packages. + (Peter Breitenlohner, Greg Louis) + + * If configured with --enable-maintainer-mode, then on receipt of + a fatal signal rsync will try to open an xterm running gdb, + similarly to Samba's "panic action" or GNOME's bug-buddy. + (Martin Pool) + + + BUG FIXES: + + * Fix situation where failure to fork (e.g. because out of process + slots) would cause rsync to kill all processes owned by the + current user. Yes, really! (Paul Haas, Martin Pool) + + * Fix test suite on Solaris. (Jos Backus, Martin Pool) + + * Fix minor memory leak in socket code. (Dave Dykstra, Martin + Pool.) + + * Fix --whole-file problem that caused it to be the default even + for remote connections. (Martin Pool, Frank Schulz) + + * Work around bug in Mac OS X mkdir(2), which cannot handle + trailing slashes. + + (Martin Pool) + + * Improved network error handling. (Greg A. Woods) + + rsync 2.5.4 (13 March 2002) +protocol: 26 (unchanged) "Imitation lizard skin" @@ -17,6 +58,7 @@ rsync 2.5.4 (13 March 2002) rsync 2.5.3 (11 March 2002) +protocol: 26 (unchanged) "Happy 26" @@ -67,6 +109,7 @@ rsync 2.5.3 (11 March 2002) print an error message. (Colin Walters) rsync 2.5.2 (26 Jan 2002) +protocol: 26 (changed) SECURITY FIXES: @@ -107,6 +150,7 @@ rsync 2.5.2 (26 Jan 2002) Vipul's Razor. (Debian #124286) rsync 2.5.1 (2002-01-03) +protocol: 25 (unchanged) BUG FIXES: @@ -142,6 +186,7 @@ rsync 2.5.1 (2002-01-03) rsync 2.5.0 (2001-11-30) +protocol: 25 (changed) ANNOUNCEMENTS @@ -255,3 +300,43 @@ rsync 2.5.0 (2001-11-30) * The existing test.sh script by Phil Hands has been merged into a test framework that works from both "make check" and the Samba build farm. + +Partial Protocol History + DATE RELEASE PROTOCOL + 2003/01/26 20:11:16 release-2-5-6 26 + 2002/02/23 00:17:50 release-2-5-3 26 + 2002/01/25 23:00:21 release-2-5-2 26 + 2001/12/18 06:47:40 release-2-5-1 25 + release-2-4-6 24 + 2000/08/16 08:34:18 release-2-4-5 24 + 2000/07/29 04:52:05 release-2-4-4 24 + 2000/03/30 14:15:00 release-2-4-2 24 + 2000/01/29 23:49:36 release-2-4-1 24 + 2000/01/29 02:56:37 release-2-4-0 23 + release-2-3-3 21 + 1999/06/26 01:06:38 release-2-3-2 21 + release-2-3-1 20 + 1999/03/15 21:17:59 release-2-3-0 20 + 1998/11/15 01:21:42 release-2-2-1 19 + 1998/11/03 07:08:28 release-2-2-0 19 + 1998/09/09 06:31:14 release-2-1-1 19 + 1998/07/17 14:43:05 release-2-0-19 19 + 1998/06/18 12:17:24 release-2-0-18 19 + 1998/06/18 09:51:56 release-2-0-17 19 + 1998/06/01 03:42:22 release-2-0-16 19 + 1998/05/27 13:47:34 release-2-0-13 19 + 1998/05/26 14:19:00 release-2-0-12 18 + 1998/05/21 05:55:33 release-2-0-11 18 + 1998/05/18 08:20:34 release-2-0-9 18 + 1998/05/17 05:56:33 release-2-0-8 17 + 1998/05/15 07:34:21 release-2-0-2 17 + 1998/05/13 15:44:11 release-2-0-0 17 + 1998/04/17 06:07:26 release-1-7-4 17 + 1998/04/05 06:43:55 release-1-7-2 17 + 1998/03/26 04:18:57 release-1-7-0 17 MAX=30 + 1998/01/13 15:57:32 release-1-6-9 15 MAX=20 + 1997/12/17 11:07:30 release-1-6-7 14 + 1997/12/15 18:36:21 release-1-6-4 14 + +* DATE OF COMMIT is the date the protocl change was committed + to cvs, not the release date.