Skip to content

Commit a2d6cc1

Browse files
committed
Release 2020.1.2: document updates
1 parent 64adcad commit a2d6cc1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

config/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//---------------------------------------------
44
BuildMajor = 2020
55
BuildMinor = 1
6-
BuildRev = 1
6+
BuildRev = 2
77
BuildNumber = 0
88
BuildType = "Final"
99

docs/new-release-procedure.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
1. **Commit, Tag**
2121
- commit you changes - _example message:_ "Release 2020.1.0: document updates"
2222
- tag the `rc-yyyy.m` branch with the release `release-yyyy.m.r`
23-
- _example:_ the second release from branch `rc-2020.2` with the git tagged with `release-2020.2.1`
23+
- _example:_
24+
- the second release from branch `rc-2020.2` with the git tagged with `release-2020.2.1`
25+
- `git tag release-2020.2.1`
2426

2527

2628
1. **Push to GitHub**:

docs/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ See Firefly docker guidelines [here](firefly-docker.md).
1515
- 2020.1 latest - `release-2020.1`
1616
- 2020.1.0 - `release-2020.1.0` - original release
1717
- 2020.1.1 - `release-2020.1.1` - patch 1
18+
- 2020.1.2 - `release-2020.1.2` - patch 2
1819

1920

2021
##### _UI_
@@ -39,6 +40,12 @@ See Firefly docker guidelines [here](firefly-docker.md).
3940
- MOC overlay support setting the mode MOC_DEFAULT_STYLE to 'outline' or 'fill'
4041
- API examples are at the `firefly/test.html` endpoint
4142

43+
44+
##### _Patches 2020.2_
45+
- 2020.1.2
46+
- Fixed: MOC: update the fill color for round-up tiles [Firefly-526](https://github.com/Caltech-IPAC/firefly/pull/958)
47+
- Fixed: Color picker now updates when selection is changed [Firefly-529](https://github.com/Caltech-IPAC/firefly/pull/957)
48+
4249
##### _Patches 2020.1_
4350
- 2020.1.1
4451
- fix fixed column cell transparency issue [Firefly-523](https://github.com/Caltech-IPAC/firefly/pull/955)

0 commit comments

Comments
 (0)