Add EOL notes to the vulnerability pages so it's clear they are
[openssl-web.git] / news / changelog.html
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>Changelog</h2></header>
13           <div class="entry-content">
14             <p>
15             When a release is created, that branch is forked off, and its
16             changelog is also forked. For example, none of the changes
17             after 0.9.8n appear in the other logs, because 1.0.0 was
18             created after that release and before 0.9.8o. Any changes that
19             are merged across branches, however, should have an entry
20             in each branch's changelog.
21             </p>
22             <p>
23             This is the changelog for the master branch, the one that is
24             currently in active development.
25             The plain-text version of this document is available
26             here: <a href="changelog.txt">changelog.txt</a>
27             </p>
28             </p>
29             For other branches, the changelogs are distributed with
30             the source, but are also available here:
31             <ul>
32               <li><a href="cl102.txt">1.0.2</a></li>
33               <li><a href="cl110.txt">1.1.0</a></li>
34             </ul>
35             <!--#include virtual="changelog.inc" -->
36           </div>
37           <footer>
38             You are here: <a href="/">Home</a>
39             : <a href=".">News</a>
40             : <a href="">Changelog</a>
41             <br/><a href="/sitemap.txt">Sitemap</a>
42           </footer>
43         </article>
44       </div>
45       <!--#include virtual="sidebar.shtml" -->
46     </div>
47   </div>
48
49 <!--#include virtual="/inc/footer.shtml" -->
50 </body>
51
52 </html>
53