[5129] | 1 | <!DOCTYPE html> |
---|
| 2 | <html> |
---|
| 3 | <head> |
---|
| 4 | <title>FCM Release Notes (Old)</title> |
---|
| 5 | <meta name="author" content="FCM team" /> |
---|
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
---|
| 7 | <link rel="icon" href="../etc/fcm-icon.png" type="image/png" /> |
---|
| 8 | <link rel="shortcut icon" href="../etc/fcm-icon.png" type="image/png" /> |
---|
| 9 | <link href="../etc/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen" /> |
---|
| 10 | <link href="../etc/fcm.css" rel="stylesheet" media="screen" /> |
---|
| 11 | </head> |
---|
| 12 | <body> |
---|
| 13 | <div class="navbar navbar-inverse"> |
---|
| 14 | <div class="container-fluid"> |
---|
| 15 | <div class="navbar-header"> |
---|
| 16 | <a class="navbar-brand" href=".."><span class="fcm-version">FCM</span></a> |
---|
| 17 | </div> |
---|
| 18 | <div class="collapse navbar-collapse"> |
---|
| 19 | <ul class="nav navbar-nav"> |
---|
| 20 | <li><a href="../installation/">Installation</a></li> |
---|
| 21 | |
---|
| 22 | <li><a href="../user_guide/">User Guide</a></li> |
---|
| 23 | </ul> |
---|
| 24 | </div> |
---|
| 25 | </div> |
---|
| 26 | </div> |
---|
| 27 | |
---|
| 28 | <div class="page-header"> |
---|
| 29 | <!--div class="fcm-page-content pull-right well well-sm"></div--> |
---|
| 30 | <h1>FCM Release Notes (Old)</h1> |
---|
| 31 | </div> |
---|
| 32 | |
---|
| 33 | <div class="container"> |
---|
| 34 | <div class="row"> |
---|
| 35 | <div class="col-md-12"> |
---|
| 36 | |
---|
| 37 | <p>Current release notes can be found at |
---|
| 38 | <a href="https://github.com/metomi/fcm/blob/master/CHANGES.md">FCM Changes</a> |
---|
| 39 | or the <var>CHANGES.md</var> file of your local installation of FCM.</p> |
---|
| 40 | |
---|
| 41 | <p>Old release notes:</p> |
---|
| 42 | |
---|
| 43 | <dl> |
---|
| 44 | <dt><a href="2-3-1.html">2-3-1</a></dt> |
---|
| 45 | |
---|
| 46 | <dd>Released on 2013-04-05. Bug fix release.</dd> |
---|
| 47 | |
---|
| 48 | <dt><a href="2-3.html">2-3</a></dt> |
---|
| 49 | |
---|
| 50 | <dd>Released on 2012-10-26. GPL release.</dd> |
---|
| 51 | |
---|
| 52 | <dt><a href="2-2.html">2-2</a></dt> |
---|
| 53 | |
---|
| 54 | <dd>Released on 2012-06-15. Subversion 1.6 upgrade.</dd> |
---|
| 55 | |
---|
| 56 | <dt><a href="2-1.html">2-1</a></dt> |
---|
| 57 | |
---|
| 58 | <dd>Released on 2011-07-22. Bug fix release.</dd> |
---|
| 59 | |
---|
| 60 | <dt><a href="2-0.html">2-0</a></dt> |
---|
| 61 | |
---|
| 62 | <dd>Released on 2011-03-11. New extract and build system.</dd> |
---|
| 63 | |
---|
| 64 | <dt><a href="1-5.html">1-5</a></dt> |
---|
| 65 | |
---|
| 66 | <dd>Released on 2010-01-22. New features and bug fixes.</dd> |
---|
| 67 | |
---|
| 68 | <dt><a href="1-4.html">1-4</a></dt> |
---|
| 69 | |
---|
| 70 | <dd>Released on 2009-02-12. Bug fix release.</dd> |
---|
| 71 | |
---|
| 72 | <dt><a href="1-3.html">1-3</a></dt> |
---|
| 73 | |
---|
| 74 | <dd>Released on 2008-01-30. Major update to the extract and build |
---|
| 75 | systems.</dd> |
---|
| 76 | |
---|
| 77 | <dt><a href="1-2.html">1-2</a></dt> |
---|
| 78 | |
---|
| 79 | <dd>Released on 2007-03-22. Bug fix release.</dd> |
---|
| 80 | |
---|
| 81 | <dt><a href="1-1.html">1-1</a></dt> |
---|
| 82 | |
---|
| 83 | <dd>Released on 2006-11-06. First external release of FCM.</dd> |
---|
| 84 | </dl> |
---|
| 85 | |
---|
| 86 | </div> |
---|
| 87 | </div> |
---|
| 88 | </div> |
---|
| 89 | |
---|
| 90 | <hr/> |
---|
| 91 | <div class="container-fluid text-center"> |
---|
| 92 | <div class="row"><div class="col-md-12"> |
---|
| 93 | <address><small> |
---|
| 94 | Copyright © 2006-2021 British Crown (Met Office) & Contributors. |
---|
| 95 | <a href="http://www.metoffice.gov.uk">Met Office</a>. |
---|
| 96 | See <a href="../etc/fcm-terms-of-use.html">Terms of Use</a>.<br /> |
---|
| 97 | This document is released under the British <a href= |
---|
| 98 | "http://www.nationalarchives.gov.uk/doc/open-government-licence/" rel= |
---|
| 99 | "license">Open Government Licence</a>.<br /> |
---|
| 100 | </small></address> |
---|
| 101 | </div></div> |
---|
| 102 | </div> |
---|
| 103 | |
---|
| 104 | <script type="text/javascript" src="../etc/jquery.min.js"></script> |
---|
| 105 | <script type="text/javascript" src="../etc/bootstrap/js/bootstrap.min.js"></script> |
---|
| 106 | <script type="text/javascript" src="../etc/fcm.js"></script> |
---|
| 107 | <script type="text/javascript" src="../etc/fcm-version.js"></script> |
---|
| 108 | </body> |
---|
| 109 | </html> |
---|