Skip to content

Commit

Permalink
Merge pull request #102 from matthewrmshin/rel-2014-03
Browse files Browse the repository at this point in the history
Update for release 2014-03
  • Loading branch information
benfitzpatrick committed Mar 3, 2014
2 parents 9865642 + 00db5d4 commit e776393
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
21 changes: 14 additions & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/etc/fcm-version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FCM.VERSION="2014-02+";
FCM.VERSION="2014-03+";

0 comments on commit e776393

Please sign in to comment.