diff --git a/CHANGES.md b/CHANGES.md index 7d66e88de6..aa25c8c0e5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/doc/rose-version.js b/doc/rose-version.js index d23bfa057a..72c38e3883 100644 --- a/doc/rose-version.js +++ b/doc/rose-version.js @@ -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+";