Skip to content

Commit 69c6acf

Browse files
committed
Release 2024.2.2: document updates
more
1 parent bfd478c commit 69c6acf

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

docs/new-release-procedure.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,14 @@ Try in the firefly dev build you just made
4545
- merge rc into dev, use `--no-ff` to create a new commit
4646
- `git checkout dev`
4747
- `git merge --no-ff <rc-branch>`
48+
#### Do only for major release
4849
- Add the new dev cycle tag, but only if you just did the `.0` release
4950
- _Important:_ Only do this step if this on `.0` releases.
50-
- For example- if you just did the `2024.2.0` do this step. If you just did the `2024.2.1` skip this step.
51-
- Tag the dev branch with the new cycle with the form - `cycle-yyyy.x`
52-
- For example- If you just did the 2024.1.0 release, and we are beginning work on the 2024.2 cycle:
53-
- on the dev branch
54-
- `git tag cycle-2024.2`
51+
- For example- if you just did the `2024.2.0` do this step. If you just did the `2024.2.1` skip this step.
52+
- Tag the dev branch with the new cycle with the form - `cycle-yyyy.x`
53+
- For example- If you just did the 2024.1.0 release, and we are beginning work on the 2024.2 cycle:
54+
- on the dev branch
55+
- `git tag cycle-2024.2`
5556

5657
### Update Docs
5758
- add any improvements to this file

docs/release-notes.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
- [Notes on the next version](next-release-details.md)
88

99
## Version 2024.2
10-
- 2024.2.1 - (June 24, 2024), _docker tag_: `latest`, `2024.2`, `2024.2.1`
10+
- 2024.2.2 - (June 25, 2024), _docker tag_: `latest`, `2024.2`, `2024.2.2`
11+
- 2024.2.1 - (June 24, 2024), _docker tag_: `2024.2.1`
1112
- 2024.2.0 - (June 21, 2024), _docker tag_: `2024.2.0`
1213

1314
### _Notes_
@@ -48,8 +49,12 @@
4849
-
4950
### _Patches 2024.2_
5051
- 2024.2.1
51-
- Bug fix: Avoid IllegalStateException related to recycled request objects in Tomcat [Commit](https://github.com/Caltech-IPAC/firefly/commit/02ea84b4d3cc758fb426341356cf2ef07920ceb6)
52-
- Bug fix: regression when parsing non-cube fits tables [Commit](https://github.com/Caltech-IPAC/firefly/commit/c95b830ab9a57487d517db31f6d50c967228e4aa)
52+
- Bug fix: Avoid IllegalStateException related to recycled request objects in Tomcat ([Commit](https://github.com/Caltech-IPAC/firefly/commit/02ea84b4d3cc758fb426341356cf2ef07920ceb6))
53+
- Bug fix: regression when parsing non-cube fits tables ([Commit](https://github.com/Caltech-IPAC/firefly/commit/c95b830ab9a57487d517db31f6d50c967228e4aa))
54+
- 2024.2.2
55+
- Bug fix: FITS table reader failing on byte columns ([Commit](https://github.com/Caltech-IPAC/firefly/commit/b28b11f7912252e053128de0f8cd3a4ddb868896))
56+
- Bug fix: Regression issue. mask not going away with color dropdown ([Commit](https://github.com/Caltech-IPAC/firefly/commit/fa9439b533f08b72757f6ea480c0602c45d210f5))
57+
- Bug fix: source id extracted from image search- IRSA-5367 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1571))
5358

5459
##### _Pull Requests in this release_
5560
- [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2024.2+label%3abug)

0 commit comments

Comments
 (0)