From 6a0f053b458901e1cb4cce53a68053b945334d6d Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sun, 8 Sep 2019 09:02:06 +1000 Subject: [PATCH 1/3] 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 a35dc34a517c..b5f82463cadc 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 000000000000..2b3080a94428 --- /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`. + From 2f7799258f0538a4c39b76da50dac73d8058e74f Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Mon, 9 Sep 2019 14:50:12 -0700 Subject: [PATCH 2/3] Update 5.17.1.md --- release-notes/5.17.1.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/release-notes/5.17.1.md b/release-notes/5.17.1.md index 2b3080a94428..58a979c599ef 100644 --- a/release-notes/5.17.1.md +++ b/release-notes/5.17.1.md @@ -15,21 +15,21 @@ Released September 9, 2019 | 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 | +| **Fix problems installing or upgrading to a previous version?** | **yes** | | 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))** +- **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 +Wikimedia Foundation - Eileen McNaughton; iXiam - César Ramos; Dave D; +CiviCRM - Tim Otten; Australian Greens - Seamus Lee ## Feedback From 714ada57b865f7aec51c22bf18f3762aa4b8042b Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Tue, 10 Sep 2019 07:58:24 +1000 Subject: [PATCH 3/3] Add in 5.17.1.mysql.tpl file to support fix for upgrade --- CRM/Upgrade/Incremental/sql/5.17.1.mysql.tpl | 1 + 1 file changed, 1 insertion(+) create mode 100644 CRM/Upgrade/Incremental/sql/5.17.1.mysql.tpl diff --git a/CRM/Upgrade/Incremental/sql/5.17.1.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.17.1.mysql.tpl new file mode 100644 index 000000000000..00d208673b2c --- /dev/null +++ b/CRM/Upgrade/Incremental/sql/5.17.1.mysql.tpl @@ -0,0 +1 @@ +{* file to handle db changes in 5.17.1 during upgrade *}