From 6a0f053b458901e1cb4cce53a68053b945334d6d Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sun, 8 Sep 2019 09:02:06 +1000 Subject: [PATCH] Add in release notes for 5.17.1 release --- release-notes.md | 9 +++++++++ release-notes/5.17.1.md | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 release-notes/5.17.1.md diff --git a/release-notes.md b/release-notes.md index a35dc34a51..b5f82463ca 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.17.1 + +Released September 9, 2019 + +- **[Synopsis](release-notes/5.17.1.md#synopsis)** +- **[Bugs resolved](release-notes/5.17.1.md#bugs)** +- **[Credits](release-notes/5.17.1.md#credits)** +- **[Feedback](release-notes/5.17.1.md#feedback)** + ## CiviCRM 5.17.0 Released September 4, 2019 diff --git a/release-notes/5.17.1.md b/release-notes/5.17.1.md new file mode 100644 index 0000000000..2b3080a944 --- /dev/null +++ b/release-notes/5.17.1.md @@ -0,0 +1,39 @@ +# CiviCRM 5.17.1 + +Released September 9, 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 + +- **CiviCampaign: Fix deletion of campaigns when popups are disabled ([dev/core#1233](https://lab.civicrm.org/dev/core/issues/1233): [#15233](https://github.com/civicrm/civicrm-core/pull/15233))** +- **Upgrade:: Fix adding of pptx to the list of safe file extensions ([dev/core#1190](https://lab.civicrm.org/dev/core/issues/1190): [#15239](https://github.com/civicrm/civicrm-core/pull/15239))** + +## Credits + +This release was developed by the following authors and reviewers: + +Wikimedia Foundation - Eileen McNaughton; Dave D; CiviCRM - Tim Otten; +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