Skip to content

Commit 3f11c6b

Browse files
authored
Merge pull request #13476 from totten/5.9-bump
Bump to version 5.9.1. Add release notes.
2 parents 418f77b + f703ce3 commit 3f11c6b

File tree

4 files changed

+46
-2
lines changed

4 files changed

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

release-notes/5.9.1.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# CiviCRM 5.9.1
2+
3+
Released January 16, 2018
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?** | **yes** |
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+
- **([dev/core#660](https://lab.civicrm.org/dev/core/issues/660))
25+
CiviContribute/CiviEvent - Fix crash on payment page affecting anonymous users
26+
in certain ACL configurations. Relax foreign-key constraint.
27+
[Backport 13451](https://github.com/civicrm/civicrm-core/pull/13451)**
28+
- **CiviCase - Fix date-filter in "Manage Case"
29+
[Backport 13449](https://github.com/civicrm/civicrm-core/pull/13449)**
30+
31+
## <a name="credits"></a>Credits
32+
33+
This release was developed by the following authors and reviewers:
34+
35+
Wikimedia Foundation - Eileen McNaughton; Nicol Wistreich; CiviCRM - Tim
36+
Otten, Coleman Watts; Circle Interactive - Dave Jenkins; Australian Greens -
37+
Seamus Lee
38+
39+
## <a name="feedback"></a>Feedback
40+
41+
These release notes are edited by Tim Otten and Andrew Hunt. If you'd like to
42+
provide feedback on them, please login to https://chat.civicrm.org/civicrm and
43+
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.9.0',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.9.1',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.9.0</version_no>
3+
<version_no>5.9.1</version_no>
44
</version>

0 commit comments

Comments
 (0)