From 40506d0a98f3e2911a3361fffc35e96e3f1d4030 Mon Sep 17 00:00:00 2001 From: Matt Shin Date: Wed, 27 Sep 2017 14:19:00 +0100 Subject: [PATCH] Update for release --- .mailmap | 2 ++ CHANGES.md | 17 +++++++++++++++++ doc/etc/fcm-version.js | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index a175fd37..2ef1262b 100644 --- a/.mailmap +++ b/.mailmap @@ -7,3 +7,5 @@ Matt Shin matthewrmshin matthewrmshin Roddy Sharp r-sharp Stuart Whitehouse scwhitehouse +Martin Dix MartinDix +Kerry Day Kerry Day diff --git a/CHANGES.md b/CHANGES.md index 65cfa705..3fd29de2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,23 @@ for a full listing of issues for each release. -------------------------------------------------------------------------------- +## 2017.09.0 (2017-09-27) + +FCM release 39. + +### Noteworthy Changes + +[#246](https://github.com/metomi/fcm/pull/246): +fcm make: new `description` setting to allow users to specify any string to +describe the current make. + +[#245](https://github.com/metomi/fcm/pull/245): +fcm make: build: a link task for creating an executable will no longer create +an archive library with the `ar` command before calling the linker. The linker +command will contain the full list of object files instead. + +-------------------------------------------------------------------------------- + ## 2017.02.0 (2017-02-24) FCM release 38. diff --git a/doc/etc/fcm-version.js b/doc/etc/fcm-version.js index 22c1b37b..a851ca24 100644 --- a/doc/etc/fcm-version.js +++ b/doc/etc/fcm-version.js @@ -1 +1 @@ -FCM.VERSION="2017.02.0"; +FCM.VERSION="2017.09.0";