Add EOL notes to the vulnerability pages so it's clear they are
[openssl-web.git] / news / openssl-notes.html.in
1 <!DOCTYPE html>
2 <html lang="en">
3 <!--#include virtual="/inc/head.shtml" -->
4
5 <body>
6 <!--#include virtual="/inc/banner.shtml" -->
7
8   <div id="main">
9     <div id="content">
10       <div class="blog-index">
11         <article>
12           <header><h2>OpenSSL @VERSION@ Series Release Notes<h2></header>
13           <div class="entry-content">
14             <p>
15             The major changes and known issues for the @VERSION@ branch
16             of the OpenSSL toolkit are summarised below. The contents
17             reflect the current state of the <tt>NEWS</tt> file inside
18             the git repository.
19             </p>
20
21             <p>
22             More details can be found in the <a href="changelog.html">ChangeLog</a>.
23             </p>
24
25             <!--#include virtual="openssl-@VERSION@-notes.inc" -->
26           </div>
27           <footer>
28             You are here: <a href="/">Home</a>
29             : <a href=".">News</a>
30             <br/><a href="/sitemap.txt">Sitemap</a>
31           </footer>
32         </article>
33       </div>
34       <!--#include virtual="sidebar.shtml" -->
35     </div>
36   </div>
37
38 <!--#include virtual="/inc/footer.shtml" -->
39 </body>
40
41 </html>