Fixed a typo.
[rsync.git] / NEWS
2003-03-30 Wayne DavisonFixed a typo.
2003-03-30 Wayne DavisonStarted a new section for the next release.
2003-03-24 J.W. SchultzAnnotated each release with protocol version and
2003-01-28 David DykstraAdd header for 2.5.6 release.
2003-01-28 David DykstraRemove the Cygwin msleep(100) before the generator...
2003-01-28 David DykstraChange the default of --modify-window back to 0 on...
2003-01-28 David DykstraChange so the delay before generator signals receiver...
2003-01-27 David DykstraInsert a 100ms sleep just before sending the USR2 signa...
2003-01-27 David DykstraPrevent the "Connection reset by peer" messages often...
2003-01-26 David DykstraChange news item about handling of text mode in files...
2003-01-26 David DykstraBetter fix for infinite recursion; don't return from...
2003-01-26 David DykstraOpen config files in text mode when O_TEXT is defined...
2003-01-24 David DykstraChange default of --modify-window on Cygwin from 2...
2003-01-23 Paul GreenRestore trailing newline character at the end of the...
2003-01-22 Paul GreenMentioned the fact that config.sub and config.guess...
2003-01-21 Wayne DavisonMention test-case fixes.
2003-01-21 David DykstraChange the name on the --modify-window default for...
2003-01-21 David DykstraIgnore errors from chmod when --preserve-perms/-p/...
2003-01-20 Wayne DavisonAdded a couple missing NEWS items.
2003-01-20 David DykstraRe-activate the piece of code that creates intervening...
2003-01-20 David DykstraMake the default for --modify-window be 2 on cygwin.
2003-01-16 David DykstraPrevent infinite recursion in exit_cleanup(). Patch...
2003-01-15 David DykstraAdd news item about fix of --copy-unsafe-links
2003-01-09 David DykstraSupport IPv6 addresses with "hosts allow" and "hosts...
2003-01-09 David DykstraFixed bug that caused rsync to lose exit status of...
2002-12-11 David DykstraWhen a file shows up as not existent during an rsync...
2002-08-29 David DykstraAdd --link-dest option from J.W. Schultz.
2002-08-29 David DykstraPatch from J.W. Schultz to have --include-from and...
2002-08-01 Wayne DavisonDocument more recent changes.
2002-08-01 Wayne DavisonMention the recent commits.
2002-07-27 Wayne DavisonMention the popt upgrade.
2002-05-09 David DykstraSubmit enhancement from Michael Zimmerman to allow...
2002-05-06 Wayne DavisonMention that --delete-after now implies --delete.
2002-04-15 Martin PoolWhen -e is specified along with an rsyncd url, the...
2002-04-12 Martin Poolreformat
2002-04-11 Martin PoolReceiving an @ERROR line from the server is (I think...
2002-04-08 Martin PoolNote code cleanups
2002-04-03 Martin PoolPatch from Zoong Pham and Albert Chin to improve detect...
2002-04-03 Martin PoolCommit patch based on one from John L. Allen to fix...
2002-04-03 Martin PoolRoll over version and news.
2002-04-02 Martin PoolBump to 2.5.5. v2.5.5
2002-03-27 Martin PoolIf configured with --enable-maintainer-mode, then on...
2002-03-27 Martin PoolImproved network error handling. (Greg A. Woods)
2002-03-26 Martin PoolJos points out that test -L is still broken on Solaris...
2002-03-25 Martin PoolBump version to 2.5.5rc1. v2.5.5.rc1
2002-03-25 Martin PoolNote about mkdir bug.
2002-03-22 Martin PoolClean up text.
2002-03-22 Martin PoolClean up text.
2002-03-20 Martin Pool * Make "make install-strip" works properly, and...
2002-03-20 Martin PoolPatch from Paul Haas:
2002-03-19 Martin PoolFix --whole-file problem that caused it to be the defau...
2002-03-16 Martin PoolMake sure that freeaddrinfo is called on all code paths...
2002-03-16 Martin PoolNote about --progress patch.
2002-03-15 Martin PoolTry to handle 'test -L' on Sun.
2002-03-14 Martin Pool"make install-strip" works. (Greg Louis)
2002-03-14 Martin PoolRoll over news file; put in page markers.
2002-03-13 Martin PoolBump version to 2.5.4. v2.5.4
2002-03-12 Martin PoolUpdate NEWS.
2002-03-12 Martin PoolGet ready for new release.
2002-03-11 Martin PoolSet version to 2.5.3. v2.5.3
2002-03-11 Martin PoolNote on zlib patch merge.
2002-03-11 Martin PoolNote about merging zlib 1.1.3.
2002-03-11 Martin PoolAdd CVE number.
2002-02-21 Martin PoolAdd bug # for #132272
2002-02-18 Martin PoolCope with BSD systems on which mkdir() will not accept...
2002-02-18 Martin PoolIf the daemon is unable to fork a child to accept a...
2002-02-18 Martin PoolFix for rsync server processes hanging around after...
2002-02-14 David DykstraAdd item about fixing "out of memory in flist_expand...
2002-02-13 David DykstraAdded the two most important bug fixes to NEWS to make...
2002-02-09 Martin PoolMake sure we call setgroups() after setuid(). (Ethan...
2002-02-06 David DykstraMake batch mode actually work and add man page document...
2002-02-05 David DykstraAdd --no-whole-file and --no-blocking-io options
2002-02-05 Martin PoolOnly print the command used to open connections with...
2002-02-05 Martin PoolRoll over NEWS
2002-01-25 Martin PoolOops, version should be just 2.5.2. v2.5.2
2002-01-25 Martin PoolBump version to 2.5.3.
2002-01-25 Martin PoolNew --ignore-existing option, patch previously distribu...
2002-01-25 Martin PoolFix for device nodes. (dann frazier) (Debian #129135)
2002-01-24 Martin PoolName resolution on machines supporting IPv6 is improved. v2.5.2pre2
2002-01-24 Martin PoolShow command used to start connection child.
2002-01-23 Martin PoolNote batch-mode changes.
2002-01-23 Martin PoolSignedness security patch from Sebastian Krahmer <krahm...
2002-01-15 Martin PoolUpdate
2002-01-03 Martin PoolOops, fix date. v2.5.1
2002-01-03 Martin PoolCleanup.
2001-12-18 Martin PoolFix from Jeff Garzik for inet_ntop prototype errors...
2001-12-05 Martin PoolDocument --no-detach. v2.5.1pre2
2001-12-05 Martin PoolChange back to using sockaddr_storage rather than socka...
2001-12-02 Martin PoolUpdate notes v2.5.1pre1
2001-12-02 Martin PoolMove old news from release 2.5.0.
2001-11-30 Martin PoolNote other supported platforms
2001-11-29 Martin PoolShow version when configuring.
2001-11-28 Martin PoolAdd list of platforms that build.
2001-11-27 Martin PoolAdd Paul Vixie's implementation of inet_ntop and inet_p...
2001-11-27 Martin PoolExplain IPv6 merge.
2001-11-24 Martin PoolIPv6 is off by default.
2001-11-24 Martin PoolNote IPv6 and nohang patches. v2.4.7pre2
2001-09-04 Martin PoolFor log messages containing ridiculously long strings...
2001-08-16 Martin PoolNote test suite.
2001-08-14 Martin PoolNote UNICOS works again
next