|
From: <sv...@va...> - 2016-10-23 07:00:06
|
Author: sewardj
Date: Sun Oct 23 08:00:00 2016
New Revision: 516
Log:
Fix grammar nits in the boilerplate release announcement.
Modified:
trunk/index.html
Modified: trunk/index.html
==============================================================================
--- trunk/index.html (original)
+++ trunk/index.html Sun Oct 23 08:00:00 2016
@@ -53,7 +53,7 @@
See you all at FOSDEM in Brussels!
</p></li>
- <li><p><?php echo $config['release-date'].": ".$config['release-version']; ?>,
+ <li><p><?php echo $config['release-date'].": ".$config['release-version']; ?>
is available. This release supports:
X86/Linux, AMD64/Linux, ARM32/Linux,
ARM64/Linux, PPC32/Linux, PPC64BE/Linux, PPC64LE/Linux, S390X/Linux,
@@ -61,7 +61,7 @@
MIPS32/Android, X86/Android, X86/Solaris, AMD64/Solaris, X86/MacOSX
10.10 and AMD64/MacOSX 10.10. There is also preliminary support for
X86/MacOSX 10.11/12, AMD64/MacOSX 10.11/12 and TILEGX/Linux.
- (<a href="/docs/manual/dist.news.html">release notes</a>).
+ For more details see the <a href="/docs/manual/dist.news.html">release notes</a>.
</p></li>
</ul>
<br />
|