|
| 1 | +##2015-02-17 - Supported Release 1.3.0 |
| 2 | +###Summary |
| 3 | + |
| 4 | +This release has many new features and bugfixes, including the ability to optionally not trigger service restarts on config changes. |
| 5 | + |
| 6 | +####Features |
| 7 | +- New parameters - `apache` |
| 8 | + - `service_manage` |
| 9 | + - `use_optional_includes` |
| 10 | +- New parameters - `apache::service` |
| 11 | + - `service_manage` |
| 12 | +- New parameters - `apache::vhost` |
| 13 | + - `access_logs` |
| 14 | + - `php_flags` |
| 15 | + - `php_values` |
| 16 | + - `modsec_disable_vhost` |
| 17 | + - `modsec_disable_ids` |
| 18 | + - `modsec_disable_ips` |
| 19 | + - `modsec_body_limit` |
| 20 | +- Improved FreeBSD support |
| 21 | +- Add ability to omit priority prefix if `$priority` is set to false |
| 22 | +- Add `apache::security::rule_link` define |
| 23 | +- Improvements to `apache::mod::*` |
| 24 | + - Add `apache::mod::auth_cass` class |
| 25 | + - Add `threadlimit`, `listenbacklog`, `maxrequestworkers`, `maxconnectionsperchild` parameters to `apache::mod::event` |
| 26 | + - Add `apache::mod::filter` class |
| 27 | + - Add `root_group` to `apache::mod::php` |
| 28 | + - Add `apache::mod::proxy_connect` class |
| 29 | + - Add `apache::mod::security` class |
| 30 | + - Add `ssl_pass_phrase_dialog` and `ssl_random_seed_bytes parameters to `apache::mod::ssl` (MODULES-1719) |
| 31 | + - Add `status_path` parameter to `apache::mod::status` |
| 32 | + - Add `apache_version` parameter to `apache::mod::version` |
| 33 | + - Add `package_name` and `mod_path` parameters to `apache::mod::wsgi` (MODULES-1458) |
| 34 | +- Improved SCL support |
| 35 | + - Add support for specifying the docroot |
| 36 | +- Updated `_directories.erb` to add support for SetEnv |
| 37 | +- Support multiple access log directives (MODULES-1382) |
| 38 | +- Add passenger support for Debian Jessie |
| 39 | +- Add support for not having puppet restart the apache service (MODULES-1559) |
| 40 | + |
| 41 | +####Bugfixes |
| 42 | +- For apache 2.4 `mod_itk` requires `mod_prefork` (MODULES-825) |
| 43 | +- Allow SSLCACertificatePath to be unset in `apache::vhost` (MODULES-1457) |
| 44 | +- Load fcgid after unixd on RHEL7 |
| 45 | +- Allow disabling default vhost for Apache 2.4 |
| 46 | +- Test fixes |
| 47 | +- `mod_version` is now built-in (MODULES-1446) |
| 48 | +- Sort LogFormats for idempotency |
| 49 | +- `allow_encoded_slashes` was omitted from `apache::vhost` |
| 50 | +- Fix documentation bug (MODULES-1403, MODULES-1510) |
| 51 | +- Sort `wsgi_script_aliases` for idempotency (MODULES-1384) |
| 52 | +- lint fixes |
| 53 | +- Fix automatic version detection for Debian Jessie |
| 54 | +- Fix error docs and icons path for RHEL7-based systems (MODULES-1554) |
| 55 | +- Sort php_* hashes for idempotency (MODULES-1680) |
| 56 | +- Ensure `mod::setenvif` is included if needed (MODULES-1696) |
| 57 | +- Fix indentation in `vhost/_directories.erb` template (MODULES-1688) |
| 58 | +- Create symlinks on all distros if `vhost_enable_dir` is specified |
| 59 | + |
1 | 60 | ##2014-09-30 - Supported Release 1.2.0 |
2 | 61 | ###Summary |
3 | 62 |
|
|
0 commit comments