Author: luke1410
Date: Mon Apr 16 21:55:17 2018
New Revision: 1829318

URL: http://svn.apache.org/viewvc?rev=1829318&view=rev
Log:
Sync merge from publish to staging.

Modified:
    subversion/site/staging/   (props changed)
    subversion/site/staging/doap.rdf
    subversion/site/staging/docs/community-guide/releasing.part.html
    subversion/site/staging/docs/release-notes/1.10.html
    subversion/site/staging/docs/release-notes/index.html
    subversion/site/staging/docs/release-notes/release-history.html
    subversion/site/staging/download.html
    subversion/site/staging/index.html   (contents, props changed)
    subversion/site/staging/mailing-lists.html
    subversion/site/staging/news.html   (contents, props changed)
    subversion/site/staging/roadmap.html

Propchange: subversion/site/staging/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Apr 16 21:55:17 2018
@@ -1 +1 @@
-/subversion/site/publish:1812681-1825884
+/subversion/site/publish:1812681-1829317

Modified: subversion/site/staging/doap.rdf
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/doap.rdf?rev=1829318&r1=1829317&r2=1829318&view=diff
==============================================================================
--- subversion/site/staging/doap.rdf (original)
+++ subversion/site/staging/doap.rdf Mon Apr 16 21:55:17 2018
@@ -36,23 +36,23 @@
     <category 
rdf:resource="http://projects.apache.org/category/build-management"; />
     <release>
       <Version>
-        <name>Recommended current 1.9 release</name>
-        <created>2017-08-10</created>
-        <revision>1.9.7</revision>
+        <name>Recommended current 1.10 release</name>
+        <created>2018-04-12</created>
+        <revision>1.10.0</revision>
       </Version>
     </release>
     <release>
       <Version>
-        <name>Current 1.8 release</name>
+        <name>Current 1.9 release</name>
         <created>2017-08-10</created>
-        <revision>1.8.19</revision>
+        <revision>1.9.7</revision>
       </Version>
     </release>
     <release>
       <Version>
-        <name>Current 1.7 release</name>
-        <created>2015-08-14</created>
-        <revision>1.7.22</revision>
+        <name>Current 1.8 release</name>
+        <created>2017-08-10</created>
+        <revision>1.8.19</revision>
       </Version>
     </release>
     <repository>

Modified: subversion/site/staging/docs/community-guide/releasing.part.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/releasing.part.html?rev=1829318&r1=1829317&r2=1829318&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/releasing.part.html (original)
+++ subversion/site/staging/docs/community-guide/releasing.part.html Mon Apr 16 
21:55:17 2018
@@ -1058,6 +1058,12 @@ manager.</p>
 validated, the release is ready for publication.  This section outlines the
 steps needed to publish a Subversion release.</p>
 
+<div class="h4" id="releasing-upload">
+<h4>Uploading the release
+  <a class="sectionlink" href="<!--#echo var="GUIDE_RELEASING_PAGE" 
-->#releasing-upload"
+    title="Link to this section">&para;</a>
+</h4>
+
 <p>Subversion artifacts are distributed through the 
 <a href="https://www.apache.org/dev/mirrors.html";>ASF mirror network</a>.  The
 source code <a href="/download.cgi">download page</a> automatically assists 
users
@@ -1066,20 +1072,19 @@ release for the supported release lines
 previous Subversion releases are available in the
 <a href="https://archive.apache.org/dist/subversion/";>archives</a>.</p>
 
-<p>Uploading releases to the mirrors is rather straightforward: the RM simply
-moves the tarballs, signatures and checksums from
+<p>To upload a release to the mirrors:
+<pre>
+release.py move-to-dist 1.7.0
+</pre>
+This moves the tarballs, signatures and checksums from
 <a href="https://dist.apache.org/repos/dist/dev/subversion";
 >^/dev/subversion</a>
 to <a href="https://dist.apache.org/repos/dist/release/subversion";
 >^/release/subversion</a>.
-There is a release.py subcommand that automates this step:
-<pre>
-release.py move-to-dist 1.7.0
-</pre>
 It takes the mirrors up to 24 hours to get pick up the new release.
 The archive will also automatically pick up the release.  While
-running move-to-dist will move the signature files committers are
-still able to commit new signatures to <tt>^/release/subversion</tt>
+running move-to-dist will move the signature files, committers are
+still able to commit new signatures to <tt>^/release/subversion</tt>;
 however it will take up to 24 hours for those signatures to mirror.
 Any such signatures cannot be included in the release announcement
 unless 24 hours have passed since they were committed.</p>
@@ -1104,6 +1109,8 @@ release.py clean-dist
 href="https://reporter.apache.org/addrelease.html?subversion";
 >reporter.apache.org</a>. (Can we automate that?)</p>
 
+</div> <!-- releasing-upload -->
+
 <div class="h4" id="releasing-press">
 <h4>Press releases for 1.x.0 releases
   <a class="sectionlink" href="<!--#echo var="GUIDE_RELEASING_PAGE" 
-->#releasing-press"

Modified: subversion/site/staging/docs/release-notes/1.10.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.10.html?rev=1829318&r1=1829317&r2=1829318&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.10.html (original)
+++ subversion/site/staging/docs/release-notes/1.10.html Mon Apr 16 21:55:17 
2018
@@ -23,11 +23,6 @@
 
 <h1 style="text-align: center">Apache Subversion 1.10 Release Notes</h1>
 
-<div class="notice">
-<p><span style="color: red"><b>This is work in progress.
-  Subversion 1.10 has not been released yet.</b></span></p>
-</div>
-
 <div class="h2" id="news">
 <h2>What's New in Apache Subversion 1.10
   <a class="sectionlink" href="#news"
@@ -42,7 +37,7 @@
   <li><a href="#lz4"
       >LZ4 Compression</a></li>
   <li><a href="#shelving"
-      >Shelving</a></li>
+      >Shelving (experimental)</a></li>
   <li><a href="#enhancements"
       >Many enhancements and bug fixes</a></li>
   <li><a href="#issues"
@@ -192,21 +187,22 @@ to the upgrade.</p>
 
 </div>  <!-- wc-upgrade -->
 
+<!-- TODO:
 <div class="h3" id="protocol-changes">
 <h3>Client-Server Protocol Changes
   <a class="sectionlink" href="#protocol-changes"
     title="Link to this section">&para;</a>
 </h3>
 
-<p>LZ4...</p>
-
-<p>Negotiating compression in RA-serf...</p>
+<p>LZ4 compression: see <a href="#fsfs-lz4-configuration">Configuring the
+repository to use LZ4 compression</a> below.</p>
 
 <p>List with search...</p>
 
 <p>...</p>
 
-</div>  <!-- protocol-changes -->
+</div>
+-->
 
 <div class="h3" id="compat-misc">
 <h3>Miscellaneous Compatibility Notes
@@ -550,10 +546,6 @@ with filesystem format 8.  Also, Subvers
 negotiation and use of LZ4 compression over the wire for http:// and svn://
 connections when it is supported by both endpoints.</p>
 
-<p><b>Note:</b> this does not apply to the pre-release
-<a 
href="https://lists.apache.org/thread.html/dd78432b301f3f95567930c242c46b308c8a017fd754c0f388245915@%3Cannounce.subversion.apache.org%3E";>Subversion
 1.10.0-alpha3</a>
-version, which still uses zlib compression by default.
-
 <div class="h4" id="fsfs-format8">
 <h4>Filesystem format bump
   <a class="sectionlink" href="#fsfs-format8"
@@ -571,15 +563,6 @@ format number of a repository.)</p>
 <p>Existing repositories can be upgraded to the new format with the
 <tt>svnadmin upgrade</tt> command.
 
-<div class="notice">
-  <p><span style="color: red"><b>WARNING:</b></span> Until Subversion 1.10
-  is generally available, no upgrade path is promised for repositories with
-  the filesystem format 8.  Please do not upgrade your existing repositories
-  used in production, and do not use newly created repositories for any data
-  meant for long-term safe-keeping.  See our <a 
href="/prerelease-caveats">policy
-  for pre-releases</a> for additional information.</p>
-</div>
-
 </div>  <!-- fsfs-format8 -->
 
 <div class="h4" id="fsfs-lz4-configuration">
@@ -728,7 +711,7 @@ are supported by the remote end<!-- see
 </div>  <!-- lz4 -->
 
 <div class="h3" id="shelving">
-<h3>Shelving
+<h3>Shelving (experimental)
   <a class="sectionlink" href="#shelving"
      title="Link to this section">&para;</a>
 </h3>
@@ -794,7 +777,7 @@ which happen to contain upper-case and n
 
 <p>You may now specify one or more glob patterns in a <tt>svn ls</tt>
 request.  Note that most shells require globs to be put in quotation
-marks to be passed as-is to SVN.  Example
+marks to be passed as-is to SVN.  Example:
    <pre>
    svn ls svn://server/repo --recursive --search "readme*"</pre>
 Against a Subversion 1.10 server, this command will be executed
@@ -840,6 +823,21 @@ by default instead.
      title="Link to this section">&para;</a>
 </h3>
 
+<div class="h4" id="revprop-caching">
+<h4>Revprop caching enabled</tt>
+  <a class="sectionlink" href="#revprop-caching"
+     title="Link to this section">&para;</a>
+</h4>
+
+<p>Revprop caching was an optional FSFS feature in previous releases
+but is now always enabled.  In previous releases revprop caching could
+be enabled for mod_dav_svn via the <tt>SVNCacheRevprops</tt>
+directive, and for svnserve by the <tt>--cache-revprops</tt> command
+line option.  That directive and command line option are now silently
+ignored and revprop caching is enabled for all FSFS access.</p>
+
+</div> <!-- revprop-caching -->
+
 <div class="h4" id="no-flush-to-disk">
 <h4>New <tt>--no-flush-to-disk</tt> option for <tt>svnadmin load</tt>
   <a class="sectionlink" href="#no-flush-to-disk"
@@ -892,6 +890,7 @@ revision properties in a repository to t
 
 <div class="h4" id="dump-include-exclude">
 <h4><tt>svnadmin dump</tt> can now include or exclude paths
+  (<a href="https://issues.apache.org/jira/browse/SVN-4729";>issue #4729</a>)
   <a class="sectionlink" href="#dump-include-exclude"
      title="Link to this section">&para;</a>
 </h4>
@@ -912,7 +911,7 @@ wildcards (the same as in 'svndumpfilter
 </div> <!-- server-side-improvements -->
 
 <div class="h3" id="client-server-improvements">
-<h3>Client-server improvements
+<h3>Client- and server-side improvements
   <a class="sectionlink" href="#client-server-improvements"
      title="Link to this section">&para;</a>
 </h3>

Modified: subversion/site/staging/docs/release-notes/index.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/index.html?rev=1829318&r1=1829317&r2=1829318&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/index.html (original)
+++ subversion/site/staging/docs/release-notes/index.html Mon Apr 16 21:55:17 
2018
@@ -42,7 +42,7 @@ official support status for the various
 <p>Here are the release notes for the major Subversion releases:</p> 
 
 <ul>
-<li><a href="1.10.html">Subversion 1.10</a> – Improved path-based authz, new 
interactive conflict resolver, LZ4 compression, FSFS format 8, shelving (<i>in 
progress</i>)</li>
+<li><a href="1.10.html">Subversion 1.10</a> – Improved path-based authz, new 
interactive conflict resolver, LZ4 compression, FSFS format 8, shelving 
(<i>first released – April 12, 2018</i>)</li>
 <li><a href="1.9.html">Subversion 1.9</a> – FSFS format 7, FSX (<i>first 
released – August 5, 2015</i>)</li>
 <li><a href="1.8.html">Subversion 1.8</a> – Automatic merge, client-side 
rename tracking, inherited properties (<i>first released – June 18, 
2013</i>)</li>
 <li><a href="1.7.html">Subversion 1.7</a> – WCNG, v2 protocol, svnrdump 
(<i>first released – October 11, 2011</i>)</li>
@@ -82,17 +82,17 @@ official support status for the various
 </thead>
 <tbody>
 <tr>
-<td>1.9.x</td>
+<td>1.10.x</td>
 <td>Fully supported</td>
 <td>Fixes for all bugs</td>
 </tr>
 <tr>
-<td>1.8.x</td>
+<td>1.9.x</td>
 <td>Partially supported</td>
 <td>Only fixes for security issues and bugs which could cause data loss</td>
 </tr>
 <tr>
-<td>1.7.x and earlier</td>
+<td>1.8.x and earlier</td>
 <td>No longer supported</td>
 <td></td>
 </tr>

Modified: subversion/site/staging/docs/release-notes/release-history.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/release-history.html?rev=1829318&r1=1829317&r2=1829318&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/release-history.html (original)
+++ subversion/site/staging/docs/release-notes/release-history.html Mon Apr 16 
21:55:17 2018
@@ -31,6 +31,9 @@ Subversion 2.0.</p>
 
 <ul>
   <li>
+    <b>Subversion 1.10.0</b> (Thursday, 12 April 2018): Feature and bugfix 
release, see the <a href="/docs/release-notes/1.10.html">release notes</a>.
+  </li>
+  <li>
     <b>Subversion 1.9.7</b> (Thursday, 10 August 2017): Security release.
   </li>
   <li>

Modified: subversion/site/staging/download.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/download.html?rev=1829318&r1=1829317&r2=1829318&view=diff
==============================================================================
--- subversion/site/staging/download.html (original)
+++ subversion/site/staging/download.html Mon Apr 16 21:55:17 2018
@@ -17,9 +17,8 @@
 
 <h1>Download Source Code</h1>
 
-[define version]1.9.7[end]
-[define supported]1.8.19[end]
-[define prerelease]1.10.0-rc1[end] <!--unused-->
+[define version]1.10.0[end]
+[define supported]1.9.7[end]
 
 <div class="bigpoint">
 <p>The best available version of Apache Subversion
@@ -99,7 +98,7 @@ Other mirrors:
     title="Link to this section">&para;</a>
 </h3>
 
-<p style="font-size: 150%; text-align: center;">Apache Subversion [version]</p>
+<p style="font-size: 150%; text-align: center;">Apache Subversion 1.10.0</p>
 <table class="centered">
 <tr>
   <th>File</th>
@@ -108,22 +107,26 @@ Other mirrors:
   <th>Signatures</th>
 </tr>
 <tr>
-  <td><a 
href="[preferred]subversion/subversion-[version].tar.bz2">subversion-[version].tar.bz2</a></td>
-  <td class="checksum">874b81749cdc3e88152d103243c3623ac6338388</td>
-  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-[version].tar.bz2.sha512";>SHA-512</a>]</td>
-  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-[version].tar.bz2.asc";>PGP</a>]</td>
-</tr>
-<tr>
-  <td><a 
href="[preferred]subversion/subversion-[version].tar.gz">subversion-[version].tar.gz</a></td>
-  <td class="checksum">1a5f48acf9d0faa60e8c7aea96a9b29ab1d4dcac</td>
-  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-[version].tar.gz.sha512";>SHA-512</a>]</td>
-  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-[version].tar.gz.asc";>PGP</a>]</td>
-</tr>
-<tr>
-  <td><a 
href="[preferred]subversion/subversion-[version].zip">subversion-[version].zip</a></td>
-  <td class="checksum">741727b62596bf27f75838c46d1bb6938c83fbd7</td>
-  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-[version].zip.sha512";>SHA-512</a>]</td>
-  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-[version].zip.asc";>PGP</a>]</td>
+  <td><a 
href="[preferred]subversion/subversion-1.10.0.tar.bz2">subversion-1.10.0.tar.bz2</a></td>
+  <td class="checksum">345bc84edc5fe72f70997d247230fd8d3a18d83b</td>
+  <!-- The sha512 line does not have a class="checksum" since the link needn't
+       be rendered in monospace. -->
+  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.10.0.tar.bz2.sha512";>SHA-512</a>]</td>
+  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.10.0.tar.bz2.asc";>PGP</a>]</td>
+</tr><tr>
+  <td><a 
href="[preferred]subversion/subversion-1.10.0.tar.gz">subversion-1.10.0.tar.gz</a></td>
+  <td class="checksum">383e69c077a985bf5a091494d45655714180d5cb</td>
+  <!-- The sha512 line does not have a class="checksum" since the link needn't
+       be rendered in monospace. -->
+  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.10.0.tar.gz.sha512";>SHA-512</a>]</td>
+  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.10.0.tar.gz.asc";>PGP</a>]</td>
+</tr><tr>
+  <td><a 
href="[preferred]subversion/subversion-1.10.0.zip">subversion-1.10.0.zip</a></td>
+  <td class="checksum">9facdb5a5652b5d90fe9afaebf97ed6b94cf657c</td>
+  <!-- The sha512 line does not have a class="checksum" since the link needn't
+       be rendered in monospace. -->
+  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.10.0.zip.sha512";>SHA-512</a>]</td>
+  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.10.0.zip.asc";>PGP</a>]</td>
 </tr>
 </table>
 
@@ -151,19 +154,19 @@ Other mirrors:
 </tr>
 <tr>
   <td><a 
href="[preferred]subversion/subversion-[supported].tar.bz2">subversion-[supported].tar.bz2</a></td>
-  <td class="checksum">51d7e5329ad86a650f8fc806eb68e581055a3fd1</td>
+  <td class="checksum">874b81749cdc3e88152d103243c3623ac6338388</td>
   <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-[supported].tar.bz2.sha512";>SHA-512</a>]</td>
   <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-[supported].tar.bz2.asc";>PGP</a>]</td>
 </tr>
 <tr>
   <td><a 
href="[preferred]subversion/subversion-[supported].tar.gz">subversion-[supported].tar.gz</a></td>
-  <td class="checksum">c6c46db4734a075bbfc3ce26dcd6c68d1362e21c</td>
+  <td class="checksum">1a5f48acf9d0faa60e8c7aea96a9b29ab1d4dcac</td>
   <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-[supported].tar.gz.sha512";>SHA-512</a>]</td>
   <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-[supported].tar.gz.asc";>PGP</a>]</td>
 </tr>
 <tr>
   <td><a 
href="[preferred]subversion/subversion-[supported].zip">subversion-[supported].zip</a></td>
-  <td class="checksum">9070d274f8bc0c64b2accf34ffd8a37429cd7daa</td>
+  <td class="checksum">741727b62596bf27f75838c46d1bb6938c83fbd7</td>
   <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-[supported].zip.sha512";>SHA-512</a>]</td>
   <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-[supported].zip.asc";>PGP</a>]</td>
 </tr>
@@ -174,6 +177,7 @@ Other mirrors:
 <!-- When in a pre-release phase, uncomment the following, and paste the
      correct content after it. Use 'release.py write-downloads' to
      generate the table. -->
+<!--
 <div class="h3" id="pre-releases">
 <h3>Pre-releases
   <a class="sectionlink" href="#pre-releases"
@@ -192,41 +196,12 @@ Other mirrors:
 <p>Please report any issues to <a href="/mailing-lists.html#users-ml"
    >us...@subversion.apache.org</a>.</p>
 
-</div> <!-- .notice -->
+</div> < !-- .notice -- >
 
-<p style="font-size: 150%; text-align: center;">Apache Subversion 
1.10.0-rc1</p>
-<table class="centered">
-<tr>
-  <th>File</th>
-  <th>Checksum (SHA1)</th>
-  <th>Checksum (SHA512)</th>
-  <th>Signatures</th>
-</tr>
-<tr>
-  <td><a 
href="[preferred]subversion/subversion-1.10.0-rc1.tar.bz2">subversion-1.10.0-rc1.tar.bz2</a></td>
-  <td class="checksum">162dc785b5b1460c2f67af7460fe9b0b44e7aab7</td>
-  <!-- The sha512 line does not have a class="checksum" since the link needn't
-       be rendered in monospace. -->
-  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.10.0-rc1.tar.bz2.sha512";>SHA-512</a>]</td>
-  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.10.0-rc1.tar.bz2.asc";>PGP</a>]</td>
-</tr><tr>
-  <td><a 
href="[preferred]subversion/subversion-1.10.0-rc1.tar.gz">subversion-1.10.0-rc1.tar.gz</a></td>
-  <td class="checksum">f16d5d7c1757c91edd4fd83738948a0a7baa68d5</td>
-  <!-- The sha512 line does not have a class="checksum" since the link needn't
-       be rendered in monospace. -->
-  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.10.0-rc1.tar.gz.sha512";>SHA-512</a>]</td>
-  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.10.0-rc1.tar.gz.asc";>PGP</a>]</td>
-</tr><tr>
-  <td><a 
href="[preferred]subversion/subversion-1.10.0-rc1.zip">subversion-1.10.0-rc1.zip</a></td>
-  <td class="checksum">d9452b4e3510567c8e53c7e1caa7de8ab3f30965</td>
-  <!-- The sha512 line does not have a class="checksum" since the link needn't
-       be rendered in monospace. -->
-  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.10.0-rc1.zip.sha512";>SHA-512</a>]</td>
-  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.10.0-rc1.zip.asc";>PGP</a>]</td>
-</tr>
-</table>
+< !-- table goes here -- >
 
-</div>  <!-- #pre-releases -->
+</div>  < !-- #pre-releases -- >
+-->
 
 <div class="h3" id="release-archives">
 <h3>Release archives

Modified: subversion/site/staging/index.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/index.html?rev=1829318&r1=1829317&r2=1829318&view=diff
==============================================================================
--- subversion/site/staging/index.html (original)
+++ subversion/site/staging/index.html Mon Apr 16 21:55:17 2018
@@ -64,87 +64,69 @@
 
 <!-- In general, we'll keep only the most recent 3 or 4 news items here. -->
 
-<div class="h3" id="news-20180227"> 
-<h3>2018-02-28 &mdash; Apache Subversion 1.10.0-rc1 Released
- <a class="sectionlink" href="#news-20180227"
+<div class="h3" id="news-20180413"> 
+<h3>2018-04-13 &mdash; Apache Subversion 1.10.0 Released
+ <a class="sectionlink" href="#news-20180413"
  title="Link to this section">&para;</a> 
 </h3> 
  
-<p>We are pleased to announce the release of Apache Subversion 1.10.0-rc1. This
- release is not intended for production use, but is provided as a milestone
- to encourage wider testing and feedback from intrepid users and maintainers.
+<p>We are pleased to announce the release of Apache Subversion 1.10.0.
+ This is the most complete Subversion release to date, and we encourage
+ users of Subversion to upgrade as soon as reasonable.
  Please see the
- <a 
href="https://lists.apache.org/thread.html/b4a01f414ae1c18b8316ff1211795a32efb7c4b8479e92f633945692@%3Cdev.subversion.apache.org%3E";>release
- announcement</a> for more information about this release, and the
- <a href="/docs/release-notes/1.10.html">release notes</a> and 
- <a href="http://svn.apache.org/repos/asf/subversion/tags/1.10.0-rc1/CHANGES";> 
- change log</a> for information about what will eventually be
- in the 1.10.0 release.</p> 
+ <a 
href="https://lists.apache.org/thread.html/2f7a0e4a6294aaa5a4c800d20f0bfd183ee2b9657c88dfe92c119a66@%3Cannounce.subversion.apache.org%3E";
+ >release announcement</a> and the
+ <a href="/docs/release-notes/1.10"
+ >release notes</a> for more information about this release.</p> 
  
 <p>To get this release from the nearest mirror, please visit our
- <a href="/download.cgi#pre-releases">download page</a>.</p> 
- 
-</div> <!-- #news-20180227 --> 
-
-<div class="h3" id="news-20171112-1"> 
-<h3>2017-11-12 &mdash; Apache Subversion Meet-and-Greet event (Aachen/Germany)
- <a class="sectionlink" href="#news-20171112-1"
- title="Link to this section">&para;</a> 
-</h3> 
+ <a href="/download.cgi#recommended-release">download page</a>.</p> 
  
-<p>Apache Subversion is hosting a yearly (1-week long) event called the
- Subversion Hackathon. During this year's hackathon (which was made available
- due to the kind sponsorship of <a href="https://www.assembla.com/home"; 
rel="nofollow">Assembla</a>)
- we are hosting a <a 
href="https://wiki.apache.org/subversion/Aachen2017MeetAndGreet";>meet-and-greet
- event</a>. If you always wanted to meet us in person, this is your chance to 
get
- us to know other than through the internet. We will also provide a PGP-signing
- session as part of the event.
- If you are interested, just come to
- <a href="https://www.facebook.com/CafeMadridAachen";>Cafe Madrid</a> in
- Aachen/Germany (Pontstra&szlig;e 141-149) on November 23rd, 2017 at 8pm local
- time (UTC +01:00).</p> 
- 
-</div> <!-- #news-20171112-1 -->
+</div> <!-- #news-20180413 --> 
 
-<div class="h3" id="news-20170810-1"> 
-<h3>2017-08-10 &mdash; Apache Subversion 1.9.7 Released
- <a class="sectionlink" href="#news-20170810-1"
+<div class="h3" id="news-20180406"> 
+<h3>2018-04-06 &mdash; Apache Subversion 1.10.0-rc2 Released
+ <a class="sectionlink" href="#news-20180406"
  title="Link to this section">&para;</a> 
 </h3> 
  
-<p>We are pleased to announce the release of Apache Subversion 1.9.7.
- This is the most complete Subversion release to date, and we encourage
- users of Subversion to upgrade as soon as reasonable.
+<p>We are pleased to announce the release of Apache Subversion 1.10.0-rc2. This
+ release is not intended for production use, but is provided as a milestone
+ to encourage wider testing and feedback from intrepid users and maintainers.
  Please see the
- <a 
href="https://mail-archives.apache.org/mod_mbox/subversion-announce/201708.mbox/%3C2fefe468-7d41-11e7-aea1-9312c6089150%40apache.org%3E";
- >release announcement</a> and the
- <a href="https://svn.apache.org/repos/asf/subversion/tags/1.9.7/CHANGES";
- >change log</a> for more information about this release.</p> 
+ <a 
href="https://lists.apache.org/thread.html/3be8f8da7e806db1e97491808dcbf8ab5bc5a4b108b201c1258f70e7@%3Cdev.subversion.apache.org%3E";>release
+ announcement</a> for more information about this release, and the
+ <a href="/docs/release-notes/1.10.html">release notes</a> and 
+ <a href="http://svn.apache.org/repos/asf/subversion/tags/1.10.0-rc2/CHANGES";> 
+ change log</a> for information about what will eventually be
+ in the 1.10.0 release.</p> 
  
 <p>To get this release from the nearest mirror, please visit our
- <a href="/download.cgi?update=201708081800#recommended-release">download 
page</a>.</p> 
+ <a href="/download.cgi#pre-releases">download page</a>.</p> 
  
-</div> <!-- #news-20170810-1 --> 
+</div> <!-- #news-20180406 --> 
 
-<div class="h3" id="news-20170810"> 
-<h3>2017-08-10 &mdash; Apache Subversion 1.8.19 Released
- <a class="sectionlink" href="#news-20170810"
+<div class="h3" id="news-20180227"> 
+<h3>2018-02-28 &mdash; Apache Subversion 1.10.0-rc1 Released
+ <a class="sectionlink" href="#news-20180227"
  title="Link to this section">&para;</a> 
 </h3> 
  
-<p>We are pleased to announce the release of Apache Subversion 1.8.19.
- This is the most complete release of the 1.8.x line to date,
- and we encourage all users to upgrade as soon as reasonable.
+<p>We are pleased to announce the release of Apache Subversion 1.10.0-rc1. This
+ release is not intended for production use, but is provided as a milestone
+ to encourage wider testing and feedback from intrepid users and maintainers.
  Please see the
- <a href=""
- >release announcement</a> and the
- <a href="https://svn.apache.org/repos/asf/subversion/tags/1.8.19/CHANGES";
- >change log</a> for more information about this release.</p> 
+ <a 
href="https://lists.apache.org/thread.html/b4a01f414ae1c18b8316ff1211795a32efb7c4b8479e92f633945692@%3Cdev.subversion.apache.org%3E";>release
+ announcement</a> for more information about this release, and the
+ <a href="/docs/release-notes/1.10.html">release notes</a> and 
+ <a href="http://svn.apache.org/repos/asf/subversion/tags/1.10.0-rc1/CHANGES";> 
+ change log</a> for information about what will eventually be
+ in the 1.10.0 release.</p> 
  
 <p>To get this release from the nearest mirror, please visit our
- <a href="/download.cgi#supported-releases">download page</a>.</p> 
+ <a href="/download.cgi#pre-releases">download page</a>.</p> 
  
-</div> <!-- #news-20170810 --> 
+</div> <!-- #news-20180227 --> 
 
 <p style="font-style: italic; text-align:
    right;">[Click <a href="/news.html">here</a> to see all News

Propchange: subversion/site/staging/index.html
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Apr 16 21:55:17 2018
@@ -1,2 +1,2 @@
-/subversion/site/publish/index.html:1812681-1825861
+/subversion/site/publish/index.html:1812681-1829317
 /subversion/site/staging/index.html:1812681-1812682

Modified: subversion/site/staging/mailing-lists.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/mailing-lists.html?rev=1829318&r1=1829317&r2=1829318&view=diff
==============================================================================
--- subversion/site/staging/mailing-lists.html (original)
+++ subversion/site/staging/mailing-lists.html Mon Apr 16 21:55:17 2018
@@ -145,12 +145,13 @@ delay for your post to appear (see below
           <td><strong>Archives:</strong></td>
           <td><ul class="nobullet">
               <li><a 
href="https://mail-archives.apache.org/mod_mbox/subversion-users/";
-                  >mail-archives.apache.org</a>
-                  (<a href="/mail/users/">mbox files</a>)</li>
+                  >mail-archives.apache.org</a></li>
+              <li><a 
href="https://lists.apache.org/list.html?us...@subversion.apache.org";
+                  >lists.apache.org</a> (searchable)</li>
               <li><a href="https://svn.haxx.se/users/";
                   >svn.haxx.se</a></li>
               <li><a 
href="nntps://news.gmane.org/gmane.comp.version-control.subversion.user"
-                  >news.gmane.org (NNTP/SSL)</a></li>
+                  >news.gmane.org</a> (NNTP/SSL)</li>
               </ul></td>
         </tr>
         <tr>
@@ -206,12 +207,13 @@ delay for your post to appear (see below
           <td><strong>Archives:</strong></td>
           <td><ul class="nobullet">
               <li><a 
href="https://mail-archives.apache.org/mod_mbox/subversion-dev/";
-                  >mail-archives.apache.org</a>
-                  (<a href="/mail/dev/">mbox files</a>)</li>
+                  >mail-archives.apache.org</a></li>
+              <li><a 
href="https://lists.apache.org/list.html?d...@subversion.apache.org";
+                  >lists.apache.org</a> (searchable)</li>
               <li><a href="https://svn.haxx.se/dev/";
                   >svn.haxx.se</a></li>
               <li><a 
href="nntps://news.gmane.org/gmane.comp.version-control.subversion.devel"
-                  >news.gmane.org (NNTP/SSL)</a></li>
+                  >news.gmane.org</a> (NNTP/SSL)</li>
               </ul></td>
         </tr>
         </tbody>
@@ -247,8 +249,9 @@ delay for your post to appear (see below
           <td><strong>Archives:</strong></td>
           <td><ul class="nobullet">
               <li><a 
href="https://mail-archives.apache.org/mod_mbox/subversion-commits/";
-                  >mail-archives.apache.org</a>
-                  (<a href="/mail/commits/">mbox files</a>)</li>
+                  >mail-archives.apache.org</a></li>
+              <li><a 
href="https://lists.apache.org/list.html?commits@subversion.apache.org";
+                  >lists.apache.org</a> (searchable)</li>
               </ul></td>
         </tr>
         </tbody>
@@ -286,8 +289,9 @@ delay for your post to appear (see below
           <td><strong>Archives:</strong></td>
           <td><ul class="nobullet">
               <li><a 
href="https://mail-archives.apache.org/mod_mbox/subversion-announce/";
-                  >mail-archives.apache.org</a>
-                  (<a href="/mail/announce/">mbox files</a>)</li>
+                  >mail-archives.apache.org</a></li>
+              <li><a 
href="https://lists.apache.org/list.html?annou...@subversion.apache.org";
+                  >lists.apache.org</a> (searchable)</li>
               </ul></td>
         </tr>
         </tbody>
@@ -334,8 +338,9 @@ delay for your post to appear (see below
           <td><strong>Archives:</strong></td>
           <td><ul class="nobullet">
               <li><a 
href="https://mail-archives.apache.org/mod_mbox/subversion-notifications/";
-                  >mail-archives.apache.org</a>
-                  (<a href="/mail/notifications/">mbox files</a>)</li>
+                  >mail-archives.apache.org</a></li>
+              <li><a 
href="https://lists.apache.org/list.html?notificati...@subversion.apache.org";
+                  >lists.apache.org</a> (searchable)</li>
               </ul></td>
         </tr>
         </tbody>

Modified: subversion/site/staging/news.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/news.html?rev=1829318&r1=1829317&r2=1829318&view=diff
==============================================================================
--- subversion/site/staging/news.html (original)
+++ subversion/site/staging/news.html Mon Apr 16 21:55:17 2018
@@ -21,6 +21,48 @@
 <!-- facilitate copying news items wholesale from index.html.  -->
 <!-- Maybe we could insert H2's to split up the news items by  -->
 <!-- calendar year if we felt the need to do so.               -->
+<div class="h3" id="news-20180413"> 
+<h3>2018-04-13 &mdash; Apache Subversion 1.10.0 Released
+ <a class="sectionlink" href="#news-20180413"
+ title="Link to this section">&para;</a> 
+</h3> 
+ 
+<p>We are pleased to announce the release of Apache Subversion 1.10.0.
+ This is the most complete Subversion release to date, and we encourage
+ users of Subversion to upgrade as soon as reasonable.
+ Please see the
+ <a 
href="https://lists.apache.org/thread.html/2f7a0e4a6294aaa5a4c800d20f0bfd183ee2b9657c88dfe92c119a66@%3Cannounce.subversion.apache.org%3E";
+ >release announcement</a> and the
+ <a href="/docs/release-notes/1.10"
+ >release notes</a> for more information about this release.</p> 
+ 
+<p>To get this release from the nearest mirror, please visit our
+ <a href="/download.cgi#recommended-release">download page</a>.</p> 
+ 
+</div> <!-- #news-20180413 --> 
+
+<div class="h3" id="news-20180406"> 
+<h3>2018-04-06 &mdash; Apache Subversion 1.10.0-rc2 Released
+ <a class="sectionlink" href="#news-20180406"
+ title="Link to this section">&para;</a> 
+</h3> 
+ 
+<p>We are pleased to announce the release of Apache Subversion 1.10.0-rc2. This
+ release is not intended for production use, but is provided as a milestone
+ to encourage wider testing and feedback from intrepid users and maintainers.
+ Please see the
+ <a 
href="https://lists.apache.org/thread.html/3be8f8da7e806db1e97491808dcbf8ab5bc5a4b108b201c1258f70e7@%3Cdev.subversion.apache.org%3E";>release
+ announcement</a> for more information about this release, and the
+ <a href="/docs/release-notes/1.10.html">release notes</a> and 
+ <a href="http://svn.apache.org/repos/asf/subversion/tags/1.10.0-rc2/CHANGES";> 
+ change log</a> for information about what will eventually be
+ in the 1.10.0 release.</p> 
+ 
+<p>To get this release from the nearest mirror, please visit our
+ <a href="/download.cgi#pre-releases">download page</a>.</p> 
+ 
+</div> <!-- #news-20180406 --> 
+
 <div class="h3" id="news-20180227"> 
 <h3>2018-02-28 &mdash; Apache Subversion 1.10.0-rc1 Released
  <a class="sectionlink" href="#news-20180227"

Propchange: subversion/site/staging/news.html
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Apr 16 21:55:17 2018
@@ -1,2 +1,2 @@
-/subversion/site/publish/news.html:1812681-1825861
+/subversion/site/publish/news.html:1812681-1829317
 /subversion/site/staging/news.html:1812681-1812682

Modified: subversion/site/staging/roadmap.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/roadmap.html?rev=1829318&r1=1829317&r2=1829318&view=diff
==============================================================================
--- subversion/site/staging/roadmap.html (original)
+++ subversion/site/staging/roadmap.html Mon Apr 16 21:55:17 2018
@@ -46,10 +46,14 @@
 </thead>
 <tbody>
   <tr>
-    <td>end of March 2018 <em>(tentative)</em></td>
+    <td>2018-04-13</td>
     <td>Release 1.10.0</td>
-    <td><a href="https://subversion.apache.org/docs/release-notes/1.10.html";
+    <td><a href="/docs/release-notes/1.10.html"
       >1.10 release notes</a>
+      <a href="https://issues.apache.org/jira/browse/SVN-4712";
+      >issue SVN-4712 "Release 1.10"</a>
+      <a href="/download.html"
+      >downloads</a>
     </td>
   </tr>
 </tbody>


Reply via email to