Skip to content

Commit

Permalink
Merge pull request #1456 from bmjen/rel-prep
Browse files Browse the repository at this point in the history
Release Prep for 1.10.0
  • Loading branch information
hunner committed May 11, 2016
2 parents 0a08026 + cd3ff13 commit d01d248
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
## Supported Release 1.9.0
### Summary
## Supported Release 1.10.0
#### Summary
This release fixes backwards compatibilty bugs introduced in 1.9.0. Also includes a new mod class and a new vhost feature.

#### Features
- Allow setting KeepAlive related options per vhost
- `apache::vhost::keepalive`
- `apache::vhost::keepalive_timeout`
- `apache::vhost::max_keepalive_requests`
- Adds new class `apache::mod::cluster`

#### Bugfixes
- MODULES-2890: Allow php_version != 5
- MODULES-2890: mod::php: Explicit test on jessie
- MODULES-2890: Fix PHP on Debian stretch and Ubuntu Xenial
- MODULES-2890: Fix mod_php SetHandler and cleanup
- Fixed trailing slash in lib_path on Suse
- Revert "MODULES-2956: Enable options within location block on proxy_match". Bug introduced in release 1.9.0.
- Revert "changed rpaf Configuration Directives: RPAF -> RPAF_". Bug introduced in release 1.9.0.
- Set actual path to apachectl on FreeBSD. Fixes snippets verification.

## Supported Release 1.9.0 [DELETED]
#### Features
- Added `apache_version` fact
- Added `apache::balancer::target` attribute
Expand Down
6 changes: 1 addition & 5 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-apache",
"version": "1.9.0",
"version": "1.10.0",
"author": "puppetlabs",
"summary": "Installs, configures, and manages Apache virtual hosts, web services, and modules.",
"license": "Apache-2.0",
Expand Down Expand Up @@ -69,10 +69,6 @@
}
],
"requirements": [
{
"name": "pe",
"version_requirement": ">= 3.7.0 < 2015.4.0"
},
{
"name": "puppet",
"version_requirement": ">= 3.0.0 < 5.0.0"
Expand Down

0 comments on commit d01d248

Please sign in to comment.