[5129] | 1 | <!DOCTYPE html> |
---|
| 2 | <html> |
---|
| 3 | <head> |
---|
| 4 | <title>FCM 2-3 Release Notes</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 2-3 Release Notes <small>26 October 2012</small></h1> |
---|
| 31 | </div> |
---|
| 32 | |
---|
| 33 | <div class="container"> |
---|
| 34 | <div class="row"> |
---|
| 35 | <div class="col-md-12"> |
---|
| 36 | |
---|
| 37 | <p>These are the release notes for FCM 2-3. This release of FCM is distributed |
---|
| 38 | under the terms of the <a href="http://www.gnu.org/licenses/gpl.html" |
---|
| 39 | rel="license">GNU General Public License</a>. See <a href= |
---|
| 40 | "../etc/fcm-terms-of-use.html">Terms of Use</a> for detail.</p> |
---|
| 41 | |
---|
| 42 | <p>If FCM is not yet installed at your site, please refer to <a href= |
---|
| 43 | "../installation/">FCM: Installation</a> for detail.</p> |
---|
| 44 | |
---|
| 45 | <h2>Contents</h2> |
---|
| 46 | |
---|
| 47 | <div id="fcm-content"></div> |
---|
| 48 | |
---|
| 49 | <h2 id="changes-highlight">Highlight Changes</h2> |
---|
| 50 | |
---|
| 51 | <dl> |
---|
| 52 | <dt><a href="http://www.gnu.org/licenses/gpl.html" rel="license">GNU General |
---|
| 53 | Public License</a></dt> |
---|
| 54 | |
---|
| 55 | <dd> |
---|
| 56 | <p>From this release onwards, FCM will be released under the terms of the |
---|
| 57 | GNU General Public License.</p> |
---|
| 58 | </dd> |
---|
| 59 | |
---|
| 60 | <dt><code>fcm make</code></dt> |
---|
| 61 | |
---|
| 62 | <dd> |
---|
| 63 | <p>Build system now recognises all text files starting with a |
---|
| 64 | <code>#!</code> line as scripts.</p> |
---|
| 65 | |
---|
| 66 | <p>Build system target selection logic has been improved to work more |
---|
| 67 | efficiently, and to work correctly with a complex case of non-fatal cyclic |
---|
| 68 | dependency.</p> |
---|
| 69 | </dd> |
---|
| 70 | </dl> |
---|
| 71 | |
---|
| 72 | <h2 id="changes-minor">Minor Changes and Bug Fixes</h2> |
---|
| 73 | |
---|
| 74 | <dl> |
---|
| 75 | <dt><code>fcm branch-create</code></dt> |
---|
| 76 | |
---|
| 77 | <dd> |
---|
| 78 | <p>Fixed: no longer issue an incorrect error when creating a branch for a |
---|
| 79 | project that resides at the root level of a repository.</p> |
---|
| 80 | </dd> |
---|
| 81 | |
---|
| 82 | <dt><code>fcm make</code></dt> |
---|
| 83 | |
---|
| 84 | <dd> |
---|
| 85 | <p>The behaviour of the <code>--new</code> option is modified to remove |
---|
| 86 | only step directories defined in the <code>steps</code> declaration |
---|
| 87 | instead of all known steps in the configuration.</p> |
---|
| 88 | |
---|
| 89 | <p>Mirror: write to the mirror target a <samp>fcm-make.cfg.orig</samp> file |
---|
| 90 | containing the configuration of the original <code>fcm make</code> |
---|
| 91 | invocation.</p> |
---|
| 92 | </dd> |
---|
| 93 | |
---|
| 94 | <dt><code>fcm loc-layout</code></dt> |
---|
| 95 | |
---|
| 96 | <dd> |
---|
| 97 | <p>New command to parse a Subversion target and print the FCM layout |
---|
| 98 | information of its URL.</p> |
---|
| 99 | |
---|
| 100 | <dt><code>fcm mkpatch</code></dt> |
---|
| 101 | |
---|
| 102 | <dd> |
---|
| 103 | <p>Import scripts now uses <code>/bin/bash</code> instead of |
---|
| 104 | <code>/bin/sh</code>.</p> |
---|
| 105 | </dd> |
---|
| 106 | </dl> |
---|
| 107 | |
---|
| 108 | <h2 id="issues">Known Issues</h2> |
---|
| 109 | |
---|
| 110 | <dl> |
---|
| 111 | <dt>Build inheritance limitation: handling of include files</dt> |
---|
| 112 | |
---|
| 113 | <dd>See the <a href="../user_guide/make.html#build.inherit">User Guide > |
---|
| 114 | FCM Make > Build > Build Inheritance</a> for detail.</dd> |
---|
| 115 | </dl> |
---|
| 116 | |
---|
| 117 | </div> |
---|
| 118 | </div> |
---|
| 119 | </div> |
---|
| 120 | |
---|
| 121 | <hr/> |
---|
| 122 | <div class="container-fluid text-center"> |
---|
| 123 | <div class="row"><div class="col-md-12"> |
---|
| 124 | <address><small> |
---|
| 125 | Copyright © 2006-2021 British Crown (Met Office) & Contributors. |
---|
| 126 | <a href="http://www.metoffice.gov.uk">Met Office</a>. |
---|
| 127 | See <a href="../etc/fcm-terms-of-use.html">Terms of Use</a>.<br /> |
---|
| 128 | This document is released under the British <a href= |
---|
| 129 | "http://www.nationalarchives.gov.uk/doc/open-government-licence/" rel= |
---|
| 130 | "license">Open Government Licence</a>.<br /> |
---|
| 131 | </small></address> |
---|
| 132 | </div></div> |
---|
| 133 | </div> |
---|
| 134 | |
---|
| 135 | <script type="text/javascript" src="../etc/jquery.min.js"></script> |
---|
| 136 | <script type="text/javascript" src="../etc/bootstrap/js/bootstrap.min.js"></script> |
---|
| 137 | <script type="text/javascript" src="../etc/fcm.js"></script> |
---|
| 138 | <script type="text/javascript" src="../etc/fcm-version.js"></script> |
---|
| 139 | </body> |
---|
| 140 | </html> |
---|