You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ha...@apache.org on 2019/09/29 15:29:42 UTC

svn commit: r1867728 - in /subversion/site/staging-ng: ./ docs/ docs/community-guide/ docs/release-notes/

Author: hartmannathan
Date: Sun Sep 29 15:29:41 2019
New Revision: 1867728

URL: http://svn.apache.org/viewvc?rev=1867728&view=rev
Log:
[On the staging-ng branch]
* Bring up to date with staging

Modified:
    subversion/site/staging-ng/   (props changed)
    subversion/site/staging-ng/docs/   (props changed)
    subversion/site/staging-ng/docs/community-guide/   (props changed)
    subversion/site/staging-ng/docs/community-guide/releasing.part.html
    subversion/site/staging-ng/docs/community-guide/releasing.toc.html
    subversion/site/staging-ng/docs/release-notes/   (props changed)
    subversion/site/staging-ng/index.html   (contents, props changed)
    subversion/site/staging-ng/news.html   (props changed)
    subversion/site/staging-ng/roadmap.html   (props changed)
    subversion/site/staging-ng/site-nav.html
    subversion/site/staging-ng/source-code.html
    subversion/site/staging-ng/upcoming.part.html

Propchange: subversion/site/staging-ng/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Sep 29 15:29:41 2019
@@ -1 +1,2 @@
-/subversion/site/publish:1812681-1866310
+/subversion/site/publish:1812681-1867061
+/subversion/site/staging:1866905-1867727

Propchange: subversion/site/staging-ng/docs/
            ('svn:mergeinfo' removed)

Propchange: subversion/site/staging-ng/docs/community-guide/
            ('svn:mergeinfo' removed)

Modified: subversion/site/staging-ng/docs/community-guide/releasing.part.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/docs/community-guide/releasing.part.html?rev=1867728&r1=1867727&r2=1867728&view=diff
==============================================================================
--- subversion/site/staging-ng/docs/community-guide/releasing.part.html (original)
+++ subversion/site/staging-ng/docs/community-guide/releasing.part.html Sun Sep 29 15:29:41 2019
@@ -687,7 +687,7 @@ it.</p>
 
 <p><b>For a non-LTS ("regular") release line</b></p>
 
-<p>A change is approved if it receives one +1 vote and no vetoes.  (Only
+<p>A change is approved if it receives two +1s and no vetoes.  (Only
 binding votes count; see above.)</p>
 
 <p><b>For an LTS release line</b></p>
@@ -868,7 +868,7 @@ merged into the release branch, and that
 <p><b>Create the tarballs</b>:
 Run:</p>
 <pre>
-./release.py --base-dir /opt/svnrm roll --branch branches/X.Y.x X.Y.Z 1234
+./release.py roll X.Y.Z 1234
 </pre>
 When release.py is done you'll have tarballs within the
 <tt>/opt/svnrm/deploy</tt> directory.</p> 
@@ -991,7 +991,7 @@ and append gpg signatures to the corresp
 <p>Create the tag with the <tt>svn_version.h</tt> that reflects the final
 release.  You do this using:
 <pre>
-    release.py --base-dir /opt/svnrm create-tag X.Y.Z 1234
+    release.py create-tag X.Y.Z 1234
 </pre>
 
 <p>Note: Please always make a tag, even for release candidates.</p>
@@ -1006,7 +1006,7 @@ branch.  If you just did 1.0.2 then both
 >https://dist.apache.org/repos/dist/dev/subversion</a>
 There is a release.py subcommand that automates this step:
 <pre>
-release.py --base-dir /opt/svnrm post-candidates 1.7.0
+release.py post-candidates 1.7.0
 </pre></p>
 
 <p>Announce that the candidates are available for testing and signing:</p>

Modified: subversion/site/staging-ng/docs/community-guide/releasing.toc.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/docs/community-guide/releasing.toc.html?rev=1867728&r1=1867727&r2=1867728&view=diff
==============================================================================
--- subversion/site/staging-ng/docs/community-guide/releasing.toc.html (original)
+++ subversion/site/staging-ng/docs/community-guide/releasing.toc.html Sun Sep 29 15:29:41 2019
@@ -48,7 +48,11 @@
     <li><a href="releasing.html#releasing-release">The actual releasing</a></li>
   </ul>
 <li><a href="releasing.html#release-branches">Creating and maintaining release branches</a></li>
-<li><a href="releasing.html#porting-changes">Porting changes to release branches</a></li>
+  <ul>
+    <li><a href="releasing.html#before-branching">Preparing to create a new minor release branch</a></li>
+    <li><a href="releasing.html#creating-branch">Creating a new minor release branch</a></li>
+    <li><a href="releasing.html#porting-changes">Porting changes to a release branch</a></li>
+  </ul>
 <li><a href="releasing.html#the-changes-file">Managing the CHANGES file</a></li>
   <ul>
     <li><a href="releasing.html#writing-initial-changes">Writing the initial content for a branch</a></li>

Propchange: subversion/site/staging-ng/docs/release-notes/
            ('svn:mergeinfo' removed)

Modified: subversion/site/staging-ng/index.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/index.html?rev=1867728&r1=1867727&r2=1867728&view=diff
==============================================================================
--- subversion/site/staging-ng/index.html (original)
+++ subversion/site/staging-ng/index.html Sun Sep 29 15:29:41 2019
@@ -15,13 +15,15 @@
 <div id="site-content">
 <!--#include virtual="/site-notice.html" -->
 
-<h1>Apache<span class="ss">&trade;</span> Subversion<span class="ss">&reg;</span></h1>
+<h1>Apache<span class="ss">&reg;</span> Subversion<span class="ss">&reg;</span></h1>
 <p style="text-align: center; font-weight: bold;
           font-style: italic; margin-top: -2em; margin-bottom: 2em;"
   >"Enterprise-class centralized version control for the masses"</p>
 
 <p>Welcome to <strong>subversion.apache.org</strong>, the online home
-   of the Apache Subversion&trade; software project.  Subversion is an open
+   of the
+   Apache<span class="ss">&reg;</span> Subversion<span class="ss">&reg;</span>
+   software project.  Subversion is an open
    source version control system.  Founded in 2000 by CollabNet, Inc., the
    Subversion project and software have seen incredible success over
    the past decade.  Subversion has enjoyed and continues to enjoy

Propchange: subversion/site/staging-ng/index.html
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Sep 29 15:29:41 2019
@@ -1,2 +1,2 @@
-/subversion/site/publish/index.html:1812681-1866310
-/subversion/site/staging/index.html:1812681-1812682
+/subversion/site/publish/index.html:1812681-1867061
+/subversion/site/staging/index.html:1812681-1812682,1866905-1867727

Propchange: subversion/site/staging-ng/news.html
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Sep 29 15:29:41 2019
@@ -1,2 +1,2 @@
-/subversion/site/publish/news.html:1812681-1866310
-/subversion/site/staging/news.html:1812681-1812682
+/subversion/site/publish/news.html:1812681-1867061
+/subversion/site/staging/news.html:1812681-1812682,1866905-1867727

Propchange: subversion/site/staging-ng/roadmap.html
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Sep 29 15:29:41 2019
@@ -1,2 +1,2 @@
-/subversion/site/publish/roadmap.html:1812681-1866310
-/subversion/site/staging/roadmap.html:1812681-1812682
+/subversion/site/publish/roadmap.html:1812681-1867061
+/subversion/site/staging/roadmap.html:1812681-1812682,1866905-1867727

Modified: subversion/site/staging-ng/site-nav.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/site-nav.html?rev=1867728&r1=1867727&r2=1867728&view=diff
==============================================================================
--- subversion/site/staging-ng/site-nav.html (original)
+++ subversion/site/staging-ng/site-nav.html Sun Sep 29 15:29:41 2019
@@ -20,8 +20,8 @@
            release when the email announcement is less than 24 hours after
            the upload to /dist/release, in order to prevent offering mirrors
            that don't carry the just-released artifacts. -->
-      <li><a href="/download.cgi">Source Download</a></li>
       <li><a href="/packages.html">Binary Packages</a></li>
+      <li><a href="/download.cgi">Source Download</a></li>
       <li><a href="/docs/release-notes/">Release Notes</a></li>
     </ul>
   </li>
@@ -31,6 +31,7 @@
       <li><a href="/reporting-issues.html">Reporting Issues</a></li>
       <li><a href="https://cwiki.apache.org/confluence/display/SVN/">Wiki</a></li>
       <li><a href="/contributing.html">Getting Involved</a></li>
+      <li><a href="/source-code.html">Source Code</a></li>
     </ul>
   </li>
   <li>About the <acronym title="Apache Software Foundation">ASF</acronym>

Modified: subversion/site/staging-ng/source-code.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/source-code.html?rev=1867728&r1=1867727&r2=1867728&view=diff
==============================================================================
--- subversion/site/staging-ng/source-code.html (original)
+++ subversion/site/staging-ng/source-code.html Sun Sep 29 15:29:41 2019
@@ -67,8 +67,7 @@
 <p>Subversion's source code is stored in the
    <code><a href="https://svn.apache.org/repos/asf/subversion/"
    >subversion</a></code> tree of the
-   main <a href="https://svn.apache.org/repos/asf/" >Subversion
-   repository of the Apache Software Foundation</a>.
+   main Subversion repository of the Apache Software Foundation.
    You can checkout the latest version of the code
    using the following command:</p>
 

Modified: subversion/site/staging-ng/upcoming.part.html
URL: http://svn.apache.org/viewvc/subversion/site/staging-ng/upcoming.part.html?rev=1867728&r1=1867727&r2=1867728&view=diff
==============================================================================
--- subversion/site/staging-ng/upcoming.part.html (original)
+++ subversion/site/staging-ng/upcoming.part.html Sun Sep 29 15:29:41 2019
@@ -109,6 +109,43 @@ Merge the <a href="https://svn.apache.or
      +1: julianfoad, stsp
 
 ------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1866643">r1866643</a> | svn-role | 2019-09-09 04:00:10 +0000 (Mon, 09 Sep 2019) | 9 lines
+
+Merge the <a href="https://svn.apache.org/r1863987">r1863987</a> group from trunk:
+
+ * <a href="https://svn.apache.org/r1863987">r1863987</a>, <a href="https://svn.apache.org/r1863990">r1863990</a>
+   Fix format of Requires(.private) fields in pkg-config files
+   Justification:
+     Fixes format of .pc files and specifies correct include/link flags
+   Votes:
+     +1: jamessan, rhuijben, brane
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1866644">r1866644</a> | svn-role | 2019-09-09 04:00:13 +0000 (Mon, 09 Sep 2019) | 9 lines
+
+Merge <a href="https://svn.apache.org/r1864025">r1864025</a> from trunk:
+
+* <a href="https://svn.apache.org/r1864025">r1864025</a>
+   fsfs, fsx: Make an error message clearer to developers.
+   Justification:
+     Prevent hexadecimal values from being taken for decimal ones.
+   Votes:
+     +1: danielsh, rhuijben, brane
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1866645">r1866645</a> | svn-role | 2019-09-09 04:00:15 +0000 (Mon, 09 Sep 2019) | 10 lines
+
+Merge <a href="https://svn.apache.org/r1865266">r1865266</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1865266">r1865266</a>
+   mod_dav_svn: Always install cleanup handler for FS warning logging.
+   Justification:
+     FS warning logging cleanup handler was only installed in the presence
+     of an R-&gt;USER request field, which is unrelated.
+   Votes:
+     +1: stsp, rhuijben, brane
+
+------------------------------------------------------------------------
 </pre>
 
 <p>Further changes currently under consideration are listed in each release line's