Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit aaabd2a

Browse files
committed
Issue #1098: Update CHANGELOG for 4.1.0.
1 parent 620a0bc commit aaabd2a

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Drupal VM Changelog
22

3+
## 4.1.0 "Anthem" (2016-12-30)
4+
5+
### Breaking Changes
6+
7+
* N/A
8+
9+
### New/changed variables in default.config.yml
10+
11+
* There's a new `apache_vhost_php_fpm_parameters` variable that defines the PHP-FPM handler Apache uses per-virtualhost. The old `extra_parameters` pre-4.1.0 will continue to work, but the new `SetHandler` technique is better for most scenarios than using `ProxyPassMatch`.
12+
* The Dashboard entry in `nginx_hosts` now has `is_php: true`.
13+
14+
### Improvements
15+
16+
* #617: Switch to `SetHandler` instead of `ProxyPassMatch` (fixes #617, #876, #945, #1055).
17+
* #1090: Update docs to reference `SetHandler`.
18+
* #1047: Add docs on Drupal Console remote command execution.
19+
* #1076: Update PHP XDebug role to latest version
20+
* #1067: Configure hostname for environments other than VMs.
21+
* #1068: Add php-yaml extension.
22+
* #1078: Move Ansible version check to Vagrantfile for better UX.
23+
* #1071: Improve docs for SSL under Apache and Nginx.
24+
* #455: Move prod readme to docs instead of README file.
25+
26+
### Bugfixes
27+
28+
* #1076: Fix PHP modules not re-compiling on PHP version changes.
29+
* #1061: Allow user defined post-provision-tasks to use tags.
30+
* #1060: Fix bug where dashboard assumes optional vhost docroot is defined.
31+
* #1062: Allow post-provision tasks to use the item variable.
32+
* #1059: Fix hostsupdater trying to add wildcard aliases.
33+
* #1054: Update Solr role to prevent permissions error.
34+
35+
336
## 4.0.0 "We've Got Company" (2016-12-10)
437

538
### Breaking Changes
@@ -10,7 +43,11 @@
1043

1144
### New/changed variables in default.config.yml
1245

13-
* TODO
46+
* `drush` is now a default item in `installed_extras`.
47+
* `upload-progress` is now an optional item in `installed_extras`.
48+
* `drush_version` now defaults to `8.x` (`master` was causing issues with Drupal < 8).
49+
* `php_install_recommends` was removed from the default set of variables.
50+
* `solr_version` was bumped to `5.5.3` (was `5.5.2`).
1451

1552
### Improvements
1653

0 commit comments

Comments
 (0)