From 6307795cf51a32e97140397c86d0b3d277feae47 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sat, 9 Nov 2019 12:39:44 +1100 Subject: [PATCH] Add in release notes for 5.19.1 drop --- release-notes.md | 9 +++++++++ release-notes/5.19.1.md | 42 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 release-notes/5.19.1.md diff --git a/release-notes.md b/release-notes.md index 94e5460503..811dddb445 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.19.1 + +Released November 8, 2019 + +- **[Synopsis](release-notes/5.19.1.md#synopsis)** +- **[Bugs resolved](release-notes/5.19.1.md#bugs)** +- **[Credits](release-notes/5.19.1.md#credits)** +- **[Feedback](release-notes/5.19.1.md#feedback)** + ## CiviCRM 5.19.0 Released November 6, 2019 diff --git a/release-notes/5.19.1.md b/release-notes/5.19.1.md new file mode 100644 index 0000000000..c53e1b29c9 --- /dev/null +++ b/release-notes/5.19.1.md @@ -0,0 +1,42 @@ +# CiviCRM 5.19.1 + +Released November 8, 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 + +* **_Upgrade_: Ensure that not finding an apiv4 service folder in an extension doesn't crash the site following upgrade ([dev/core#1376] (https://lab.civicrm.org/dev/core/issues/1376): [#15766](https://github.com/civicrm/civicrm-core/pull/15766))** +* **_Extension_: Fix e-notice error when downloading extension via command line ([dev/core#1371](https://lab.civicrm.org/dev/core/issues/1371): [#15763](https://github.com/civicrm/civicrm-core/pull/15763))** +* **_CiviMail_: Fix mail report for completed mailings not showing statistics ([dev/mailing#56](https://lab.civicrm.org/dev/mailing/issues/56) [dev/mailing#57](https://lab.civicrm.org/dev/mailing/issues/57): [#15780](https://github.com/civicrm/civicrm-core/pull/15780))** + +## Credits + +This release was developed by the following authors and reviewers: + +Wikimedia Foundation - Eileen McNaughton; Fuzion - luke Stewart +CiviCRM - Coleman Watts; Australian Greens - Seamus Lee + +## 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