Skip to content

Commit

Permalink
Update for bug fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrmshin committed Jan 22, 2014
1 parent aa8984d commit 049e27f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ for a full listing of issues for each release.

--------------------------------------------------------------------------------

## 2014-01-22 (2014-01-22)

This release of Rose works best with Cylc 5.4.4 to 5.4.7.

### Hightlighted Changes

-none-

### Noteworthy Changes

\#1095: rose.config: fix bug introduced by #1067. Use of temporary file to dump
configuration files results in files that are user read-write only. This fix
ensures that files are dumped with the correct permission according to the
umask in the environment.

\#1092: rose bush: cycles list: display failed jobs totals, where relevant.

\#1091: rose suite-log: no longer require `rose.bush`, which requires
`cherrypy`.

## 2014-01 (2014-01-20)

This release of Rose works best with Cylc 5.4.4 to 5.4.7.
Expand Down
2 changes: 1 addition & 1 deletion doc/rose-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
*
******************************************************************************/
/* N.B. The following line is also used by a shell script. Do not add spaces. */
ROSE_VERSION="2014-01+";
ROSE_VERSION="2014-01-22+";

0 comments on commit 049e27f

Please sign in to comment.