svn commit: r1936507 - subversion/site/staging/docs/release-notes
[email protected] Thu, 23 Jul 2026 02:54:29 -0000
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <178477526963.1154669.1457774664266670753@svn03-he-fi> |
Author: hartmannathan
Date: Thu Jul 23 02:54:29 2026
New Revision: 1936507
Log:
In site/staging:
* doc/release-notes/1.15.html:
(#build-system-comparison): Wrap the "Build System Comparison" table
in a <details>..</details> tag. It was pointed out that the table is
long and makes the release notes longer than they already were. This
is an attempt to mitigate that by hiding the table until expanded by
the user.
[1] Re: Adding CMake to 1.15.x release notes
22 July 2026
Archived:
https://lists.apache.org/thread/5gnmh5b9qlg22pt5l1xr9lxdblqsmstm
Suggested by: dsahlberg
(hide the table when not in use)
Suggested by: Thomas Ã…kesson (thomas (_at_) akesson (_dot_) cc)
(details tag)
Modified:
subversion/site/staging/docs/release-notes/1.15.html
Modified: subversion/site/staging/docs/release-notes/1.15.html
==============================================================================
--- subversion/site/staging/docs/release-notes/1.15.html Thu Jul 23 02:51:13 2026 (r1936506)
+++ subversion/site/staging/docs/release-notes/1.15.html Thu Jul 23 02:54:29 2026 (r1936507)
@@ -879,6 +879,8 @@ building Subversion on non-Windows platf
<p>The following table compares the features supported by the Automake, CMake,
and vcproj build systems as of the 1.15.0 release:</p>
+<details><summary>Build System Comparison</summary>
+
<table border="1">
<tr>
<th>Category</th>
@@ -1226,6 +1228,8 @@ and vcproj build systems as of the 1.15.
</tr>
</table>
+</details>
+
</div> <!-- build-system-comparison -->
</div> <!-- cmake -->