Skip to content

Commit f266962

Browse files
committed
Release 2019.3.2
1 parent 145f797 commit f266962

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

config/app.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//---------------------------------------------
22
// adjustable application runtime properties
33
//---------------------------------------------
4-
BuildMajor = 0
5-
BuildMinor = 0
6-
BuildRev = 0
4+
BuildMajor = 2019
5+
BuildMinor = 3
6+
BuildRev = 2
77
BuildNumber = 0
88
BuildType = "Final"
99

docs/release-notes.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Release Notes
1+
# Release Notes
22

33
Firefly builds and the notes for using running it are on the [Docker Page](https://hub.docker.com/r/ipac/firefly).
44

@@ -12,13 +12,14 @@ See Firefly docker guidelines [here](firefly-docker.md).
1212
- Table data is now formatted on the client side. ([DM-20248](https://github.com/Caltech-IPAC/firefly/pull/884))
1313
- Significant improvements in the distance tool. ([Firefly-56](https://github.com/Caltech-IPAC/firefly/pull/904))
1414

15-
### Version 2019.3
15+
### Version 2019.3
1616

1717
This release is focused on bug fixes and stability.
1818

1919
##### _Docker tags, releases and patches_
2020

21-
- 2019.3 latest - `release-2019.3`
21+
- 2019.3 latest - `release-2019.3`
22+
- 2019.3.2 - `release-2019.3.2` - patch #2 (see [patches](#patches-20193))
2223
- 2019.3.1 - `release-2019.3.1` - patch #1 (see [patches](#patches-20193))
2324
- 2019.3.0 - `release-2019.3.0` - original release
2425

@@ -33,12 +34,17 @@ This release is focused on bug fixes and stability.
3334
##### _API_
3435
- Plotly.js charting library was updated from version 1.38.3 to version 1.49.4. Plotly.js 1.43 converted `title` properties (e.g. `layout.title`) from strings into objects that contain `text` property along with new title placement properties `x`, `y`, `xref`, `yref`, `xanchor`, `yanchor` and `pad`. It also moved existing `title*` properties (e.g. `layout.titlefont`) under the `title` object (e.g. `layout.title.font`). See see [plotly.js change log](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1494----2019-08-22) for more information. ([Firefly-266](https://github.com/Caltech-IPAC/firefly/pull/883))
3536

36-
##### _Patches 2019.3_
37+
##### _Patches 2019.3_
38+
- 2019.3.2
39+
- Logging error improved [Firefly-434](https://github.com/Caltech-IPAC/firefly/pull/909)
40+
- fix pulldown for SOFIA footprint ([IRSA-3271](https://github.com/Caltech-IPAC/firefly/commit/1ebdd89e53c6efa293bc9cbfad3a689aabcfd5db))
41+
- Header popup panel was not updating as the FITS image changed ([IRSA-3272](https://github.com/Caltech-IPAC/firefly/pull/912))
42+
- Put back cube images ([Firefly-443](https://github.com/Caltech-IPAC/firefly/pull/913))
43+
- Fixing wavelength numbers and cleanup image config file ([IRSA-3284](https://github.com/Caltech-IPAC/firefly/pull/914))
3744
- 2019.3.1
3845
- Tap query now more robust. Manually handle redirection. Include credential info only when redirected back to source. ([Firefly-414](https://github.com/Caltech-IPAC/firefly/pull/907))
3946
- Add build code that all for applications that are built on Firefly to reference a specified version of Firefly ([DM-20931](https://github.com/Caltech-IPAC/firefly/pull/862))
4047

41-
4248
### Version 2019.2
4349
##### _Docker tags, releases and patches_
4450

@@ -62,14 +68,13 @@ This release is focused on bug fixes and stability.
6268

6369
##### _UI_
6470
- TAP search Implemented (Multiple tickets and PRs)
65-
- DataLink partial implementation ([Firelfy-71](https://github.com/Caltech-IPAC/firefly/pull/797))
66-
- ivoa.ObsCore support ([Firelfy-71](https://github.com/Caltech-IPAC/firefly/pull/797))
71+
- DataLink partial implementation ([Firefly-71](https://github.com/Caltech-IPAC/firefly/pull/797))
72+
- ivoa.ObsCore support ([Firefly-71](https://github.com/Caltech-IPAC/firefly/pull/797))
6773

6874
##### _API_
6975
- TAP search can be started from the API
7076

7177

72-
### Before
78+
### Before
7379

7480
- Release notes were started as of version 2019.1
75-

0 commit comments

Comments
 (0)