From a2d6cc15833b65b3b550f834622a224b955cfeca Mon Sep 17 00:00:00 2001 From: roby Date: Mon, 30 Mar 2020 14:00:06 -0600 Subject: [PATCH] Release 2020.1.2: document updates --- config/app.config | 2 +- docs/new-release-procedure.md | 4 +++- docs/release-notes.md | 7 +++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/config/app.config b/config/app.config index 05e8c1a270..72ef0a0d63 100644 --- a/config/app.config +++ b/config/app.config @@ -3,7 +3,7 @@ //--------------------------------------------- BuildMajor = 2020 BuildMinor = 1 -BuildRev = 1 +BuildRev = 2 BuildNumber = 0 BuildType = "Final" diff --git a/docs/new-release-procedure.md b/docs/new-release-procedure.md index eee977505d..5d2452b5ac 100644 --- a/docs/new-release-procedure.md +++ b/docs/new-release-procedure.md @@ -20,7 +20,9 @@ 1. **Commit, Tag** - commit you changes - _example message:_ "Release 2020.1.0: document updates" - tag the `rc-yyyy.m` branch with the release `release-yyyy.m.r` - - _example:_ the second release from branch `rc-2020.2` with the git tagged with `release-2020.2.1` + - _example:_ + - the second release from branch `rc-2020.2` with the git tagged with `release-2020.2.1` + - `git tag release-2020.2.1` 1. **Push to GitHub**: diff --git a/docs/release-notes.md b/docs/release-notes.md index 21431856c7..3b68b0c844 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -15,6 +15,7 @@ See Firefly docker guidelines [here](firefly-docker.md). - 2020.1 latest - `release-2020.1` - 2020.1.0 - `release-2020.1.0` - original release - 2020.1.1 - `release-2020.1.1` - patch 1 +- 2020.1.2 - `release-2020.1.2` - patch 2 ##### _UI_ @@ -39,6 +40,12 @@ See Firefly docker guidelines [here](firefly-docker.md). - MOC overlay support setting the mode MOC_DEFAULT_STYLE to 'outline' or 'fill' - API examples are at the `firefly/test.html` endpoint + +##### _Patches 2020.2_ +- 2020.1.2 + - Fixed: MOC: update the fill color for round-up tiles [Firefly-526](https://github.com/Caltech-IPAC/firefly/pull/958) + - Fixed: Color picker now updates when selection is changed [Firefly-529](https://github.com/Caltech-IPAC/firefly/pull/957) + ##### _Patches 2020.1_ - 2020.1.1 - fix fixed column cell transparency issue [Firefly-523](https://github.com/Caltech-IPAC/firefly/pull/955)