From cd3ff1394bc59a09c914dc522a2dc71d3bd5e492 Mon Sep 17 00:00:00 2001 From: Bryan Jen Date: Wed, 11 May 2016 10:36:25 -0700 Subject: [PATCH] Release Prep for 1.10.0 --- CHANGELOG.md | 22 ++++++++++++++++++++-- metadata.json | 6 +----- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b1da63b53..4025bdba7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/metadata.json b/metadata.json index 972f456d07..a82bccc323 100644 --- a/metadata.json +++ b/metadata.json @@ -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", @@ -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"