Skip to content

Commit 9cf7bd5

Browse files
committed
Release 2021.1.2: document updates
1 parent 48cf006 commit 9cf7bd5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-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 = 2021
55
BuildMinor = 2
6-
BuildRev = 1
6+
BuildRev = 2
77
BuildNumber = 0
88
BuildType = "Final"
99

docs/release-notes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
- To Access current (unstable) development - (Version _next_, unreleased) use docker tag: `nightly`
66

77
## Version 2021.2
8+
- 2021.2.2 (June 2021)
9+
- docker tag: `latest`, `release-2021.2`, `release-2021.2.2`
810
- 2021.2.1 (May 2021)
9-
- docker tag: `latest`, `release-2021.2`, `release-2021.2.1`
11+
- docker tag: `release-2021.2.1`
1012
- 2021.2.0 (May 2021)
1113
- docker tag: `release-2021.2.0`
1214
- original release
@@ -35,6 +37,10 @@
3537
##### _Patches 2021.2_
3638
- 2021.2.1
3739
- Fixed: save image dialog failing to appear
40+
- 2021.2.2
41+
- Fixed: mouse wheel / trackpad scrolling performance issue ([Firefly-793](https://github.com/Caltech-IPAC/firefly/pull/1098))
42+
- Fixed: Handle redirects when retrieving TAP errors ([DM-30073](https://github.com/Caltech-IPAC/firefly/pull/1092))
43+
- Fixed: problem is misusing the referer header
3844

3945

4046
##### _Pull Request in this release_

0 commit comments

Comments
 (0)