Author: hartmannathan Date: Tue Jan 23 04:14:35 2024 New Revision: 1915365 URL: http://svn.apache.org/viewvc?rev=1915365&view=rev Log: In site/staging:
* docs/release-notes/index.html (#release-notes): Visually separate release notes of not-yet-released works in progress from those of actual releases. Currently that includes only the 1.15 release notes. This change is made to demonstrate an idea I proposed in my 2024-01-22 message to [email protected] titled "Reintegrate can only be used if revisions XX through YY were previously merged...", archived at [1] and other places. [1] https://lists.apache.org/thread/3gqccmqtlzxd4kopw0fm3mofrh8ww63y Modified: subversion/site/staging/docs/release-notes/index.html Modified: subversion/site/staging/docs/release-notes/index.html URL: http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/index.html?rev=1915365&r1=1915364&r2=1915365&view=diff ============================================================================== --- subversion/site/staging/docs/release-notes/index.html (original) +++ subversion/site/staging/docs/release-notes/index.html Tue Jan 23 04:14:35 2024 @@ -40,10 +40,15 @@ official support status for the various title="Link to this section">¶</a> </h2> +<p>The following are works-in-progress towards future Subversion releases:</p> + +<ul id="release-notes-future-list"> +<li><a href="1.15.html">Subversion 1.15</a> â <i>in progress</i></li> +</ul> + <p>Here are the release notes for the major Subversion releases:</p> <ul id="release-notes-list"> -<li><a href="1.15.html">Subversion 1.15</a> â <i>in progress</i></li> <li><a href="1.14.html">Subversion 1.14</a> â (<i>first released â May 27, 2020</i>)</li> <li><a href="1.13.html">Subversion 1.13</a> â (<i>first released â October 30, 2019</i>)</li> <li><a href="1.12.html">Subversion 1.12</a> â (<i>first released â April 24, 2019</i>)</li>
