Skip to content

Commit 0e956e8

Browse files
authored
Merge pull request puppetlabs#1904 from puppetlabs/release
(MODULES-8841) - Release Merge back 4.1.0
2 parents de881d7 + 8606a68 commit 0e956e8

File tree

3 files changed

+33
-13
lines changed

3 files changed

+33
-13
lines changed

CHANGELOG.md

+22-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,29 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
44

5-
## [4.0.0](https://github.com/puppetlabs/puppetlabs-apache/tree/3.6.0) (2019-01-07)
5+
## [4.1.0](https://github.com/puppetlabs/puppetlabs-apache/tree/4.1.0) (2019-04-03)
66

7-
[Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/3.5.0...3.6.0)
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/4.0.0...4.1.0)
8+
9+
### Added
10+
11+
- \(MODULES-7196\) Allow setting CASRootProxiedAs per virtualhost \(replaces \#1857\) [\#1900](https://github.com/puppetlabs/puppetlabs-apache/pull/1900) ([Lavinia-Dan](https://github.com/Lavinia-Dan))
12+
- \(feat\) - Amazon Linux 2 compatibility added [\#1898](https://github.com/puppetlabs/puppetlabs-apache/pull/1898) ([david22swan](https://github.com/david22swan))
13+
- \(MODULES-8731\) Allow CIDRs for proxy\_ips/internal\_proxy in remoteip [\#1891](https://github.com/puppetlabs/puppetlabs-apache/pull/1891) ([JAORMX](https://github.com/JAORMX))
14+
- Manage all mod\_remoteip parameters supported by Apache [\#1882](https://github.com/puppetlabs/puppetlabs-apache/pull/1882) ([johanfleury](https://github.com/johanfleury))
15+
- MODULES-8541 : Allow HostnameLookups to be modified [\#1881](https://github.com/puppetlabs/puppetlabs-apache/pull/1881) ([k2patel](https://github.com/k2patel))
16+
- Add support for mod\_http2 [\#1867](https://github.com/puppetlabs/puppetlabs-apache/pull/1867) ([smortex](https://github.com/smortex))
17+
- Added code to paramertize the libphp prefix [\#1852](https://github.com/puppetlabs/puppetlabs-apache/pull/1852) ([grahamuk2018](https://github.com/grahamuk2018))
18+
- Added WSGI Options WSGIApplicationGroup and WSGIPythonOptimize [\#1847](https://github.com/puppetlabs/puppetlabs-apache/pull/1847) ([emetriqLikedeeler](https://github.com/emetriqLikedeeler))
19+
20+
### Fixed
21+
22+
- \(bugfix\) set kernel for facter version test [\#1895](https://github.com/puppetlabs/puppetlabs-apache/pull/1895) ([tphoney](https://github.com/tphoney))
23+
- \(MODULES-5990\) - Managing conf\_enabled [\#1875](https://github.com/puppetlabs/puppetlabs-apache/pull/1875) ([david22swan](https://github.com/david22swan))
24+
25+
## [4.0.0](https://github.com/puppetlabs/puppetlabs-apache/tree/4.0.0) (2019-01-10)
26+
27+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-apache/compare/3.5.0...4.0.0)
828

929
### Changed
1030

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ Default: '100'.
11301130

11311131
##### `hostname_lookups`
11321132

1133-
This directive enables DNS lookups so that host names can be logged (and passed to CGIs/SSIs in REMOTE_HOST). Values:'On','Off','Double'.
1133+
This directive enables DNS lookups so that host names can be logged and passed to CGIs/SSIs in REMOTE_HOST. Values:'On','Off','Double'.
11341134

11351135
Default: 'Off'.
11361136
> **Note**: If enabled, it impacts performance significantly.
@@ -1308,7 +1308,7 @@ Default: `undef`
13081308

13091309
##### `protocols_honor_order`
13101310

1311-
Sets the [ProtocolsHonorOrder](https://httpd.apache.org/docs/current/en/mod/core.html#protocolshonororder) directive which determines if order of Protocols determines precedence during negotiation.
1311+
Sets the [ProtocolsHonorOrder](https://httpd.apache.org/docs/current/en/mod/core.html#protocolshonororder) directive which determines whether the order of Protocols sets precedence during negotiation.
13121312

13131313
Default: `undef`
13141314

@@ -2324,7 +2324,7 @@ HTTP/2 session that the server allows.
23242324
Default: `undef`
23252325

23262326
* `h2_tls_cool_down_secs`: Sets the number of seconds of idle time on a TLS
2327-
connection before the TLS write size falls back to small (~1300 bytes)
2327+
connection before the TLS write size falls back to a small (~1300 bytes)
23282328
length.
23292329

23302330
Integer.
@@ -3940,20 +3940,20 @@ directive which declares resources for early pushing to the client.
39403940
##### `h2_serialize_headers`
39413941

39423942
Sets the [H2SerializeHeaders](https://httpd.apache.org/docs/current/mod/mod_http2.html#h2serializeheaders)
3943-
directive which toggles if HTTP/2 requests shall be serialized in HTTP/1.1
3943+
directive which toggles if HTTP/2 requests are serialized in HTTP/1.1
39443944
format for processing by httpd core.
39453945

39463946
##### `h2_stream_max_mem_size`
39473947

39483948
Sets the [H2StreamMaxMemSize](https://httpd.apache.org/docs/current/mod/mod_http2.html#h2streammaxmemsize)
39493949
directive which sets the maximum number of outgoing data bytes buffered in
3950-
memory for an active streams.
3950+
memory for an active stream.
39513951

39523952
##### `h2_tls_cool_down_secs`
39533953

39543954
Sets the [H2TLSCoolDownSecs](https://httpd.apache.org/docs/current/mod/mod_http2.html#h2tlscooldownsecs)
39553955
directive which sets the number of seconds of idle time on a TLS connection
3956-
before the TLS write size falls back to small (~1300 bytes) length.
3956+
before the TLS write size falls back to a small (~1300 bytes) length.
39573957

39583958
##### `h2_tls_warm_up_size`
39593959

@@ -4473,7 +4473,7 @@ Default: `undef`
44734473

44744474
##### `protocols_honor_order`
44754475

4476-
Sets the [ProtocolsHonorOrder](https://httpd.apache.org/docs/current/en/mod/core.html#protocolshonororder) directive which determines if order of Protocols determines precedence during negotiation.
4476+
Sets the [ProtocolsHonorOrder](https://httpd.apache.org/docs/current/en/mod/core.html#protocolshonororder) directive which determines wether the order of Protocols sets precedence during negotiation.
44774477

44784478
Default: `undef`
44794479

@@ -6027,9 +6027,9 @@ The [`apache::mod::suphp`][] class is untested since repositories are missing co
60276027

60286028
### Testing
60296029

6030-
Due to the difficult and specialised nature of acceptance testing mods in apache IE (high OS specificity), we have moved those acceptance tests into unit tests as much as possible.
6030+
Due to the difficult and specialised nature of acceptance testing mods in apache IE (high OS specificity), we have replaced acceptance tests with unit tests.
60316031

6032-
To run the unit tests you have to install all the necessary gems:
6032+
To run the unit tests, install the necessary gems:
60336033

60346034
```
60356035
bundle install
@@ -6041,7 +6041,7 @@ And then execute the command:
60416041
bundle exec rake parallel_spec
60426042
```
60436043

6044-
To check the code coverage you can run the command:
6044+
To check the code coverage, run:
60456045

60466046
```
60476047
COVERAGE=yes bundle exec rake parallel_spec

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-apache",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"author": "puppetlabs",
55
"summary": "Installs, configures, and manages Apache virtual hosts, web services, and modules.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)