Skip to content

Commit e4b146f

Browse files
authored
Merge pull request #15278 from totten/5.17-bump3
Bump to 5.17.3. Add release notes.
2 parents 7e48c78 + 734ce4d commit e4b146f

File tree

5 files changed

+52
-2
lines changed

5 files changed

+52
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{* file to handle db changes in 5.17.3 during upgrade *}

release-notes.md

+9
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ Other resources for identifying changes are:
1515
* https://github.com/civicrm/civicrm-joomla
1616
* https://github.com/civicrm/civicrm-wordpress
1717

18+
## CiviCRM 5.17.3
19+
20+
Released September 10, 2019
21+
22+
- **[Synopsis](release-notes/5.17.3.md#synopsis)**
23+
- **[Bugs resolved](release-notes/5.17.3.md#bugs)**
24+
- **[Credits](release-notes/5.17.3.md#credits)**
25+
- **[Feedback](release-notes/5.17.3.md#feedback)**
26+
1827
## CiviCRM 5.17.2
1928

2029
Released September 9, 2019

release-notes/5.17.3.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# CiviCRM 5.17.3
2+
3+
Released September 10, 2019
4+
5+
- **[Synopsis](#synopsis)**
6+
- **[Bugs resolved](#bugs)**
7+
- **[Credits](#credits)**
8+
- **[Feedback](#feedback)**
9+
10+
## <a name="synopsis"></a>Synopsis
11+
12+
| *Does this version...?* | |
13+
|:--------------------------------------------------------------- |:-------:|
14+
| Fix security vulnerabilities? | no |
15+
| Change the database schema? | no |
16+
| Alter the API? | no |
17+
| Require attention to configuration options? | no |
18+
| Fix problems installing or upgrading to a previous version? | no |
19+
| Introduce features? | no |
20+
| **Fix bugs?** | **yes** |
21+
22+
## <a name="bugs"></a>Bugs resolved
23+
24+
- **_Advanced Search_: Fix additional issues with email filtering ([#15275](https://github.com/civicrm/civicrm-core/pull/15275), [#15276](https://github.com/civicrm/civicrm-core/pull/15276))**
25+
- **_CiviReports_: Present reports using backend UI ([#15261](https://github.com/civicrm/civicrm-core/pull/15261))**
26+
- **_Drupal 8_: Resolve new warnings about deprecated `q` variable ([dev/core#52](https://lab.civicrm.org/dev/drupal/issues/52): [#15268](https://github.com/civicrm/civicrm-core/pull/15268))**
27+
28+
## <a name="credits"></a>Credits
29+
30+
This release was developed by the following authors and reviewers:
31+
32+
Wikimedia Foundation - Eileen McNaughton; SemperIT - Karin Gerritsen; John
33+
Kingsnorth; Jens Schuppe; Coop SymbioTIC - Mathieu Lutfy; CiviCRM - Tim
34+
Otten; Australian Greens - Seamus Lee
35+
36+
## <a name="feedback"></a>Feedback
37+
38+
These release notes are edited by Tim Otten and Andrew Hunt. If you'd like to
39+
provide feedback on them, please login to https://chat.civicrm.org/civicrm and
40+
contact `@agh1`.

sql/civicrm_generated.mysql

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ UNLOCK TABLES;
399399

400400
LOCK TABLES `civicrm_domain` WRITE;
401401
/*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */;
402-
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'5.17.2',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
402+
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `config_backend`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES (1,'Default Domain Name',NULL,NULL,'5.17.3',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
403403
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
404404
UNLOCK TABLES;
405405

xml/version.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="iso-8859-1" ?>
22
<version>
3-
<version_no>5.17.2</version_no>
3+
<version_no>5.17.3</version_no>
44
</version>

0 commit comments

Comments
 (0)