You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2019/07/19 11:50:19 UTC

svn commit: r1863378 - in /subversion/site/staging: ./ docs/ docs/api/ docs/api/1.12/ docs/community-guide/ docs/javahl/ docs/javahl/1.12/ docs/release-notes/ security/

Author: julianfoad
Date: Fri Jul 19 11:50:19 2019
New Revision: 1863378

URL: http://svn.apache.org/viewvc?rev=1863378&view=rev
Log:
Catch-up merge from publish/ to staging/.

Added:
    subversion/site/staging/docs/api/1.12/
      - copied from r1863377, subversion/site/publish/docs/api/1.12/
    subversion/site/staging/docs/javahl/1.12/
      - copied from r1863377, subversion/site/publish/docs/javahl/1.12/
    subversion/site/staging/security/CVE-2018-11803-advisory.txt
      - copied unchanged from r1863377, subversion/site/publish/security/CVE-2018-11803-advisory.txt
    subversion/site/staging/security/CVE-2018-11803-advisory.txt.asc
      - copied unchanged from r1863377, subversion/site/publish/security/CVE-2018-11803-advisory.txt.asc
Modified:
    subversion/site/staging/   (props changed)
    subversion/site/staging/contributing.html
    subversion/site/staging/doap.rdf
    subversion/site/staging/docs/api/latest
    subversion/site/staging/docs/community-guide/releasing.part.html
    subversion/site/staging/docs/index.html
    subversion/site/staging/docs/javahl/latest
    subversion/site/staging/docs/release-notes/1.12.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/faq.html
    subversion/site/staging/index.html   (contents, props changed)
    subversion/site/staging/news.html   (contents, props changed)
    subversion/site/staging/roadmap.html   (props changed)
    subversion/site/staging/security/index.html
    subversion/site/staging/upcoming.part.html

Propchange: subversion/site/staging/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Jul 19 11:50:19 2019
@@ -1 +1 @@
-/subversion/site/publish:1812681-1850259
+/subversion/site/publish:1812681-1863377

Modified: subversion/site/staging/contributing.html
URL: http://svn.apache.org/viewvc/subversion/site/staging/contributing.html?rev=1863378&r1=1863377&r2=1863378&view=diff
==============================================================================
--- subversion/site/staging/contributing.html (original)
+++ subversion/site/staging/contributing.html Fri Jul 19 11:50:19 2019
@@ -38,8 +38,9 @@
 
 <ul>
 <li><p style="font-weight: bold;">Participate in the mailing lists</p>
-    <p>There are community <a href="mailing-lists.html">mailing
-       lists</a> you can join to discuss Subversion. The lists are an
+    <p>There are <a href="http://subversion.apache.org/faq#more-information">
+       mailing lists, IRC channels and forums</a>
+       you can join to discuss Subversion. These are an
        excellent source for users and contributors interested in
        having technical discussions, answering questions, or resolving
        potential issues for newcomers.</p>

Modified: subversion/site/staging/doap.rdf
URL: http://svn.apache.org/viewvc/subversion/site/staging/doap.rdf?rev=1863378&r1=1863377&r2=1863378&view=diff
==============================================================================
--- subversion/site/staging/doap.rdf (original)
+++ subversion/site/staging/doap.rdf Fri Jul 19 11:50:19 2019
@@ -36,23 +36,23 @@
     <category rdf:resource="http://projects.apache.org/category/build-management" />
     <release>
       <Version>
-        <name>Current 1.11 regular release</name>
-        <created>2018-10-30</created>
-        <revision>1.11.0</revision>
+        <name>Current 1.12 regular release</name>
+        <created>2019-04-24</created>
+        <revision>1.12.0</revision>
       </Version>
     </release>
     <release>
       <Version>
         <name>Current 1.10 LTS release</name>
-        <created>2018-10-10</created>
-        <revision>1.10.3</revision>
+        <created>2019-01-11</created>
+        <revision>1.10.4</revision>
       </Version>
     </release>
     <release>
       <Version>
         <name>Current 1.9 release</name>
-        <created>2018-07-20</created>
-        <revision>1.9.9</revision>
+        <created>2019-01-11</created>
+        <revision>1.9.10</revision>
       </Version>
     </release>
     <repository>

Modified: subversion/site/staging/docs/api/latest
URL: http://svn.apache.org/viewvc/subversion/site/staging/docs/api/latest?rev=1863378&r1=1863377&r2=1863378&view=diff
==============================================================================
--- subversion/site/staging/docs/api/latest (original)
+++ subversion/site/staging/docs/api/latest Fri Jul 19 11:50:19 2019
@@ -1 +1 @@
-link 1.11
\ No newline at end of file
+link 1.12
\ No newline at end of file

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=1863378&r1=1863377&r2=1863378&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/releasing.part.html (original)
+++ subversion/site/staging/docs/community-guide/releasing.part.html Fri Jul 19 11:50:19 2019
@@ -1321,8 +1321,12 @@ developed.</p>
 Release Manager creates it with the following procedure (substitute
 A.B with the version you're preparing, eg. 1.3, or 2.0).</p>
 
-<p>This can be mostly automated using
-   <tt>tools/dist/create-minor-release-branch.py</tt>.</p>
+<h4>Automated</h4>
+<p>Run this in an empty-ish directory where it will make some temporary checkouts:</p>
+<pre>$SVN_SRC_DIR/tools/dist/create-minor-release-branch.py create-release-branch --verbose A.B.0</pre>
+<div class="notice">Some steps are not automated&mdash;highlighted below.</div>
+
+<h4>Manual Steps</h4>
 <ul>
 <li><p>Create the new release branch with a server-side copy:</p>
     <pre>
@@ -1376,7 +1380,8 @@ A.B with the version you're preparing, e
 
 <li><p>Create a new <tt>STATUS</tt> file on the release branch.</p></li>
 
-<li><p>Ask someone with appropriate access to add the A.B.x branch to the
+<li><div class="notice">This step is not automated.</div>
+    <p>Ask someone with appropriate access to add the A.B.x branch to the
        <tt>svn-role</tt> backport mergebot:</p>
     <p>Submit a pull-request on GitHub to add 'A.B.x' to the list in <a
        href="https://github.com/apache/infrastructure-puppet/edit/deployment/modules/svnqavm_pvm_asf/manifests/init.pp">https://github.com/apache/infrastructure-puppet/edit/deployment/modules/svnqavm_pvm_asf/manifests/init.pp</a></p>

Modified: subversion/site/staging/docs/index.html
URL: http://svn.apache.org/viewvc/subversion/site/staging/docs/index.html?rev=1863378&r1=1863377&r2=1863378&view=diff
==============================================================================
--- subversion/site/staging/docs/index.html (original)
+++ subversion/site/staging/docs/index.html Fri Jul 19 11:50:19 2019
@@ -109,6 +109,12 @@
   <td><a href="javahl/latest/">JavaHL</a></td>
 </tr>
 
+<tr id="release-1.12">
+  <td>Subversion 1.12</td>
+  <td><a href="api/1.12/">C API</a></td>
+  <td><a href="javahl/1.12/">JavaHL</a></td>
+</tr>
+
 <tr id="release-1.11">
   <td>Subversion 1.11</td>
   <td><a href="api/1.11/">C API</a></td>

Modified: subversion/site/staging/docs/javahl/latest
URL: http://svn.apache.org/viewvc/subversion/site/staging/docs/javahl/latest?rev=1863378&r1=1863377&r2=1863378&view=diff
==============================================================================
--- subversion/site/staging/docs/javahl/latest (original)
+++ subversion/site/staging/docs/javahl/latest Fri Jul 19 11:50:19 2019
@@ -1 +1 @@
-link 1.11
\ No newline at end of file
+link 1.12
\ No newline at end of file

Modified: subversion/site/staging/docs/release-notes/1.12.html
URL: http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.12.html?rev=1863378&r1=1863377&r2=1863378&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.12.html (original)
+++ subversion/site/staging/docs/release-notes/1.12.html Fri Jul 19 11:50:19 2019
@@ -24,11 +24,6 @@
 <h1 style="text-align: center">Apache Subversion 1.12 Release Notes</h1>
 
 <div class="notice">
-<p><span style="color: red"><b>This is work in progress.
-  Subversion 1.12 has not been released yet.</b></span></p>
-</div>
-
-<div class="notice">
 <p>Subversion 1.12 is a 6-month regular release. See
 <a href="#non-lts-release">Subversion 1.12 is a Regular Release</a>
 below.</p>

Modified: subversion/site/staging/docs/release-notes/index.html
URL: http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/index.html?rev=1863378&r1=1863377&r2=1863378&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/index.html (original)
+++ subversion/site/staging/docs/release-notes/index.html Fri Jul 19 11:50:19 2019
@@ -47,7 +47,8 @@ official support status for the various
 <p>Here are the release notes for the major Subversion releases:</p> 
 
 <ul>
-<li><a href="1.12.html">Subversion 1.12</a> – <i>in progress</i></li>
+<li><a href="1.13.html">Subversion 1.13</a> – <i>in progress</i></li>
+<li><a href="1.12.html">Subversion 1.12</a> – (<i>first released – April 24, 2019</i>)</li>
 <li><a href="1.11.html">Subversion 1.11</a> – Improved shelving, checkpointing, improved tree conflict resolution (<i>first released – October 30, 2018</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>
@@ -77,17 +78,15 @@ official support status for the various
     title="Link to this section">&para;</a>
 </h3>
 
-<p>These are the changes that have been merged to the 1.11.x branch since the last 1.11.x patch release.</p>
+<p>The following changes have been merged to the 1.11.x branch since the last 1.11.x patch release and will almost certainly be included in the next 1.11.x patch release:</p>
 
-<p>These changes are almost certainly going to be in the next 1.11.x patch release; any of them <i>may</i> be reverted before the release is made, but they probably won't be. More changes besides these may be added.</p>
+<!--#include virtual="/upcoming.part.html" -->
 
-<p>Further changes currently nominated for backport are listed in <a href="http://svn.apache.org/repos/asf/subversion/branches/1.11.x/STATUS">1.11.x/STATUS</a> along with their current voting status. These may get in to the next release if they reach the 'Approved' category in time.</p>
+<p>Further changes currently under consideration are listed in <a href="http://svn.apache.org/repos/asf/subversion/branches/1.11.x/STATUS">1.11.x/STATUS</a>.</p>
 
 <p>See also <a href="http://svn.apache.org/repos/asf/subversion/trunk/CHANGES">trunk/CHANGES</a>, where all significant-enough changes will summarized for each version by the time it is released.</p>
 
-<p>Different lists of changes are queued for older supported release lines (1.10.x, 1.9.x), not shown here.</p>
-
-<!--#include virtual="/upcoming.part.html" -->
+<p>The list above is generated daily by <a href="http://svn.apache.org/repos/asf/subversion/site/tools/upcoming.py">^/subversion/site/tools/upcoming.py</a>. You could find the changes queued for another release line by running that script in a working copy of, for example, the 1.10.x branch.</p>
 
 </div> <!-- #upcoming-patch-release -->
 
@@ -112,7 +111,7 @@ official support status for the various
 </thead>
 <tbody>
 <tr>
-<td>1.11.x</td>
+<td>1.12.x</td>
 <td>Regular Release</td>
 <td>6 months</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=1863378&r1=1863377&r2=1863378&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/release-history.html (original)
+++ subversion/site/staging/docs/release-notes/release-history.html Fri Jul 19 11:50:19 2019
@@ -31,6 +31,18 @@ Subversion 2.0.</p>
 
 <ul>
   <li>
+    <b>Subversion 1.12.0</b> (Wednesday, 24 April 2019): Feature and bugfix release, see the <a href="/docs/release-notes/1.12.html">release notes</a>.
+  </li>
+  <li>
+    <b>Subversion 1.11.1</b> (Friday, 11 January 2019): Bugfix release.
+  </li>
+  <li>
+    <b>Subversion 1.10.4</b> (Friday, 11 January 2019): Bugfix release.
+  </li>
+  <li>
+    <b>Subversion 1.9.10</b> (Friday, 11 January 2019): Bugfix release.
+  </li>
+  <li>
     <b>Subversion 1.11.0</b> (Tuesday, 30 October 2018): Feature and bugfix release, see the <a href="/docs/release-notes/1.11.html">release notes</a>.
   </li>
   <li>

Modified: subversion/site/staging/download.html
URL: http://svn.apache.org/viewvc/subversion/site/staging/download.html?rev=1863378&r1=1863377&r2=1863378&view=diff
==============================================================================
--- subversion/site/staging/download.html (original)
+++ subversion/site/staging/download.html Fri Jul 19 11:50:19 2019
@@ -17,7 +17,7 @@
 
 <h1>Download Source Code</h1>
 
-[define version]1.11.0[end]
+[define version]1.12.0[end]
 
 <div class="notice">
 <p>New 6-month regular and 2-year LTS release schedule: see
@@ -102,7 +102,7 @@ Other mirrors:
     title="Link to this section">&para;</a>
 </h3>
 
-<p style="font-size: 150%; text-align: center;">Apache Subversion 1.11.0</p>
+<p style="font-size: 150%; text-align: center;">Apache Subversion 1.12.0</p>
 <table class="centered">
 <tr>
   <th>File</th>
@@ -110,40 +110,40 @@ Other mirrors:
   <th>Signatures</th>
 </tr>
 <tr>
-  <td><a href="[preferred]subversion/subversion-1.11.0.tar.bz2">subversion-1.11.0.tar.bz2</a></td>
+  <td><a href="[preferred]subversion/subversion-1.12.0.tar.bz2">subversion-1.12.0.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.11.0.tar.bz2.sha512">SHA-512</a>]</td>
-  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.11.0.tar.bz2.asc">PGP</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.12.0.tar.bz2.sha512">SHA-512</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.12.0.tar.bz2.asc">PGP</a>]</td>
 </tr><tr>
-  <td><a href="[preferred]subversion/subversion-1.11.0.tar.gz">subversion-1.11.0.tar.gz</a></td>
+  <td><a href="[preferred]subversion/subversion-1.12.0.tar.gz">subversion-1.12.0.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.11.0.tar.gz.sha512">SHA-512</a>]</td>
-  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.11.0.tar.gz.asc">PGP</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.12.0.tar.gz.sha512">SHA-512</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.12.0.tar.gz.asc">PGP</a>]</td>
 </tr><tr>
-  <td><a href="[preferred]subversion/subversion-1.11.0.zip">subversion-1.11.0.zip</a></td>
+  <td><a href="[preferred]subversion/subversion-1.12.0.zip">subversion-1.12.0.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.11.0.zip.sha512">SHA-512</a>]</td>
-  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.11.0.zip.asc">PGP</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.12.0.zip.sha512">SHA-512</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.12.0.zip.asc">PGP</a>]</td>
 </tr>
 </table>
 
 </div>  <!-- #recommended-release -->
 
 <div class="h3" id="supported-releases">
-<h3>Supported Release(s)
+<h3>Other Supported Release(s)
   <a class="sectionlink" href="#supported-releases"
     title="Link to this section">&para;</a>
 </h3>
 
 <p>In addition to the <a href="#recommended-release">latest stable
-   release</a>, the following releases currently receive
+   release [version]</a>, the following releases currently receive
    <a href="/roadmap.html#release-planning">Long-Term Support</a> for high
    priority issues such as security and data loss or corruption only:</p>
 
-<p style="font-size: 150%; text-align: center;">Apache Subversion 1.10.3</p>
+<p style="font-size: 150%; text-align: center;">Apache Subversion 1.10.4</p>
 <table class="centered">
 <tr>
   <th>File</th>
@@ -151,27 +151,27 @@ Other mirrors:
   <th>Signatures</th>
 </tr>
 <tr>
-  <td><a href="[preferred]subversion/subversion-1.10.3.tar.bz2">subversion-1.10.3.tar.bz2</a></td>
+  <td><a href="[preferred]subversion/subversion-1.10.4.tar.bz2">subversion-1.10.4.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.3.tar.bz2.sha512">SHA-512</a>]</td>
-  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.10.3.tar.bz2.asc">PGP</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.10.4.tar.bz2.sha512">SHA-512</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.10.4.tar.bz2.asc">PGP</a>]</td>
 </tr><tr>
-  <td><a href="[preferred]subversion/subversion-1.10.3.tar.gz">subversion-1.10.3.tar.gz</a></td>
+  <td><a href="[preferred]subversion/subversion-1.10.4.tar.gz">subversion-1.10.4.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.3.tar.gz.sha512">SHA-512</a>]</td>
-  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.10.3.tar.gz.asc">PGP</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.10.4.tar.gz.sha512">SHA-512</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.10.4.tar.gz.asc">PGP</a>]</td>
 </tr><tr>
-  <td><a href="[preferred]subversion/subversion-1.10.3.zip">subversion-1.10.3.zip</a></td>
+  <td><a href="[preferred]subversion/subversion-1.10.4.zip">subversion-1.10.4.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.3.zip.sha512">SHA-512</a>]</td>
-  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.10.3.zip.asc">PGP</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.10.4.zip.sha512">SHA-512</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.10.4.zip.asc">PGP</a>]</td>
 </tr>
 </table>
 
-<p style="font-size: 150%; text-align: center;">Apache Subversion 1.9.9</p>
+<p style="font-size: 150%; text-align: center;">Apache Subversion 1.9.10</p>
 <table class="centered">
 <tr>
   <th>File</th>
@@ -179,30 +179,30 @@ Other mirrors:
   <th>Signatures</th>
 </tr>
 <tr>
-  <td><a href="[preferred]subversion/subversion-1.9.9.tar.bz2">subversion-1.9.9.tar.bz2</a></td>
+  <td><a href="[preferred]subversion/subversion-1.9.10.tar.bz2">subversion-1.9.10.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>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.9.10.tar.bz2.sha512">SHA-512</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.9.10.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>
+  <td><a href="[preferred]subversion/subversion-1.9.10.tar.gz">subversion-1.9.10.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>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.9.10.tar.gz.sha512">SHA-512</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.9.10.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>
+  <td><a href="[preferred]subversion/subversion-1.9.10.zip">subversion-1.9.10.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>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.9.10.zip.sha512">SHA-512</a>]</td>
+  <td>[<a href="https://www.apache.org/dist/subversion/subversion-1.9.10.zip.asc">PGP</a>]</td>
 </tr>
 </table>
 
 </div>  <!-- #supported-releases -->
 
 <!-- When in a pre-release phase, uncomment the following, and paste the
-     correct content after it. Use 'release.py write-downloads' to
+     correct table after the notice. Use 'release.py write-downloads' to
      generate the table. -->
 <!--
 <div class="h3" id="pre-releases">
@@ -219,13 +219,13 @@ Other mirrors:
    issues, and no upgrade path is promised for APIs and on-disk files
    (working copies and repositories) between the pre-releases and the
    final release.</p>
-  
+
 <p>Please report any issues to <a href="/mailing-lists.html#users-ml"
    >users@subversion.apache.org</a>.</p>
 
-</div> < ! -- .notice -- >
+</div> <!- - .notice - ->
 
-</div>  < ! -- #pre-releases -- >
+</div>  <!- - #pre-releases - ->
 -->
 
 <div class="h3" id="release-archives">

Modified: subversion/site/staging/faq.html
URL: http://svn.apache.org/viewvc/subversion/site/staging/faq.html?rev=1863378&r1=1863377&r2=1863378&view=diff
==============================================================================
--- subversion/site/staging/faq.html (original)
+++ subversion/site/staging/faq.html Fri Jul 19 11:50:19 2019
@@ -702,19 +702,23 @@ and in
 <p>If you don't find an answer after browsing this FAQ, there are several
 other resources available:</p>
 <ul>
-  <li><a href="http://svnbook.red-bean.com/">The Subversion Book</a></li>
-  <li><a href="mailing-lists.html">The
-       Subversion Users mailing list</a> (<a
-       href="mailto:users@subversion.apache.org"
-       >users@subversion.apache.org</a>)
-       &mdash; note that the list is <a href="#moderation">moderated</a>, so
-       there may be a delay before your post shows up</li>
-  <li><a href="https://svn.haxx.se/users/">The Subversion Users list
-       archives</a></li>
-  <li>IRC on channel #svn on irc.freenode.net</li>
+  <li><a href="http://svnbook.red-bean.com/">The Subversion <b>Book</b></a>
+      (free to read online)</li>
+  <li>The Subversion Users <b>mailing list</b>
+      <a href="mailto:users@subversion.apache.org">users@subversion.apache.org</a>
+      (<a href="mailing-lists.html">full details</a> including
+      public archives, subscribe, unsubscribe;
+      <a href="#moderation">moderated</a>)</li>
+  <li>The Subversion Users <b>IRC channel</b> #svn on irc.freenode.net (use
+      <a href="https://webchat.freenode.net/?channels=#svn">web interface</a>
+      or <a href="https://matrix.to/#/#freenode_#svn:matrix.org">Matrix</a>
+      or any IRC software; archived
+      <a href="https://colabti.org/irclogger/irclogger_logs/svn">1</a>,
+      <a href="https://wilderness.apache.org/channels/#logs-#svn">2</a>)
+      </li>
   <li><a href="https://www.svnforum.org/">svnforum.org</a>, an unofficial
-  web-based forum with approximately the same target audience as the mailing
-  list</li>
+      <b>web-based forum</b> with approximately the same target audience as the
+      mailing list</li>
 </ul>
 
 </div>

Modified: subversion/site/staging/index.html
URL: http://svn.apache.org/viewvc/subversion/site/staging/index.html?rev=1863378&r1=1863377&r2=1863378&view=diff
==============================================================================
--- subversion/site/staging/index.html (original)
+++ subversion/site/staging/index.html Fri Jul 19 11:50:19 2019
@@ -64,67 +64,71 @@
 
 <!-- In general, we'll keep only the most recent 3 or 4 news items here. -->
 
-<div class="h3" id="news-20181030"> 
-<h3>2018-10-30 &mdash; Apache Subversion 1.11.0 Released
- <a class="sectionlink" href="#news-20181030"
+<div class="h3" id="news-20190424"> 
+<h3>2019-04-24 &mdash; Apache Subversion 1.12.0 Released
+ <a class="sectionlink" href="#news-20190424"
  title="Link to this section">&para;</a> 
 </h3> 
  
-<p>We are pleased to announce the release of Apache Subversion 1.11.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/list.html?announce@subversion.apache.org"
- >release announcement</a> and the
- <a href="/docs/release-notes/1.11"
- >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-20181030 --> 
-
-<div class="h3" id="news-20181010"> 
-<h3>2018-10-10 &mdash; Apache Subversion 1.10.3 Released
- <a class="sectionlink" href="#news-20181010"
- title="Link to this section">&para;</a> 
-</h3> 
- 
-<p>We are pleased to announce the release of Apache Subversion 1.10.3.
- This is the most complete release of the 1.10.x line to date,
+<p>We are pleased to announce the release of Apache Subversion 1.12.0.
+ This is the most complete release of the 1.12.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/7d1aa329699a88af79588abb1f6d5d064e9e38645f98567cb5270be3@%3Cusers.subversion.apache.org%3E"
+ <a href="https://lists.apache.org/list.html?announce@subversion.apache.org"
  >release announcement</a> and the
- <a href="/docs/release-notes/1.10"
+ <a href="/docs/release-notes/1.12"
  >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-20181010 --> 
+</div> <!-- #news-20190424 --> 
 
-<div class="h3" id="news-20181002"> 
-<h3>2018-10-02 &mdash; Apache Subversion 1.11.0-rc2 Released
- <a class="sectionlink" href="#news-20181002"
+<div class="h3" id="news-20190312"> 
+<h3>2019-03-12 &mdash; Apache Subversion 1.12.0-rc1 Released
+ <a class="sectionlink" href="#news-20190312"
  title="Link to this section">&para;</a> 
 </h3> 
  
-<p>We are pleased to announce the release of Apache Subversion 1.11.0-rc2. This
+<p>We are pleased to announce the release of Apache Subversion 1.12.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="https://lists.apache.org/thread.html/0672fe98a3f70846d929a1b4fd3124debc9bdf69ac6ae269862b2dfe@%3Cusers.subversion.apache.org%3E">release
+ <a href="https://lists.apache.org/list.html?announce@subversion.apache.org">release
  announcement</a> for more information about this release, and the
- <a href="/docs/release-notes/1.11.html">release notes</a> and 
- <a href="https://svn.apache.org/repos/asf/subversion/tags/1.11.0-rc2/CHANGES"> 
+ <a href="/docs/release-notes/1.12.html">release notes</a> and 
+ <a href="https://svn.apache.org/repos/asf/subversion/tags/1.12.0-rc1/CHANGES"> 
  change log</a> for information about what will eventually be
- in the 1.11.0 release.</p> 
+ in the 1.12.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-20181002 --> 
+</div> <!-- #news-20190312 --> 
+
+<div class="h3" id="news-20190118"> 
+<h3>2019-01-18 &mdash; Apache Subversion Security Advisory
+<a class="sectionlink" href="#news-20190118"
+   title="Link to this section">&para;</a> 
+</h3> 
+
+<p>The recent releases of Apache Subversion, 1.10.4 and 1.11.1, contain a fix
+ for a moderate severity security issue <a
+ href="/security/CVE-2018-11803-advisory.txt">CVE-2018-11803</a>. This issue can
+ allow an unauthenticated user to crash the httpd process serving a Subversion
+ repository configured to allow anonymous read access. We encourage users of
+ Subversion to upgrade to the latest appropriate version as soon as reasonable.
+
+ Please see the <a
+ href="https://lists.apache.org/list.html?announce@subversion.apache.org"
+ >release announcement</a> and the <a href="/docs/release-notes/1.11"> 1.11
+ release notes</a> or <a href="/docs/release-notes/1.10">1.10 release
+ notes</a> for more information about the releases.</p>
+
+<p>To get the latest release from the nearest mirror, please visit our
+ <a href="/download.cgi#recommended-release">download page</a>.</p> 
+
+</div> <!-- #news-20190118 --> 
 
 <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 Fri Jul 19 11:50:19 2019
@@ -1,2 +1,2 @@
-/subversion/site/publish/index.html:1812681-1850259
+/subversion/site/publish/index.html:1812681-1863377
 /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=1863378&r1=1863377&r2=1863378&view=diff
==============================================================================
--- subversion/site/staging/news.html (original)
+++ subversion/site/staging/news.html Fri Jul 19 11:50:19 2019
@@ -21,6 +21,139 @@
 <!-- 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-20190424"> 
+<h3>2019-04-24 &mdash; Apache Subversion 1.12.0 Released
+ <a class="sectionlink" href="#news-20190424"
+ title="Link to this section">&para;</a> 
+</h3> 
+ 
+<p>We are pleased to announce the release of Apache Subversion 1.12.0.
+ This is the most complete release of the 1.12.x line to date,
+ and we encourage all users to upgrade as soon as reasonable.
+ Please see the
+ <a href="https://lists.apache.org/list.html?announce@subversion.apache.org"
+ >release announcement</a> and the
+ <a href="/docs/release-notes/1.12"
+ >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-20190424 --> 
+
+<div class="h3" id="news-20190312"> 
+<h3>2019-03-12 &mdash; Apache Subversion 1.12.0-rc1 Released
+ <a class="sectionlink" href="#news-20190312"
+ title="Link to this section">&para;</a> 
+</h3> 
+ 
+<p>We are pleased to announce the release of Apache Subversion 1.12.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="https://lists.apache.org/list.html?announce@subversion.apache.org">release
+ announcement</a> for more information about this release, and the
+ <a href="/docs/release-notes/1.12.html">release notes</a> and 
+ <a href="https://svn.apache.org/repos/asf/subversion/tags/1.12.0-rc1/CHANGES"> 
+ change log</a> for information about what will eventually be
+ in the 1.12.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-20190312 --> 
+
+<div class="h3" id="news-20190118"> 
+<h3>2019-01-18 &mdash; Apache Subversion Security Advisory
+<a class="sectionlink" href="#news-20190118"
+   title="Link to this section">&para;</a> 
+</h3> 
+
+<p>The recent releases of Apache Subversion, 1.10.4 and 1.11.1, contain a fix
+ for a moderate severity security issue <a
+ href="/security/CVE-2018-11803-advisory.txt">CVE-2018-11803</a>. This issue can
+ allow an unauthenticated user to crash the httpd process serving a Subversion
+ repository configured to allow anonymous read access. We encourage users of
+ Subversion to upgrade to the latest appropriate version as soon as reasonable.
+
+ Please see the <a
+ href="https://lists.apache.org/list.html?announce@subversion.apache.org"
+ >release announcement</a> and the <a href="/docs/release-notes/1.11"> 1.11
+ release notes</a> or <a href="/docs/release-notes/1.10">1.10 release
+ notes</a> for more information about the releases.</p>
+
+<p>To get the latest release from the nearest mirror, please visit our
+ <a href="/download.cgi#recommended-release">download page</a>.</p> 
+
+</div> <!-- #news-20190118 --> 
+
+<div class="h3" id="news-20190111"> 
+<h3>2019-01-11 &mdash; Apache Subversion 1.11.1 Released
+ <a class="sectionlink" href="#news-20190111"
+ title="Link to this section">&para;</a> 
+</h3> 
+ 
+<p>We are pleased to announce the release of Apache Subversion 1.11.1.
+ This is the most complete Subversion release to date, and we encourage
+ users of Subversion to upgrade as soon as reasonable. In addition to the
+ normal collection of bug fixes, and stability enhancements, this release
+ also addresses a security-related issue:
+ <a href="/security/CVE-2018-11803-advisory.txt">CVE-2018-11803</a>
+ Please see the
+ <a href="https://lists.apache.org/list.html?announce@subversion.apache.org"
+ >release announcement</a> and the
+ <a href="/docs/release-notes/1.11"
+ >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-20190111 --> 
+
+<div class="h3" id="news-20190111-1"> 
+<h3>2019-01-11 &mdash; Apache Subversion 1.10.4 Released
+ <a class="sectionlink" href="#news-20190111-1"
+ title="Link to this section">&para;</a> 
+</h3> 
+ 
+<p>We are pleased to announce the release of Apache Subversion 1.10.4.
+ This is the most complete release of the 1.10.x line to date, and we encourage
+ all users to upgrade as soon as reasonable. In addition to the normal
+ collection of bug fixes, and stability enhancements, this release also
+ addresses a security-related issue:
+ <a href="/security/CVE-2018-11803-advisory.txt">CVE-2018-11803</a>.
+ Please see the
+ <a href="https://lists.apache.org/list.html?announce@subversion.apache.org"
+ >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#supported-releases">download page</a>.</p> 
+ 
+</div> <!-- #news-20190111-1 -->
+
+<div class="h3" id="news-20190111-2"> 
+<h3>2019-01-11 &mdash; Apache Subversion 1.9.10 Released
+ <a class="sectionlink" href="#news-20190111-2"
+ title="Link to this section">&para;</a> 
+</h3> 
+ 
+<p>We are pleased to announce the release of Apache Subversion 1.9.10.
+ 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/list.html?announce@subversion.apache.org"
+ >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-20190111-2 --> 
+
 <div class="h3" id="news-20181030"> 
 <h3>2018-10-30 &mdash; Apache Subversion 1.11.0 Released
  <a class="sectionlink" href="#news-20181030"
@@ -444,7 +577,7 @@
  
 </div> <!-- #news-20151215-2 --> 
 
-<div class="h3" id="news-20150923"> 
+<div class="h3" id="news-20150924"> 
 <h3>2015-09-23 &mdash; Apache Subversion 1.9.2 Released
  <a class="sectionlink" href="#news-20150923"
  title="Link to this section">&para;</a> 

Propchange: subversion/site/staging/news.html
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Jul 19 11:50:19 2019
@@ -1,2 +1,2 @@
-/subversion/site/publish/news.html:1812681-1850259
+/subversion/site/publish/news.html:1812681-1863377
 /subversion/site/staging/news.html:1812681-1812682

Propchange: subversion/site/staging/roadmap.html
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Jul 19 11:50:19 2019
@@ -1,2 +1,2 @@
-/subversion/site/publish/roadmap.html:1812681-1850259
+/subversion/site/publish/roadmap.html:1812681-1863377
 /subversion/site/staging/roadmap.html:1812681-1812682

Modified: subversion/site/staging/security/index.html
URL: http://svn.apache.org/viewvc/subversion/site/staging/security/index.html?rev=1863378&r1=1863377&r2=1863378&view=diff
==============================================================================
--- subversion/site/staging/security/index.html (original)
+++ subversion/site/staging/security/index.html Fri Jul 19 11:50:19 2019
@@ -283,6 +283,15 @@ clients using http(s)://</td>
   svn:externals and svn:sync-from-url</td>
 </tr>
 
+<tr>
+<td><a href="CVE-2018-11803-advisory.txt">CVE-2018-11803-advisory.txt</a>
+[<a href="CVE-2018-11803-advisory.txt.asc">PGP</a>]</td>
+<td>1.10.0-1.10.3 and 1.11.0</td>
+<td>Subversion's mod_dav_svn Apache HTTPD module will crash after dereferencing
+    an uninitialized pointer if the client omits the root path in a recursive
+    directory listing operation.</td>
+</tr>
+
 </tbody>
 </table>
 

Modified: subversion/site/staging/upcoming.part.html
URL: http://svn.apache.org/viewvc/subversion/site/staging/upcoming.part.html?rev=1863378&r1=1863377&r2=1863378&view=diff
==============================================================================
--- subversion/site/staging/upcoming.part.html (original)
+++ subversion/site/staging/upcoming.part.html Fri Jul 19 11:50:19 2019
@@ -1,212 +1,62 @@
-<pre>
-<!-- Automatically generated by ^/subversion/site/tools/escape.py -->
+<!-- Automatically generated by ^/subversion/site/tools/generate-upcoming-changes-log.sh -->
+<pre style="border-style: none">
 ------------------------------------------------------------------------
-<a target="_parent" href="https://svn.apache.org/r1845637">r1845637</a> | svn-role | 2018-11-03 04:00:14 +0000 (Sat, 03 Nov 2018) | 14 lines
+<a href="https://svn.apache.org/r1854885">r1854885</a> | svn-role | 2019-03-06 04:00:16 +0000 (Wed, 06 Mar 2019) | 10 lines
 
-Merge the <a target="_parent" href="https://svn.apache.org/r1842814">r1842814</a> group from trunk:
+Merge <a href="https://svn.apache.org/r1847377">r1847377</a> from trunk:
 
- * <a target="_parent" href="https://svn.apache.org/r1842814">r1842814</a>, <a target="_parent" href="https://svn.apache.org/r1842827">r1842827</a>, <a target="_parent" href="https://svn.apache.org/r1842829">r1842829</a>, <a target="_parent" href="https://svn.apache.org/r1842877">r1842877</a>
-   Improve &#x27;svn help&#x27; for the &#x27;add&#x27; command and for the &#x27;-N&#x27; option.
+ * <a href="https://svn.apache.org/r1847377">r1847377</a>
+   Reduce the scope of the Windows-specific help text for &#x27;svn list&#x27;.
    Justification:
-     Proper documentation was lacking. Another newbie was recently surprised
-     by how &#x27;svn add&#x27; behaves relative to &#x27;git add&#x27;.
-   Notes:
-     <a target="_parent" href="https://svn.apache.org/r1842814">r1842814</a>: Document the obsolete &#x27;-N&#x27; option properly.
-     <a target="_parent" href="https://svn.apache.org/r1842827">r1842827</a>: Fully document &#x27;svn add&#x27;, and include some newbie tips.
-     <a target="_parent" href="https://svn.apache.org/r1842829">r1842829</a>, <a target="_parent" href="https://svn.apache.org/r1842877">r1842877</a>: tweaks to formatting.
-   Votes:
-     +1: julianfoad, stsp, brane
-
-------------------------------------------------------------------------
-<a target="_parent" href="https://svn.apache.org/r1845638">r1845638</a> | svn-role | 2018-11-03 04:00:15 +0000 (Sat, 03 Nov 2018) | 11 lines
-
-Merge <a target="_parent" href="https://svn.apache.org/r1842334">r1842334</a> from trunk:
-
- * <a target="_parent" href="https://svn.apache.org/r1842334">r1842334</a>
-   Update how we display the OS name on Mac in &#x27;svn --version --verbose&#x27;.
-   Justification:
-     If we go to the trouble of displaying commercial OS names, we may as well
-     do it right on macOS. Not critical for 1.11.0 but would be nice to have;
-     the change has very minor impact.
-   Votes:
-     +1: brane, stsp, rhuijben
-
-------------------------------------------------------------------------
-<a target="_parent" href="https://svn.apache.org/r1845639">r1845639</a> | svn-role | 2018-11-03 04:00:17 +0000 (Sat, 03 Nov 2018) | 9 lines
-
-Merge <a target="_parent" href="https://svn.apache.org/r1843888">r1843888</a> from trunk:
-
- * <a target="_parent" href="https://svn.apache.org/r1843888">r1843888</a>
-   Fix <a target="_parent" href="/issue-4768">issue #4768</a>, repos-to-WC copy with --parents doesn&#x27;t create directories.
-   Justification:
-     Consistency is good; repos-to-WC copy should behave like WC-to-WC copy.
-   Votes:
-     +1: brane, stsp, rhuijben
-
-------------------------------------------------------------------------
-<a target="_parent" href="https://svn.apache.org/r1845640">r1845640</a> | svn-role | 2018-11-03 04:00:19 +0000 (Sat, 03 Nov 2018) | 9 lines
-
-Merge <a target="_parent" href="https://svn.apache.org/r1844882">r1844882</a> from trunk:
-
- * <a target="_parent" href="https://svn.apache.org/r1844882">r1844882</a>
-   Fix propagation of mod_dav_svn&#x27;s SVNUseUTF8 configuration setting.
-   Justification:
-     The option has no effect in some setups. User submitted the patch.
+     Should make backporting translations easier with a more more similar
+     generated .po file.
    Votes:
-     +1: stsp, brane, rhuijben
+     +1: brane, stefan2, stsp
 
 ------------------------------------------------------------------------
-<a target="_parent" href="https://svn.apache.org/r1845641">r1845641</a> | svn-role | 2018-11-03 04:00:21 +0000 (Sat, 03 Nov 2018) | 11 lines
+<a href="https://svn.apache.org/r1854886">r1854886</a> | svn-role | 2019-03-06 04:00:19 +0000 (Wed, 06 Mar 2019) | 14 lines
 
-Merge <a target="_parent" href="https://svn.apache.org/r1845204">r1845204</a> from trunk:
+Merge the <a href="https://svn.apache.org/r1847598">r1847598</a> group from trunk:
 
- * <a target="_parent" href="https://svn.apache.org/r1845204">r1845204</a>
-   Fix issue <a target="_parent" href="/issue-4782">SVN-4782</a>: Do not use (const char*)1 in httpd modules as value for
-   r-&gt;notes.
+ * <a href="https://svn.apache.org/r1847598">r1847598</a>, <a href="https://svn.apache.org/r1847697">r1847697</a>, <a href="https://svn.apache.org/r1847922">r1847922</a>, <a href="https://svn.apache.org/r1847924">r1847924</a>, <a href="https://svn.apache.org/r1847946">r1847946</a>
+   Fix <a href="/issue-4793">SVN-4793</a>: authz rights from inverted access selectors were not
+   accounted for at the global level, causing wrong authz check results.
    Justification:
-     Prevents a crash in mod_http2.
-   Votes:
-     +1: danielsh, brane, rhuijben
-     +1 (non-binding): rpluem
-
-------------------------------------------------------------------------
-<a target="_parent" href="https://svn.apache.org/r1845642">r1845642</a> | svn-role | 2018-11-03 04:00:23 +0000 (Sat, 03 Nov 2018) | 9 lines
-
-Merge <a target="_parent" href="https://svn.apache.org/r1845261">r1845261</a> from trunk:
-
- * <a target="_parent" href="https://svn.apache.org/r1845261">r1845261</a>
-   svndumpfilter: Include node path in error messages.
-   Justification:
-     User requested error message clarification.
-   Votes:
-     +1: danielsh, rhuijben, brane
-
-------------------------------------------------------------------------
-<a target="_parent" href="https://svn.apache.org/r1845643">r1845643</a> | svn-role | 2018-11-03 04:00:24 +0000 (Sat, 03 Nov 2018) | 9 lines
-
-Merge <a target="_parent" href="https://svn.apache.org/r1845555">r1845555</a> from trunk:
-
- * <a target="_parent" href="https://svn.apache.org/r1845555">r1845555</a>
-   Use $PYTHON in configure.ac to run build/getversion.py
-   Justification:
-     Fixes build on systems without python in $PATH
-   Votes:
-     +1: jorton, brane, rhuijben
-
-------------------------------------------------------------------------
-<a target="_parent" href="https://svn.apache.org/r1845710">r1845710</a> | svn-role | 2018-11-04 04:01:09 +0000 (Sun, 04 Nov 2018) | 10 lines
-
-Merge <a target="_parent" href="https://svn.apache.org/r1845408">r1845408</a> from trunk:
-
- * <a target="_parent" href="https://svn.apache.org/r1845408">r1845408</a>
-   Prevent some coredumps when using JavaHL SVNClient::diff().
-   Justification:
-     Fixes crash in client code when an external diff tool is used..
-   Votes:
-     +1: brane
-     +0: rhuijben
-
-------------------------------------------------------------------------
-<a target="_parent" href="https://svn.apache.org/r1845711">r1845711</a> | svn-role | 2018-11-04 04:01:11 +0000 (Sun, 04 Nov 2018) | 9 lines
-
-Merge the <a target="_parent" href="https://svn.apache.org/r1845556">r1845556</a> group from trunk:
-
- * <a target="_parent" href="https://svn.apache.org/r1845556">r1845556</a>, <a target="_parent" href="https://svn.apache.org/r1845559">r1845559</a>
-   Fix (false positive) gcc 8.x -Wmisleading-indentation warnings.
-   Justification:
-     Cleaner build logs.
-   Votes:
-     +1: jorton, brane, rhuijben
-
-------------------------------------------------------------------------
-<a target="_parent" href="https://svn.apache.org/r1846479">r1846479</a> | svn-role | 2018-11-13 04:00:14 +0000 (Tue, 13 Nov 2018) | 10 lines
-
-Merge <a target="_parent" href="https://svn.apache.org/r1845577">r1845577</a> from trunk:
-
- * <a target="_parent" href="https://svn.apache.org/r1845577">r1845577</a>
-   Resolver support for &#x27;added file vs unversioned file&#x27; with update/switch.
-   Justification:
-     We promised to ship new resolver options in patch releases if possible.
-     A user noted the lack of this feature, and the change is non-intrusive.
-   Votes;
-     +1: stsp, brane, rhuijben
-
-------------------------------------------------------------------------
-<a target="_parent" href="https://svn.apache.org/r1846480">r1846480</a> | svn-role | 2018-11-13 04:00:16 +0000 (Tue, 13 Nov 2018) | 9 lines
-
-Merge the <a target="_parent" href="https://svn.apache.org/r1846403">r1846403</a> group from trunk:
-
- * <a target="_parent" href="https://svn.apache.org/r1846403">r1846403</a>, <a target="_parent" href="https://svn.apache.org/r1846406">r1846406</a>
-   Issue #<a target="_parent" href="/issue-4785">SVN-4785</a>: Fix foreign repo copy with peg/operative revisions.
-   Justification:
-     It has been broken since first introduced in 1.8.
-   Votes:
-     +1: julianfoad, brane, rhuijben
-
-------------------------------------------------------------------------
-<a target="_parent" href="https://svn.apache.org/r1846561">r1846561</a> | svn-role | 2018-11-14 04:00:14 +0000 (Wed, 14 Nov 2018) | 9 lines
-
-Merge <a target="_parent" href="https://svn.apache.org/r1844987">r1844987</a> from trunk:
-
- * <a target="_parent" href="https://svn.apache.org/r1844987">r1844987</a>
-   Raise an error if someone tries to use -rPREV on a working copy at <a target="_parent" href="https://svn.apache.org/r0">r0</a>.
-   Justification:
-     Fixes #4532, which is an assertion abort.
-   Votes:
-     +1: brane, rhuijben, julianfoad
-
-------------------------------------------------------------------------
-<a target="_parent" href="https://svn.apache.org/r1846879">r1846879</a> | svn-role | 2018-11-19 04:00:08 +0000 (Mon, 19 Nov 2018) | 9 lines
-
-Merge <a target="_parent" href="https://svn.apache.org/r1846704">r1846704</a> from trunk:
-
- * <a target="_parent" href="https://svn.apache.org/r1846704">r1846704</a>
-   Fix <a target="_parent" href="/issue-4717">SVN-4717</a> &quot;tree conflict message ends a sentence with a colon&quot;.
-   Justification:
-     Misleading output from conflict resolver.
-   Votes:
-     +1: stsp, danielsh, brane
-
-------------------------------------------------------------------------
-<a target="_parent" href="https://svn.apache.org/r1847609">r1847609</a> | svn-role | 2018-11-28 04:00:27 +0000 (Wed, 28 Nov 2018) | 10 lines
-
-Merge <a target="_parent" href="https://svn.apache.org/r1846299">r1846299</a> from trunk:
-
- * <a target="_parent" href="https://svn.apache.org/r1846299">r1846299</a>
-   Add resolver support for unversioned directories during update/switch.
-   Justification:
-     Support or unversioned files has already been backported.
-     We should support directories as well for consistency.
+     Fixes a regression in the new authz parser and resolver.
+   Notes:
+     - <a href="https://svn.apache.org/r1847598">r1847598</a> and <a href="https://svn.apache.org/r1847697">r1847697</a> are only test suite changes, but by including
+       them we can avoids creating a backport branch.
+     - <a href="https://svn.apache.org/r1847924">r1847924</a> and <a href="https://svn.apache.org/r1847946">r1847946</a> are tiny but IMO relevant comment tweaks.
    Votes:
-     +1: stsp, brane, rhuijben
+     +1: brane, stefan2, stsp
 
 ------------------------------------------------------------------------
-<a target="_parent" href="https://svn.apache.org/r1847610">r1847610</a> | svn-role | 2018-11-28 04:00:29 +0000 (Wed, 28 Nov 2018) | 9 lines
+<a href="https://svn.apache.org/r1854887">r1854887</a> | svn-role | 2019-03-06 04:00:22 +0000 (Wed, 06 Mar 2019) | 13 lines
 
-Merge the <a target="_parent" href="https://svn.apache.org/r1847181">r1847181</a> group from trunk:
+Merge the <a href="https://svn.apache.org/r1851676">r1851676</a> group from trunk:
 
- * <a target="_parent" href="https://svn.apache.org/r1847181">r1847181</a>, <a target="_parent" href="https://svn.apache.org/r1847182">r1847182</a>, <a target="_parent" href="https://svn.apache.org/r1847188">r1847188</a>, <a target="_parent" href="https://svn.apache.org/r1847264">r1847264</a>
-   Fix issue <a target="_parent" href="/issue-4792">SVN-4792</a>: Foreign repo copy of file adding mergeinfo.
+ * <a href="https://svn.apache.org/r1851676">r1851676</a>, <a href="https://svn.apache.org/r1851687">r1851687</a>, <a href="https://svn.apache.org/r1851791">r1851791</a>
+   Allow the use of empty groups in authz rules.
    Justification:
-     We don&#x27;t want bogus mergeinfo.
+     Fixes regression from 1.9.x. Does not affect authz file semantics.
+   Notes:
+     - <a href="https://svn.apache.org/r1851676">r1851676</a> adds a regression test.
+     - <a href="https://svn.apache.org/r1851687">r1851687</a> fixes the bug and extends the test.
+     - <a href="https://svn.apache.org/r1851791">r1851791</a> refers to <a href="/issue-4802">issue #4802</a>.
    Votes:
-     +1: julianfoad, brane, rhuijben
+     +1: brane, julianfoad, stsp
 
 ------------------------------------------------------------------------
-<a target="_parent" href="https://svn.apache.org/r1849266">r1849266</a> | svn-role | 2018-12-19 04:00:55 +0000 (Wed, 19 Dec 2018) | 12 lines
+<a href="https://svn.apache.org/r1854888">r1854888</a> | svn-role | 2019-03-06 04:00:23 +0000 (Wed, 06 Mar 2019) | 9 lines
 
-Merge the <a target="_parent" href="https://svn.apache.org/r1847572">r1847572</a> group from trunk:
+Merge <a href="https://svn.apache.org/r1853761">r1853761</a> from trunk:
 
- * <a target="_parent" href="https://svn.apache.org/r1847572">r1847572</a>, <a target="_parent" href="https://svn.apache.org/r1847596">r1847596</a>
-   fsfs: Fix <a target="_parent" href="/issue-4791">SVN-4791</a>, an issue with the DAG open_path() that was causing
-   unexpected SVN_ERR_FS_NOT_DIRECTORY errors when attempting to open a path
-   with `open_path_node_only | open_path_allow_null` flags.
+ * <a href="https://svn.apache.org/r1853761">r1853761</a>
+   Fix an &quot;unused static function&quot; warning in non-maintainer mode builds.
    Justification:
-     Some valid FSFS read operations errored out. This could break some
-     end-user operations like &#x27;update&#x27;.
+     Requested on dev@.  Fixes a compiler warning.
    Votes:
-     +1: julianfoad, brane, stefan2
+     +1: danielsh, brane, stsp
 
 ------------------------------------------------------------------------
-
 </pre>