Author: julianfoad
Date: Mon Aug 13 15:42:36 2018
New Revision: 1837960

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

Added:
    subversion/site/staging/docs/release-notes/1.11.html
      - copied unchanged from r1837959, 
subversion/site/publish/docs/release-notes/1.11.html
Modified:
    subversion/site/staging/   (props changed)
    subversion/site/staging/docs/community-guide/releasing.part.html
    subversion/site/staging/docs/community-guide/web.html   (props changed)
    subversion/site/staging/docs/community-guide/web.part.html   (props changed)
    subversion/site/staging/docs/community-guide/web.toc.html   (props changed)
    subversion/site/staging/docs/release-notes/1.10.html   (contents, props 
changed)
    subversion/site/staging/docs/release-notes/1.6.zh.html   (props changed)
    subversion/site/staging/docs/release-notes/1.9.html   (props changed)
    subversion/site/staging/download.html   (contents, props changed)
    subversion/site/staging/faq.html
    subversion/site/staging/faq.zh.html   (props changed)
    subversion/site/staging/ideas.html   (props changed)
    subversion/site/staging/index.html   (contents, props changed)
    subversion/site/staging/news.html   (contents, props changed)
    subversion/site/staging/opw.html   (props changed)
    subversion/site/staging/pronunciation/index.html   (props changed)
    subversion/site/staging/quick-start.html   (props changed)
    subversion/site/staging/roadmap.html
    subversion/site/staging/site-banner.html   (props changed)

Propchange: subversion/site/staging/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Aug 13 15:42:36 2018
@@ -1 +1 @@
-/subversion/site/publish:1812681-1835497
+/subversion/site/publish:1812681-1837959

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=1837960&r1=1837959&r2=1837960&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/releasing.part.html (original)
+++ subversion/site/staging/docs/community-guide/releasing.part.html Mon Aug 13 
15:42:36 2018
@@ -770,6 +770,7 @@ mkdir -p /opt/svnrm && cd /opt/s
 <li>Make sure that the latest version of the <tt>CHANGES</tt> file from trunk 
is
 merged into the release branch, and that the date at the top of
 <tt>CHANGES</tt> matches the planned release date of the tarball.
+(See <a href="#the-changes-file">Managing the CHANGES file</a>.)
 
 <li>Make sure that get-deps.sh works on the release branch.
 </ol>
@@ -1034,7 +1035,7 @@ to download and test it separately.  The
 
 <p>The resulting file should be identical to the file generated by the
 release manager, and thus can be signed as described above.
-To verify that the files are identical, you may use either the SHA1 checksums
+To verify that the files are identical, you may use either the checksums
 or the release manager's signature, both of which should be provided with the
 tarballs.</p>
 
@@ -1132,7 +1133,7 @@ to give press@ too long an advance warni
 </h4>
 
 <p>Write a release announcement, referring to previous ones for
-guidance.  Remember to include the URL and SHA1 checksums in the
+guidance.  Remember to include the URL and checksums in the
 announcement!  The <tt>release.py write-announcement</tt> subcommand
 creates a template announcement which can be customized for specific
 circumstances.  If the release fixes security issues, pass

Propchange: subversion/site/staging/docs/community-guide/web.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: subversion/site/staging/docs/community-guide/web.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Propchange: subversion/site/staging/docs/community-guide/web.part.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: subversion/site/staging/docs/community-guide/web.part.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Propchange: subversion/site/staging/docs/community-guide/web.toc.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: subversion/site/staging/docs/community-guide/web.toc.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

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=1837960&r1=1837959&r2=1837960&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.10.html (original)
+++ subversion/site/staging/docs/release-notes/1.10.html Mon Aug 13 15:42:36 
2018
@@ -42,8 +42,10 @@
       >Many enhancements and bug fixes</a></li>
   <li><a href="#issues"
       >Known issues in the release</a></li>
+  <!--
   <li><a href="#troubleshooting"
       >Troubleshooting issues specific to this release</a></li>
+  -->
 </ul>
 
 <p>Apache Subversion 1.10 is a superset of all previous Subversion
@@ -112,7 +114,7 @@ and what impact these changes may have.<
     <td>any</td>
     <td>1.10</td>
     <td>any</td>
-    <td>Existing authz configurations may need to be adjusted.</td></tr>
+    <td><a href="#authz-compatibility">Existing authz configurations</a> may 
need to be adjusted.</td></tr>
   <tr>
     <td>
       <a href="#conflict-resolver">New interactive conflict resolver</a>
@@ -224,6 +226,66 @@ should refer to the
 
 </div>  <!-- this-release-is-1.10 -->
 
+<div class="h4" id="authz-compatibility">
+<h4>New path-based authorization compatibility
+  <a class="sectionlink" href="#authz-compatibility"
+    title="Link to this section">&para;</a>
+</h4>
+
+<p>The <a href="#authzperf">improved path-based authorization</a>
+  changes the behaviour of some existing authz files.</p>
+
+<p>The 1.9 and earlier implementations allowed multiple rules for the
+same path:</p>
+
+<pre>
+  [/some/path]
+  userA = r
+  [/some/path]
+  userB = rw
+</pre>
+
+<p>In 1.9 this would define access for both <tt>userA</tt>
+and <tt>userB</tt>, in 1.10 this raises an error and no access is
+possible.</p>
+
+<p>The 1.9 and earlier implementations allowed multiple entries
+matching the same name, alias or group and the last match applied:</p>
+
+<pre>
+  [/some/path]
+  user = rw
+  user = r
+  &alias = rw
+  &alias = r
+  @group = rw
+  @group = r
+</pre>
+
+<p>In 1.9 the final, read-only, match
+for <tt>user</tt>, <tt>&alias</tt> and <tt>@group</tt> would be
+selected while 1.10 combines all the lines to give read-write access.
+The 1.10 implementation may change in future 1.10.x releases, perhaps
+to make this case an error.</p>
+
+<p>The 1.9 implementation combined the global and per-repository rules
+for the same path:</p>
+
+<pre>
+  [/some/path]
+  userA = rw
+  [repository:/some/path]
+  userB = r
+</pre>
+
+<p>In 1.9 this would define access for both <tt>userA</tt>
+and <tt>userB</tt>, in 1.10 the per-repository rule overrides the
+global rule and this only defines access for <tt>userB</tt>.  The 1.10
+implementation may change in future 1.10.x releases, but the exact
+change is still being discussed on the dev mailing list.</p>
+  
+</div>  <!-- authz-compatibility -->
+
 <div class="h4" id="svnadmin-LOCK_PATH-canonical">
 <h4><tt>svnadmin</tt> subcommands print locked paths differently
   <a class="sectionlink" href="#svnadmin-LOCK_PATH-canonical"
@@ -291,6 +353,43 @@ In particular, the behaviour of builds <
 
 </div>  <!-- svnserve-use-sasl -->
 
+<div class="h4" id="new-ca-keys">
+<h4>New CA keys may be required
+  <a class="sectionlink" href="#new-ca-keys"
+    title="Link to this section">&para;</a>
+</h4>
+
+<p>
+Some binary distributions of this new Subversion version
+may link to a newer OpenSSL version than previous distributions.
+This may lead to different behavior.
+</p>
+
+<p>
+Especially, some distributions may link this Subversion release to OpenSSL 1.1 
instead of OpenSSL 1.0.
+OpenSSL 1.1 does not allow md5 hashes for CA keys anymore.
+When using client certificates signed by such a CA,
+the new Subversion client may fail with <tt>An error occurred during SSL 
communication</tt>.
+You can analyze the underlying cause by first converting the client 
certificate from p12 to pem by
+<pre>
+openssl pkcs12 -in path/to/svn/cert.p12 -out cert.pem
+</pre>
+and then testing the SSL connection by
+<pre>
+openssl s_client -connect example.com:443 -servername example.com -cert 
cert.pem
+</pre>
+If this test connection fails with <tt>ca md too weak</tt>
+then creating new CA keys using sha256 instead of md5
+and corresponding new client certificates should solve the problem.
+</p>
+
+<p>
+See also <a href="/faq.html#ssl-communication-error">When performing 
Subversion operations
+over SSL, I get the error <tt>An error occurred during SSL 
communication</tt></a>
+</p>
+
+</div>  <!-- new-ca-keys -->
+
 </div>  <!-- compat-misc -->
 
 </div>  <!-- compatibility -->
@@ -307,7 +406,8 @@ In particular, the behaviour of builds <
      title="Link to this section">&para;</a>
 </h3>
 <p> Subversion 1.10 provides a new implementation of path-based authorization
-    with improved performance and wildcard support.</p>
+    with improved performance and wildcard support. There are some
+    <a href="#authz-compatibility">compatibility</a> issues.</p>
 
 <p>Existing authz rules come in two flavours, repository-specific and global:
    <pre>
@@ -936,10 +1036,34 @@ capability.</p>
 </h2>
 
 <p>There are some known issues in the Subversion 1.10 releases.  These
-may be fixed in later 1.10.x releases.</p>
+may be fixed in later 1.10.x releases.  Selected issues are listed here;
+see the <a href="https://issues.apache.org/jira/projects/SVN";>issue
+tracker</a> for details and for other issues.</p>
+
+<div class="h3" id="issue-svn-4741">
+<h3>
+  <a href="https://issues.apache.org/jira/browse/SVN-4741";>SVN-4741</a>:
+  authz group cannot refer to multiple groups
+  <a class="sectionlink" href="#issue-svn-4741"
+    title="Link to this section">&para;</a>
+</h3>
+<p>Broken in 1.10.0. Fixed in 1.10.1.</p>
+</div>
+
+<div class="h3" id="issue-svn-4762">
+<h3>
+  <a href="https://issues.apache.org/jira/browse/SVN-4762";>SVN-4762</a>:
+  authz doesn't combine global and repository rules
+  <a class="sectionlink" href="#issue-svn-4762"
+    title="Link to this section">&para;</a>
+</h3>
+<p>Broken in 1.10.0 and 1.10.1.  See also
+  <a href="#authz-compatibility">path-based authorization 
compatibility</a>.</p>
+</div>
 
 </div>  <!-- issues -->
 
+<!-- (This section only makes sense when there are some issues listed in it.)
 <div class="h2" id="troubleshooting">
 <h2>Troubleshooting issues specific to this release
   <a class="sectionlink" href="#troubleshooting"
@@ -955,7 +1079,8 @@ if they occur.</p>
 
 <p>There are no known issues specific to this release at the moment.</p>
 
-</div>  <!-- troubleshooting -->
+</div>  < !-- troubleshooting -- >
+-->
 
 <div class="h2" id="svn-1.9-old-stable">
 <h2>Subversion 1.9.x is now the old stable version

Propchange: subversion/site/staging/docs/release-notes/1.10.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: subversion/site/staging/docs/release-notes/1.10.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Propchange: subversion/site/staging/docs/release-notes/1.6.zh.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Propchange: subversion/site/staging/docs/release-notes/1.9.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: subversion/site/staging/docs/release-notes/1.9.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Modified: subversion/site/staging/download.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/download.html?rev=1837960&r1=1837959&r2=1837960&view=diff
==============================================================================
--- subversion/site/staging/download.html (original)
+++ subversion/site/staging/download.html Mon Aug 13 15:42:36 2018
@@ -17,8 +17,8 @@
 
 <h1>Download Source Code</h1>
 
-[define version]1.10.0[end]
-[define supported]1.9.7[end]
+[define version]1.10.2[end]
+[define supported]1.9.9[end]
 
 <div class="bigpoint">
 <p>The best available version of Apache Subversion
@@ -98,35 +98,31 @@ Other mirrors:
     title="Link to this section">&para;</a>
 </h3>
 
-<p style="font-size: 150%; text-align: center;">Apache Subversion 1.10.0</p>
+<p style="font-size: 150%; text-align: center;">Apache Subversion 1.10.2</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.tar.bz2">subversion-1.10.0.tar.bz2</a></td>
-  <td class="checksum">345bc84edc5fe72f70997d247230fd8d3a18d83b</td>
+  <td><a 
href="[preferred]subversion/subversion-1.10.2.tar.bz2">subversion-1.10.2.tar.bz2</a></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>
+  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.10.2.tar.bz2.sha512";>SHA-512</a>]</td>
+  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.10.2.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>
+  <td><a 
href="[preferred]subversion/subversion-1.10.2.tar.gz">subversion-1.10.2.tar.gz</a></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>
+  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.10.2.tar.gz.sha512";>SHA-512</a>]</td>
+  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.10.2.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>
+  <td><a 
href="[preferred]subversion/subversion-1.10.2.zip">subversion-1.10.2.zip</a></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>
+  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.10.2.zip.sha512";>SHA-512</a>]</td>
+  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.10.2.zip.asc";>PGP</a>]</td>
 </tr>
 </table>
 
@@ -144,31 +140,31 @@ Other mirrors:
    The currently supported older releases
    are as follows:</p>
 
-<p style="font-size: 150%; text-align: center;">Apache Subversion 
[supported]</p>
+<p style="font-size: 150%; text-align: center;">Apache Subversion 1.9.9</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-[supported].tar.bz2">subversion-[supported].tar.bz2</a></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">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">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>
+  <td><a 
href="[preferred]subversion/subversion-1.9.9.tar.bz2">subversion-1.9.9.tar.bz2</a></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.9.9.tar.bz2.sha512";>SHA-512</a>]</td>
+  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.9.9.tar.bz2.asc";>PGP</a>]</td>
+</tr><tr>
+  <td><a 
href="[preferred]subversion/subversion-1.9.9.tar.gz">subversion-1.9.9.tar.gz</a></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.9.9.tar.gz.sha512";>SHA-512</a>]</td>
+  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.9.9.tar.gz.asc";>PGP</a>]</td>
+</tr><tr>
+  <td><a 
href="[preferred]subversion/subversion-1.9.9.zip">subversion-1.9.9.zip</a></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.9.9.zip.sha512";>SHA-512</a>]</td>
+  <td>[<a 
href="https://www.apache.org/dist/subversion/subversion-1.9.9.zip.asc";>PGP</a>]</td>
 </tr>
 </table>
 
@@ -260,11 +256,9 @@ Other mirrors:
 % gpg --verify subversion-[version].tar.gz.asc
 </code></p>
 
-<p>Alternatively, you can verify at least the SHA1 checksum on the
-   files.  A unix program called <code>sha1</code> or <code>sha1sum</code>
-   is included in many unix distributions.  It is also available as
-   part of <a href="https://www.gnu.org/software/textutils/textutils.html";
-   >GNU Textutils</a>.</p>
+<p>Alternatively, you can verify the checksums on the
+   files.  A unix program called <code>sha512sum</code>
+   is included in many unix distributions.</p>
 
 </div>  <!-- #verifying -->
 

Propchange: subversion/site/staging/download.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Modified: subversion/site/staging/faq.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/faq.html?rev=1837960&r1=1837959&r2=1837960&view=diff
==============================================================================
--- subversion/site/staging/faq.html (original)
+++ subversion/site/staging/faq.html Mon Aug 13 15:42:36 2018
@@ -256,6 +256,8 @@ validating server certificate</tt> error
     characters do not seem to be working?</a></li>
 <li><a href="#dav-slow-copy">Why does an HTTP(S) URL-to-URL copy or
     branch/tag operation take a long time?</a></li>
+<li><a href="#ssl-communication-error">When performing Subversion operations
+    over SSL, I get the error <tt>An error occurred during SSL 
communication</tt></a></li>
 </ul>
 
 <h4>Developer questions:</h4>
@@ -4158,6 +4160,48 @@ Subversion perform a normal recursive co
 
 </div>
 
+<div class="h3" id="ssl-communication-error">
+
+<h3>When performing Subversion operations
+    over SSL, I get the error <tt>An error occurred during SSL 
communication</tt>
+  <a class="sectionlink" href="#ssl-communication-error"
+    title="Link to this section">&para;</a>
+</h3>
+<p>
+SSL communication errors can have various reasons.
+You can use the openssl binary to debug the ssl connection.
+<pre>
+openssl s_client -connect example.com:443 -servername example.com
+</pre>
+If you use a client certificate,
+then you need to convert Subversion's client certificate from pkcs12 to pem 
first:
+<pre>
+openssl pkcs12 -in path/to/svn/cert.p12 -out cert.pem
+</pre>
+Then you can use:
+<pre>
+openssl s_client -connect example.com:443 -servername example.com -cert 
cert.pem
+</pre>
+If you are using ssl-authority-files in <tt>.subversion/servers</tt> to verify
+the server cert you can get <tt>s_client</tt> to do the same with the 
additional
+parameter:
+<pre>
+openssl s_client ... -CAfile path/to/authority.pem
+</pre>
+The <tt>s_client</tt> output may indicate what problem is occurring.
+</p>
+
+<p>
+For example, if <tt>s_client</tt> reports
+<pre>
+error setting certificate
+140258270184704:error:140AB18E:SSL routines:SSL_CTX_use_certificate:ca md too 
weak:../ssl/ssl_rsa.c:303:
+</pre>
+then creating new CA keys with sha256 instead of md5 should solve the problem.
+</p>
+
+</div>
+
 </div>
 
 <div class="h2" id="developer-questions">

Propchange: subversion/site/staging/faq.zh.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Propchange: subversion/site/staging/ideas.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Modified: subversion/site/staging/index.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/index.html?rev=1837960&r1=1837959&r2=1837960&view=diff
==============================================================================
--- subversion/site/staging/index.html (original)
+++ subversion/site/staging/index.html Mon Aug 13 15:42:36 2018
@@ -64,31 +64,17 @@
 
 <!-- In general, we'll keep only the most recent 3 or 4 news items here. -->
 
-<div class="h3" id="news-20180622"> 
-<h3>2018-06-22 &mdash; Apache Subversion transitions to LTS and Standard 
Releases
- <a class="sectionlink" href="#news-20180622"
- title="Link to this section">&para;</a> 
-</h3>
-
-<p>The Subversion community has decided to make a standard release every 6 
months, with a Long-Term Support (LTS) release every 2 years, from now on. The 
recent 1.10 release shall be considered to be an LTS release.</p>
-
-<p>Please see
- <a href="http://subversion.apache.org/roadmap.html#release-planning";
- >How We Plan Releases</a> for more details.</p> 
-
-</div> <!-- #news-20180622 --> 
-
-<div class="h3" id="news-20180413"> 
-<h3>2018-04-13 &mdash; Apache Subversion 1.10.0 Released
- <a class="sectionlink" href="#news-20180413"
+<div class="h3" id="news-20180719"> 
+<h3>2018-07-20 &mdash; Apache Subversion 1.10.2 Released
+ <a class="sectionlink" href="#news-20180719"
  title="Link to this section">&para;</a> 
 </h3> 
  
-<p>We are pleased to announce the release of Apache Subversion 1.10.0.
+<p>We are pleased to announce the release of Apache Subversion 1.10.2.
  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";
+ <a 
href="https://lists.apache.org/thread.html/b02eb53f9ba3db5204bd06c68fff24f19c61f93cd5fe983645a4bfe5@%3Cusers.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> 
@@ -96,7 +82,27 @@
 <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> <!-- #news-20180719 --> 
+
+<div class="h3" id="news-20180719-1"> 
+<h3>2018-07-20 &mdash; Apache Subversion 1.9.9 Released
+ <a class="sectionlink" href="#news-20180719"
+ title="Link to this section">&para;</a> 
+</h3> 
+ 
+<p>We are pleased to announce the release of Apache Subversion 1.9.9.
+ This is the most complete release of the 1.9.x line to date,
+ and we encourage all users to upgrade as soon as reasonable.
+ Please see the
+ <a 
href="https://lists.apache.org/thread.html/18744542f43d5653c8854ba9d2ecea085937b42d4a71d00bb8327ba6@%3Cusers.subversion.apache.org%3E";
+ >release announcement</a> and the
+ <a href="/docs/release-notes/1.9"
+ >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#supported-releases">download page</a>.</p> 
+ 
+</div> <!-- #news-20180719-1 --> 
 
 <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 Aug 13 15:42:36 2018
@@ -1,2 +1,2 @@
-/subversion/site/publish/index.html:1812681-1835191
+/subversion/site/publish/index.html:1812681-1837959
 /subversion/site/staging/index.html:1812681-1812682

Modified: subversion/site/staging/news.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/news.html?rev=1837960&r1=1837959&r2=1837960&view=diff
==============================================================================
--- subversion/site/staging/news.html (original)
+++ subversion/site/staging/news.html Mon Aug 13 15:42:36 2018
@@ -21,6 +21,46 @@
 <!-- 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-20180719"> 
+<h3>2018-07-20 &mdash; Apache Subversion 1.10.2 Released
+ <a class="sectionlink" href="#news-20180719"
+ title="Link to this section">&para;</a> 
+</h3> 
+ 
+<p>We are pleased to announce the release of Apache Subversion 1.10.2.
+ 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/b02eb53f9ba3db5204bd06c68fff24f19c61f93cd5fe983645a4bfe5@%3Cusers.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-20180719 --> 
+
+<div class="h3" id="news-20180719-1"> 
+<h3>2018-07-20 &mdash; Apache Subversion 1.9.9 Released
+ <a class="sectionlink" href="#news-20180719"
+ title="Link to this section">&para;</a> 
+</h3> 
+ 
+<p>We are pleased to announce the release of Apache Subversion 1.9.9.
+ This is the most complete release of the 1.9.x line to date,
+ and we encourage all users to upgrade as soon as reasonable.
+ Please see the
+ <a 
href="https://lists.apache.org/thread.html/18744542f43d5653c8854ba9d2ecea085937b42d4a71d00bb8327ba6@%3Cusers.subversion.apache.org%3E";
+ >release announcement</a> and the
+ <a href="/docs/release-notes/1.9"
+ >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#supported-releases">download page</a>.</p> 
+ 
+</div> <!-- #news-20180719-1 --> 
+
 <div class="h3" id="news-20180622"> 
 <h3>2018-06-22 &mdash; Apache Subversion transitions to LTS and Standard 
Releases
  <a class="sectionlink" href="#news-20180622"

Propchange: subversion/site/staging/news.html
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Aug 13 15:42:36 2018
@@ -1,2 +1,2 @@
-/subversion/site/publish/news.html:1812681-1835191
+/subversion/site/publish/news.html:1812681-1837959
 /subversion/site/staging/news.html:1812681-1812682

Propchange: subversion/site/staging/opw.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Propchange: subversion/site/staging/pronunciation/index.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: subversion/site/staging/quick-start.html
------------------------------------------------------------------------------
    svn:mime-type = text/html

Modified: subversion/site/staging/roadmap.html
URL: 
http://svn.apache.org/viewvc/subversion/site/staging/roadmap.html?rev=1837960&r1=1837959&r2=1837960&view=diff
==============================================================================
--- subversion/site/staging/roadmap.html (original)
+++ subversion/site/staging/roadmap.html Mon Aug 13 15:42:36 2018
@@ -61,14 +61,14 @@
     </td>
   </tr>
   <tr>
-    <td>2018-??</td>
-    <td>Release 1.10.1</td>
-    <td>maintenance...</td>
+    <td>2018-07-20</td>
+    <td>Release 1.10.2</td>
+    <td>maintenance release. (1.10.1 was not released.)</td>
   </tr>
   <tr>
-    <td>2018-??</td>
-    <td>Release 1.9.8</td>
-    <td>security/corruption fixes...</td>
+    <td>2018-07-20</td>
+    <td>Release 1.9.9</td>
+    <td>maintenance release. (1.9.8 was not released.)</td>
   </tr>
   <tr>
     <td>2018-10</td>

Propchange: subversion/site/staging/site-banner.html
------------------------------------------------------------------------------
    svn:mime-type = text/html


Reply via email to