From 00db5d4091c778f3041a880e381bfc45b0d9cddd Mon Sep 17 00:00:00 2001 From: "matthew.shin" Date: Mon, 3 Mar 2014 12:05:22 +0000 Subject: [PATCH] Update for release 2014-03 --- CHANGES.md | 21 ++++++++++++++------- doc/etc/fcm-version.js | 2 +- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 6114b5b4..b0e0d8d7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,25 +5,32 @@ for a full listing of issues for each release. -------------------------------------------------------------------------------- -## Next Release (2014-Q1?) +## 2014-03 (2014-03-03) ### Highlighted Changes --none- - -### Noteworthy Changes - -\#98: fcm make: extract: fix ssh location efficiency. - \#96: fcm make: arguments as extra configurations. This change allows the `fcm make` command to accept command line arguments. Each argument will be appended in order as a new line in the current `fcm-make.cfg`. This allows users to override the configuration on the command line. +### Noteworthy Changes + +\#101: fcm make: do not inherit `steps` if it is already set in the current +configuration. This allows `steps=` to be declared before `use=`. + +\#100: fcm make: reduce memory usage in incremental mode. Invoking `fcm make` +with many steps was causing Perl to exit with SIGSEGV previously. + +\#98: fcm make: extract: fix ssh location efficiency. + \#93: fcm make: fix `use=` properties override. This change allows `use=` declarations to be placed anywhere in an `fcm-make.cfg` without interfering other `*.prop` declarations. +\#92: fcm branch-create/list: support alternate username using information in +users' `~/.subversion/servers` file. + \#91: fcm make: remove config-on-success on failure. -------------------------------------------------------------------------------- diff --git a/doc/etc/fcm-version.js b/doc/etc/fcm-version.js index f0a583ef..3dbc5704 100644 --- a/doc/etc/fcm-version.js +++ b/doc/etc/fcm-version.js @@ -1 +1 @@ -FCM.VERSION="2014-02+"; +FCM.VERSION="2014-03+";