From 35feafcdfba4b78ee9592855d92675d0879ed136 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 8 Apr 2020 23:22:33 -0700 Subject: [PATCH] Add release-notes/5.24.2 --- release-notes.md | 9 ++++++++ release-notes/5.24.2.md | 47 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 release-notes/5.24.2.md diff --git a/release-notes.md b/release-notes.md index ee897de18c..79515f2bdd 100644 --- a/release-notes.md +++ b/release-notes.md @@ -15,6 +15,15 @@ Other resources for identifying changes are: * https://github.com/civicrm/civicrm-joomla * https://github.com/civicrm/civicrm-wordpress +## CiviCRM 5.24.2 + +Released April 9, 2020 + +- **[Synopsis](release-notes/5.24.2.md#synopsis)** +- **[Bugs resolved](release-notes/5.24.2.md#bugs)** +- **[Credits](release-notes/5.24.2.md#credits)** +- **[Feedback](release-notes/5.24.2.md#feedback)** + ## CiviCRM 5.24.1 Released April 4, 2020 diff --git a/release-notes/5.24.2.md b/release-notes/5.24.2.md new file mode 100644 index 0000000000..9cb2e60ef9 --- /dev/null +++ b/release-notes/5.24.2.md @@ -0,0 +1,47 @@ +# CiviCRM 5.24.1 + +Released April 9, 2020 + +- **[Synopsis](#synopsis)** +- **[Bugs resolved](#bugs)** +- **[Credits](#credits)** +- **[Feedback](#feedback)** + +## Synopsis + +| *Does this version...?* | | +|:--------------------------------------------------------------- |:-------:| +| Fix security vulnerabilities? | no | +| Change the database schema? | no | +| Alter the API? | no | +| Require attention to configuration options? | no | +| Fix problems installing or upgrading to a previous version? | no | +| Introduce features? | no | +| **Fix bugs?** | **yes** | + +## Bugs resolved + +* **_DB DataObject_: Fix inappropriate SQL rollbacks ([dev/core#1675](https://lab.civicrm.org/dev/core/-/issues/1675), [dev/core#1695](https://lab.civicrm.org/dev/core/-/issues/1695): [packages#289](https://github.com/civicrm/civicrm-packages/pull/289), [#17033](https://github.com/civicrm/civicrm-core/pull/17033))** + + This problem meant that certain forms would *appear* to work - but would + not actually commit their changes to the database. It was specifically + observed in CiviCase when using either (a) "Add timeline" or (b) Drupal + Webform with CiviCase custom-fields. However, the problem may have + affected other (non-CiviCase) scenarios. + +* **_Localization_: Fix warnings when using current `l10n` data ([dev/translation#4](https://lab.civicrm.org/dev/translation/issues/4): [#16966](https://github.com/civicrm/civicrm-core/pull/16966), [#17021](https://github.com/civicrm/civicrm-core/pull/17021))** +* **_Upgrader_: Fix compatibility with certain extensions ([#17004](https://github.com/civicrm/civicrm-core/pull/17004))** + +## Credits + +This release was developed by the following authors and reviewers: + +Wikimedia Foundation - Eileen McNaughton; Tadpole Collective - Kevin +Cristiano; JMA Consulting - Seamus Lee; Deepak Srivastava; Dave D; +CiviCRM - Coleman Watts, Tim Otten; Circle Interactive - Pradeep Nayak + +## Feedback + +These release notes are edited by Tim Otten and Andrew Hunt. If you'd like to +provide feedback on them, please login to https://chat.civicrm.org/civicrm and +contact `@agh1`. -- 2.25.1