From 94c4e242965aadb742eac186a0dd9ab2e9911a39 Mon Sep 17 00:00:00 2001 From: Matt Shin Date: Thu, 15 Oct 2015 14:28:57 +0100 Subject: [PATCH] Update for release --- CHANGES.md | 16 ++++++++++++++++ doc/etc/fcm-version.js | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e1244bf0..9913a5bd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,22 @@ for a full listing of issues for each release. -------------------------------------------------------------------------------- +## 2015.10.0 (2015-10-15) + +FCM release 29. Minor update. + +### Noteworthy Changes + +[#205](https://github.com/metomi/fcm/pull/205): +fcm make: build: new setting `build.prop{checksum-method}=md5|sha1|...` allows +users to choose MD5 or one of SHA algorithms in Perls' `Digest::SHA` to +calculate the checksums of source and target files. + +[#204](https://github.com/metomi/fcm/pull/204): +fcm branch-create: allow `--bob` as a synonym of `--branch-of-branch`. + +-------------------------------------------------------------------------------- + ## 2015.09.0 (2015-09-28) FCM release 28. Minor update to admin utilities, nothing noteworthy for users. diff --git a/doc/etc/fcm-version.js b/doc/etc/fcm-version.js index 19ffccdd..b4b3d489 100644 --- a/doc/etc/fcm-version.js +++ b/doc/etc/fcm-version.js @@ -1 +1 @@ -FCM.VERSION="2015.09.0"; +FCM.VERSION="2015.10.0";