Re-include a link to the first pre-release diff.
[rsync-web.git] / index.html
index ec123771e120d51c5e5e7eb246d280a61a16021f..c89724f1b74134749f2bb0a834e9b1c26eb86f76 100644 (file)
 rsync is an <A HREF="http://www.opensource.org/">open source</A>
 utility that provides fast incremental file transfer. rsync is freely
 available under the <A HREF="GPL.html">GNU General Public
-License version 2</A>
+License version 2</A> and is currently being maintained by
+<a href="http://opencoder.net/">Wayne Davison</a>.
 
 <p><i>(If you're using a version of rsync older than 2.6.3, see below for some security advisories.)</i>
 
-<h3>Rsync 2.6.5 released</h3>
+<!--
+<h3>The CVS version</h3>
+
+<p>If you're curious about the changes going into the next version of
+rsync, you can view the <a href="/ftp/unpacked/rsync/NEWS">NEWS file from
+CVS</a> to see a summary of the current changes.  Also available are the
+<a href="/ftp/rsync/nightly/rsync.html">rsync manpage from CVS</a> and the
+<a href="/ftp/rsync/nightly/rsyncd.conf.html">rsyncd.conf manpage from
+CVS</a>.
+-->
+
+<h3>Rsync 2.6.9pre2 available for release testing</h3>
+
+<p><i style="color:#777777">October 14th, 2006</i>
+
+<p>Rsync version 2.6.9pre2 is now available for release testing. Please test it
+and send email to the rsync mailing list with any questions, comments, or bug
+reports.
+
+<p>You can read all about the latest improvements and bug-fixes in the
+<a href="/ftp/rsync/rsync-2.6.9pre2-NEWS">NEWS file</a>.
+The pre-release version of the manpages are also available for both
+<a href="/ftp/rsync/rsync.html">rsync</a> and
+<a href="/ftp/rsync/rsyncd.conf.html">rsyncd.conf</a>.
+
+<p>The source tar is available here:
+<b><a href="/ftp/rsync/rsync-2.6.9pre2.tar.gz">rsync-2.6.9pre2.tar.gz</a>
+(<a href="/ftp/rsync/rsync-2.6.9pre2.tar.gz.asc">signature</a>),</b>
+the diffs from version 2.6.9pre1 are available here:
+<b><a href="/ftp/rsync/rsync-2.6.9pre1-2.6.9pre2.diffs.gz">rsync-2.6.9pre1-2.6.9pre2.diffs.gz</a>
+(<a href="/ftp/rsync/rsync-2.6.9pre1-2.6.9pre2.diffs.gz.asc">signature</a>)</b>,
+and the earlier pre-release diffs are available here:
+<b><a href="/ftp/rsync/rsync-2.6.8-2.6.9pre1.diffs.gz">rsync-2.6.8-2.6.9pre1.diffs.gz</a>
+(<a href="/ftp/rsync/rsync-2.6.8-2.6.9pre1.diffs.gz.asc">signature</a>)</b>.
+Note that the diffs do not contain updates for the "patches" dir -- grab the tar
+file if you want the full release.
 
-<p><i style="color:#777777">June 1st, 2005</i>
+<h3>Rsync version 2.6.8 released</h3>
 
-<p>Rsync version 2.6.5 has been released.  This release is primarily a bug-fix
-release to squash some annoying problems that made it into the (feature-filled)
-release of 2.6.4, plus a few minor enhancements.
+<p><i style="color:#777777">April 22th, 2006</i>
 
-<p>See the <a href="/ftp/rsync/NEWS">release NEWS</a> for the
-details of what changed since 2.6.4, and the
-<a href="/ftp/rsync/OLDNEWS">OLDNEWS file</a> for details of what changed
-in prior versions.  You can also read the man pages for
-<a href="http://rsync.samba.org/ftp/rsync/rsync.html">rsync</a> and
-<a href="http://rsync.samba.org/ftp/rsync/rsyncd.conf.html">rsyncd.conf</a>.
+<p>Rsync version 2.6.8 has been released.  This is a bug-fix release that
+primarily addresses an exclude problem that affected the --relative option,
+but also includes a security fix for the xattrs.diff patch (which is not an
+official part of rsync, but some packagers include it in their release).
+
+<p>You can read all about the latest improvements and bug-fixes in the
+<a href="/ftp/rsync/rsync-2.6.8-NEWS">NEWS file</a>.
+The latest versions of the manpages are also available for both
+<a href="/ftp/rsync/rsync.html">rsync</a> and
+<a href="/ftp/rsync/rsyncd.conf.html">rsyncd.conf</a>.
 
 <p>See the <a href="download.html">download page</a> for all the ways
 to grab the new version, or snag one of these:
-<b><a href="/ftp/rsync/rsync-2.6.5.tar.gz">rsync-2.6.5.tar.gz</a>
-(<a href="/ftp/rsync/rsync-2.6.5.tar.gz.asc">signature</a>),
-<a href="/ftp/rsync/rsync-2.6.4-2.6.5.diffs.gz">rsync-2.6.4-2.6.5.diffs.gz</a>
-(<a href="/ftp/rsync/rsync-2.6.4-2.6.5.diffs.gz.asc">signature</a>)</b>.
+<b><a href="/ftp/rsync/rsync-2.6.8.tar.gz">rsync-2.6.8.tar.gz</a>
+(<a href="/ftp/rsync/rsync-2.6.8.tar.gz.asc">signature</a>),
+<a href="/ftp/rsync/rsync-2.6.7-2.6.8.diffs.gz">rsync-2.6.7-2.6.8.diffs.gz</a>
+(<a href="/ftp/rsync/rsync-2.6.7-2.6.8.diffs.gz.asc">signature</a>)</b>.
 Note that the diffs do not contain updates for the "patches" dir -- grab the tar
 file if you want the full release.
 
+<p>Also of note for packagers: as was the case with the 2.6.7 release, the
+diffs in the patches dir of the release tar now contain patches for generated
+files, so you won't need to use autoconf and yodl unless you're creating a
+custom combination of patches that don't apply cleanly together.
+
+<h3>Rsync 2.6.7 released</h3>
+
+<p><i style="color:#777777">March 11th, 2006</i>
+
+<p>Rsync version 2.6.7 has been released.  This release has both several new
+features and the usual accompanyment of bug fixes.
+
+<p>See the <a href="/ftp/rsync/old-versions/rsync-2.6.7-NEWS">release NEWS</a> for the
+details of what changed since 2.6.6.
+
+<h3>Rsync 2.6.6 released</h3>
+
+<p><i style="color:#777777">July 28th, 2005</i>
+
+<p>Rsync version 2.6.6 has been released.  This release is a bug-fix release
+to handle a null-pointer bug that turned up in rsync's version of zlib
+1.1.4 (this is not the recent zlib 1.2.2 security fix, which did not
+affect rsync) and to squash a few other minor bugs.  To deal with the
+zlib issue, rsync has been upgraded to include zlib 1.2.3.
+
+<p>See the <a href="/ftp/rsync/old-versions/rsync-2.6.6-NEWS">release NEWS</a> for the
+details of what changed since 2.6.5.
+
+<h3>Rsync 2.6.5 released</h3>
+
+<p><i style="color:#777777">June 1st, 2005</i>
+
+<p>Rsync version 2.6.5 has been released.  This release is primarily a bug-fix
+release to squash some annoying problems that made it into the (feature-filled)
+release of 2.6.4, plus a few minor enhancements.
+
+<p>See the <a href="/ftp/rsync/old-versions/rsync-2.6.5-NEWS">release NEWS</a> for the
+details of what changed since 2.6.4.
 
 <h3>Rsync 2.6.4 released</h3>
 
@@ -73,7 +149,7 @@ does NOT affect the normal send/receive filenames that specify what
 files should be transferred (this is because these names happen to get
 sanitized twice, and thus the second call removes any lingering leading
 slash(es) that the first call left behind).  It does affect certain
-option paths that cause auxilliary files to be read or written.
+option paths that cause auxiliary files to be read or written.
 
 <p>This bug was fixed in version 2.6.3 of rsync.