From 56087e8234f31bfb2b5e388e2ccae7d8ce94b663 Mon Sep 17 00:00:00 2001 From: Matt Shin Date: Thu, 19 May 2016 09:13:19 +0100 Subject: [PATCH] Update for release --- CHANGES.md | 28 +++++++++++++++------------- doc/rose-version.js | 2 +- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5164af809f..c5c892ce58 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,30 +5,32 @@ for a full listing of issues for each release. -------------------------------------------------------------------------------- -## Next Release (2016-Q2?) +## 2016.05.1 (2016-05-19) -Rose release 40. This release will work best with -[cylc-6.10.0](https://github.com/cylc/cylc/releases/tag/6.10.0) and -[fcm-2016.05.0](https://github.com/metomi/fcm/releases/tag/2016.05.0), -or their successors. +Rose release 40. This release works best with +[cylc-6.10.1](https://github.com/cylc/cylc/releases/tag/6.10.1) and +[fcm-2016.05.0](https://github.com/metomi/fcm/releases/tag/2016.05.0). ### Highlighted Changes [#1884](https://github.com/metomi/rose/pull/1884): -rose macro: can now be used on the whole suite. Previously, it only worked at +rose macro: can now be used on a whole suite. Previously, it only worked at the level of an application configuration. -### Noteworthy Changes - -[#1887](https://github.com/metomi/rose/pull/1887): -rose bush: view: can now serve a file in a tar-gzip archive that contains -Unicode character. Previously, it would incorrectly serve the whole tar -archive. - [#1883](https://github.com/metomi/rose/pull/1883): rose bush and rosie disco: web pages have been upgraded from Bootstrap 2.X to Bootstrap 3.3.6. +### Noteworthy Changes + +[#1892](https://github.com/metomi/rose/pull/1892): +rose date: enable `--as-total=TIME_FORMAT` option when printing durations. + +[#1887](https://github.com/metomi/rose/pull/1887): +rose bush: view: will now serve a file in a tar-gzip archive automatically in +raw mode if it contains Unicode characters. Previously, it would incorrectly +serve the whole tar archive. + -------------------------------------------------------------------------------- ## 2016.05.0 (2016-05-05) diff --git a/doc/rose-version.js b/doc/rose-version.js index bb252032f6..d5f12a7b71 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="2016.05.0"; +ROSE_VERSION="2016.05.1";