diff --git a/docs/new-release-procedure.md b/docs/new-release-procedure.md index c20b3ff4b..54876f2b2 100644 --- a/docs/new-release-procedure.md +++ b/docs/new-release-procedure.md @@ -45,13 +45,14 @@ Try in the firefly dev build you just made - merge rc into dev, use `--no-ff` to create a new commit - `git checkout dev` - `git merge --no-ff ` +#### Do only for major release - Add the new dev cycle tag, but only if you just did the `.0` release - _Important:_ Only do this step if this on `.0` releases. - - For example- if you just did the `2024.2.0` do this step. If you just did the `2024.2.1` skip this step. - - Tag the dev branch with the new cycle with the form - `cycle-yyyy.x` - - For example- If you just did the 2024.1.0 release, and we are beginning work on the 2024.2 cycle: - - on the dev branch - - `git tag cycle-2024.2` + - For example- if you just did the `2024.2.0` do this step. If you just did the `2024.2.1` skip this step. + - Tag the dev branch with the new cycle with the form - `cycle-yyyy.x` + - For example- If you just did the 2024.1.0 release, and we are beginning work on the 2024.2 cycle: + - on the dev branch + - `git tag cycle-2024.2` ### Update Docs - add any improvements to this file diff --git a/docs/release-notes.md b/docs/release-notes.md index f7350da9f..442a72edc 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,7 +7,8 @@ - [Notes on the next version](next-release-details.md) ## Version 2024.2 - - 2024.2.1 - (June 24, 2024), _docker tag_: `latest`, `2024.2`, `2024.2.1` + - 2024.2.2 - (June 25, 2024), _docker tag_: `latest`, `2024.2`, `2024.2.2` + - 2024.2.1 - (June 24, 2024), _docker tag_: `2024.2.1` - 2024.2.0 - (June 21, 2024), _docker tag_: `2024.2.0` ### _Notes_ @@ -48,8 +49,12 @@ - ### _Patches 2024.2_ - 2024.2.1 - - Bug fix: Avoid IllegalStateException related to recycled request objects in Tomcat [Commit](https://github.com/Caltech-IPAC/firefly/commit/02ea84b4d3cc758fb426341356cf2ef07920ceb6) - - Bug fix: regression when parsing non-cube fits tables [Commit](https://github.com/Caltech-IPAC/firefly/commit/c95b830ab9a57487d517db31f6d50c967228e4aa) + - Bug fix: Avoid IllegalStateException related to recycled request objects in Tomcat ([Commit](https://github.com/Caltech-IPAC/firefly/commit/02ea84b4d3cc758fb426341356cf2ef07920ceb6)) + - Bug fix: regression when parsing non-cube fits tables ([Commit](https://github.com/Caltech-IPAC/firefly/commit/c95b830ab9a57487d517db31f6d50c967228e4aa)) +- 2024.2.2 + - Bug fix: FITS table reader failing on byte columns ([Commit](https://github.com/Caltech-IPAC/firefly/commit/b28b11f7912252e053128de0f8cd3a4ddb868896)) + - Bug fix: Regression issue. mask not going away with color dropdown ([Commit](https://github.com/Caltech-IPAC/firefly/commit/fa9439b533f08b72757f6ea480c0602c45d210f5)) + - Bug fix: source id extracted from image search- IRSA-5367 ([PR](https://github.com/Caltech-IPAC/firefly/pull/1571)) ##### _Pull Requests in this release_ - [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2024.2+label%3abug)