From: Seamus Lee Date: Thu, 14 Feb 2019 20:34:43 +0000 (+1100) Subject: Add in release notes for 5.10.2 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5c81670931a7e4ff69caabda4294a945e7f94b16;p=civicrm-core.git Add in release notes for 5.10.2 Update release notes as per Eileen's comment Add in notes on merge of dev/core#715 fix --- diff --git a/release-notes/5.10.2.md b/release-notes/5.10.2.md new file mode 100644 index 0000000000..95ffa0187c --- /dev/null +++ b/release-notes/5.10.2.md @@ -0,0 +1,56 @@ +# CiviCRM 5.10.2 + +Released February 15, 2019 + +- **[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 + +- **[dev/core#681](https://lab.civicrm.org/dev/core/issues/681) - Fatal Error + Submitting Change Case Status form + ([13595](https://github.com/civicrm/civicrm-core/pull/13595))** + + There was a fatal error generated when submitting the change case status form + because the end_date was not properly converted to MySQL date format. + +- **[dev/core#721](https://lab.civicrm.org/dev/core/issues/721) Fix Regression + on rebuilding smart group caches when ACLs are used. + ([13597](https://github.com/civicrm/civicrm-core/pull/13597))** + + Fixed a recent regression whereby ability to see contacts permissioned by an + ACL over a smart group depended on the freshness of the group cache. + +- **[dev/core#715](https://lab.civicrm.org/dev/core/issues/715) Fix Regression + preventing deletion of relationship types in UI. + ([13590](https://github.com/civicrm/civicrm-core/pull/13590))** + + Fixed a recent regression whereby ability to delete a relationship type + from the user interface was broken. + +## Credits + +This release was developed by the following authors and reviewers: + +Wikimedia Foundation - Eileen McNaughton; CiviCRM - Tim +Otten and Mathieu Luffy; Australian Greens - Seamus Lee; Fuzion - Jitendra Purohit + +## 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`.