Skip to content

Commit 6112f92

Browse files
committed
Update for release
1 parent 5dbb225 commit 6112f92

File tree

3 files changed

+19
-6
lines changed

3 files changed

+19
-6
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ for a full listing of issues for each release.
55

66
--------------------------------------------------------------------------------
77

8+
## 2016.09.0 (2016-09-19)
9+
10+
FCM release 34. Minor bug fix, and minor update to admin utilities.
11+
12+
### Noteworthy Changes
13+
14+
[#235](https://github.com/metomi/fcm/pull/235):
15+
fcm make: build: fix `sprintf` redundant argument warning on Perl 5.22+.
16+
17+
--------------------------------------------------------------------------------
18+
819
## 2016.05.1 (2016-05-19)
920

1021
FCM release 34. Minor update to admin utilities, nothing noteworthy for users.

doc/etc/fcm-version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FCM.VERSION="2016.05.1";
1+
FCM.VERSION="2016.09.0";

doc/installation/index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ <h1>FCM: Installation</h1>
3737
<h2 id="requirements">System Requirements</h2>
3838

3939
<p>FCM is intended to run on a Unix/Linux system. It is known to work on
40-
RHEL-6 and some part of it on AIX-7.</p>
40+
recent popular Linux distributions such as RHEL-6. See
41+
<a href="https://github.com/metomi/metomi-vms">metomi-vms @ Github</a> for
42+
information.</p>
4143

4244
<p>FCM releases can be downloaded from <a href=
4345
"https://github.com/metomi/fcm/releases">Github</a>. Download the tar.gz file
@@ -54,7 +56,7 @@ <h2 id="requirements">System Requirements</h2>
5456
<dd>
5557
<p><dfn>used by:</dfn> <code>fcm</code>.</p>
5658

57-
<p><dfn>versions known to work:</dfn> 5.10.1.</p>
59+
<p><dfn>versions known to work:</dfn> RHEL-6: 5.10.1</p>
5860

5961
<p><dfn>remark:</dfn> We assume that all <em>core</em> Perl modules (as
6062
documented by <a href="http://perldoc.perl.org/">perldoc.perl.org</a>) of
@@ -132,7 +134,7 @@ <h2 id="requirements">System Requirements</h2>
132134
<p><dfn>used by:</dfn> (optional, but highly recommended as a companion
133135
to Subversion)</p>
134136

135-
<p><dfn>versions known to work:</dfn> 0.11.7.</p>
137+
<p><dfn>versions known to work:</dfn> RHEL-6: 1.0.5.</p>
136138
</dd>
137139

138140
<dt><a href="http://furius.ca/xxdiff/">xxdiff</a></dt>
@@ -167,7 +169,7 @@ <h2 id="requirements">System Requirements</h2>
167169
<p><dfn>used by:</dfn> the mirror system of <code>fcm make</code>, the
168170
deprecated <code>fcm extract</code>.</p>
169171

170-
<p><dfn>versions known to work:</dfn> AIX-7: 3.0.9, RHEL-6: 3.0.6.</p>
172+
<p><dfn>versions known to work:</dfn> RHEL-6: 3.0.6.</p>
171173

172174
<p><dfn>remark:</dfn> used to mirror source file to another
173175
<var>USER@HOST</var>.</p>
@@ -178,7 +180,7 @@ <h2 id="requirements">System Requirements</h2>
178180
<dd>
179181
<p><dfn>used by:</dfn> the deprecated <code>fcm build</code>.</p>
180182

181-
<p><dfn>versions known to work:</dfn> AIX-7: 3.80, RHEL-6: 3.81.</p>
183+
<p><dfn>versions known to work:</dfn> RHEL-6: 3.81.</p>
182184
</dd>
183185
</dl>
184186
</div>

0 commit comments

Comments
 (0)