File: index.html

package info (click to toggle)
fcm 2021.05.01-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 7,788 kB
  • sloc: perl: 26,014; sh: 10,510; javascript: 4,043; f90: 774; python: 294; ansic: 29; makefile: 14; cpp: 5
file content (109 lines) | stat: -rw-r--r-- 3,357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html>
<head>
  <title>FCM Release Notes (Old)</title>
  <meta name="author" content="FCM team" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <link rel="icon" href="../etc/fcm-icon.png" type="image/png" />
  <link rel="shortcut icon" href="../etc/fcm-icon.png" type="image/png" />
  <link href="../etc/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen" />
  <link href="../etc/fcm.css" rel="stylesheet" media="screen" />
</head>
<body>
  <div class="navbar navbar-inverse">
    <div class="container-fluid">
      <div class="navbar-header">
        <a class="navbar-brand" href=".."><span class="fcm-version">FCM</span></a>
      </div>
      <div class="collapse navbar-collapse">
        <ul class="nav navbar-nav">
          <li><a href="../installation/">Installation</a></li>

          <li><a href="../user_guide/">User Guide</a></li>
        </ul>
      </div>
    </div>
  </div>

  <div class="page-header">
    <!--div class="fcm-page-content pull-right well well-sm"></div-->
    <h1>FCM Release Notes (Old)</h1>
  </div>

  <div class="container">
  <div class="row">
  <div class="col-md-12">

  <p>Current release notes can be found at
  <a href="https://github.com/metomi/fcm/blob/master/CHANGES.md">FCM Changes</a>
  or the <var>CHANGES.md</var> file of your local installation of FCM.</p>

  <p>Old release notes:</p>

  <dl>
    <dt><a href="2-3-1.html">2-3-1</a></dt>

    <dd>Released on 2013-04-05. Bug fix release.</dd>

    <dt><a href="2-3.html">2-3</a></dt>

    <dd>Released on 2012-10-26. GPL release.</dd>

    <dt><a href="2-2.html">2-2</a></dt>

    <dd>Released on 2012-06-15. Subversion 1.6 upgrade.</dd>

    <dt><a href="2-1.html">2-1</a></dt>

    <dd>Released on 2011-07-22. Bug fix release.</dd>

    <dt><a href="2-0.html">2-0</a></dt>

    <dd>Released on 2011-03-11. New extract and build system.</dd>

    <dt><a href="1-5.html">1-5</a></dt>

    <dd>Released on 2010-01-22. New features and bug fixes.</dd>

    <dt><a href="1-4.html">1-4</a></dt>

    <dd>Released on 2009-02-12. Bug fix release.</dd>

    <dt><a href="1-3.html">1-3</a></dt>

    <dd>Released on 2008-01-30. Major update to the extract and build
    systems.</dd>

    <dt><a href="1-2.html">1-2</a></dt>

    <dd>Released on 2007-03-22. Bug fix release.</dd>

    <dt><a href="1-1.html">1-1</a></dt>

    <dd>Released on 2006-11-06. First external release of FCM.</dd>
  </dl>

  </div>
  </div>
  </div>

  <hr/>
  <div class="container-fluid text-center">
    <div class="row"><div class="col-md-12">
    <address><small>
      Copyright &copy; 2006-2021 British Crown (Met Office) &amp; Contributors.
      <a href="http://www.metoffice.gov.uk">Met Office</a>.
      See <a href="../etc/fcm-terms-of-use.html">Terms of Use</a>.<br />
      This document is released under the British <a href=
      "http://www.nationalarchives.gov.uk/doc/open-government-licence/" rel=
      "license">Open Government Licence</a>.<br />
    </small></address>
    </div></div>
  </div>

  <script type="text/javascript" src="../etc/jquery.min.js"></script>
  <script type="text/javascript" src="../etc/bootstrap/js/bootstrap.min.js"></script>
  <script type="text/javascript" src="../etc/fcm.js"></script>
  <script type="text/javascript" src="../etc/fcm-version.js"></script>
</body>
</html>