Updates hero unit on main page
Project: http://git-wip-us.apache.org/repos/asf/struts-site/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-site/commit/5a62b101 Tree: http://git-wip-us.apache.org/repos/asf/struts-site/tree/5a62b101 Diff: http://git-wip-us.apache.org/repos/asf/struts-site/diff/5a62b101 Branch: refs/heads/master Commit: 5a62b101ca400167ea09e2366586e4204efaf9dc Parents: 563d943 Author: Lukasz Lenart <[email protected]> Authored: Fri May 8 08:45:56 2015 +0200 Committer: Lukasz Lenart <[email protected]> Committed: Fri May 8 08:45:56 2015 +0200 ---------------------------------------------------------------------- source/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-site/blob/5a62b101/source/index.html ---------------------------------------------------------------------- diff --git a/source/index.html b/source/index.html index a5bd787..6cafea6 100644 --- a/source/index.html +++ b/source/index.html @@ -24,7 +24,10 @@ title: Welcome to the Apache Struts project <div class="row"> <div class="column col-md-4"> <h2>Struts {{ site.current_version }} GA</h2> - <p>Apache Struts {{ site.current_version }} GA has been released<br/>on {{ site.release_date }}.</p> + <p> + Apache Struts {{ site.current_version }} GA has been released<br/>on {{ site.release_date }}. + One medium security issue was solved with this release: <a href="/docs/s2-024.html">S2-024</a>. + </p> Read more in <a href="announce.html#a{{ site.release_date_short }}">Announcement</a> or in <a href="/docs/version-notes-{{ site.current_version_short }}.html">Version notes</a> </div>
