Skip to content

Commit de15de3

Browse files
author
Morgan Haskel
committed
1.2.0 prep
1 parent 91007b1 commit de15de3

File tree

2 files changed

+70
-2
lines changed

2 files changed

+70
-2
lines changed

CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,71 @@
1+
##2014-09-30 - Supported Release 1.2.0
2+
###Summary
3+
4+
This release features many improvements and bugfixes, including several new defines, a reworking of apache::vhost for more extensibility, and many new parameters for more customization. This release also includes improved support for strict variables and the future parser.
5+
6+
####Features
7+
- Convert apache::vhost to use concat for easier extensions
8+
- Test improvements
9+
- Added apache::custom_config defined type to allow validation of configs before they are created
10+
- Added bool2httpd function to convert true/false to apache 'On' and 'Off'. Intended for internal use in the module.
11+
- Added logroot_mode and logroot_ensure to apache::vhost
12+
- Improved SCL support
13+
- added apache::conf_dir
14+
- allow overriding of apache_name
15+
- allow overriding of the mod_ssl package name
16+
- Add support for reverse_urls/ProxyPassReverse in apache::vhost
17+
- Add apache::vhost::manage_docroot
18+
- Add apache::purge_vhost_dir parameter
19+
- Add satisfy directive in apache::vhost::directories
20+
- Add apache::fastcgi::server defined type
21+
- Add apache::vhost::proxy_preserve_host
22+
- Add apache::vhost::wsgi_pass_authorization
23+
- Add support for rewrites in the apache::vhost::directories parameter
24+
- If the service_ensure parameter in apache::service is set to anything other than true, false, running, or stopped, ensure will not be passed to the service resource, allowing for the service to not be managed by puppet
25+
- Improvements to apache::mod*
26+
- Add restrict_access parameter to apache::mod::info
27+
- Add force_language_priority and language_priority parameters to apache::mod::negotiation
28+
- Add threadlimit parameter to mod::worker
29+
- Add content, template, and source parameters to apache::mod::php
30+
- Add mod_authz_svn support via the authz_svn_enabled parameter in apache::mod::dav_svn
31+
- Add loadfile_name parameter to apache::mod
32+
- Add apache::mod::deflate class
33+
- Add types and notes parameters to apache::mod::deflate
34+
- Add options parameter to apache::mod::fcgid
35+
36+
####Bugfixes
37+
- Set osfamily defaults for wsgi_socket_prefix
38+
- Support multiple balancermembers with the same url
39+
- Validate apache::vhost::wsgi_pass_authorization
40+
- Validate apache::vhost::custom_fragment
41+
- Add support for itk with mod_php
42+
- Allow apache::vhost::ssl_certs_dir to not be set
43+
- Improved passenger support for Debian
44+
- Improved 2.4 support without mod_access_compat
45+
- Support for more than one 'Allow from'-directive in _directories.erb
46+
- Don't load systemd on Amazon linux based on CentOS6 with apache 2.4
47+
- Fix missing newline in ModPagespeed filter and memcached servers directive
48+
- Use interpolated strings instead of numbers where required by future parser
49+
- Make auth_require take precedence over default with apache 2.4
50+
- Lint fixes
51+
- Set default for php_admin_flags and php_admin_values to be empty hash instead of empty array
52+
- Correct typo in mod::pagespeed
53+
- spec_helper fixes
54+
- Install mod packages before dealing with the configuration
55+
- Use absolute scope to check class definition in apache::mod::php
56+
- Fix dependency loop in apache::vhost
57+
- Properly scope variables in the inline template in apache::balancer
58+
- Documentation clarification, typos, and formatting
59+
- Set apache::mod::ssl::ssl_mutex to default for debian on apache >= 2.4
60+
- Strict variables fixes
61+
- Add authn_core mode to Ubuntu trusty defaults
62+
- Keep default loadfile for authz_svn on Debian
63+
- Remove '.conf' from the site-include regexp for better Ubuntu/Debian support
64+
65+
####Known Bugs
66+
* By default, the version of Apache that ships with Ubuntu 10.04 does not work with `wsgi_import_script`.
67+
* SLES is unsupported.
68+
169
##2014-07-15 - Supported Release 1.1.1
270
###Summary
371

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-apache",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"author": "puppetlabs",
55
"summary": "Puppet module for Apache",
66
"license": "Apache 2.0",
@@ -59,7 +59,7 @@
5959
"requirements": [
6060
{
6161
"name": "pe",
62-
"version_requirement": ">= 3.2.0 < 3.4.0"
62+
"version_requirement": "3.x"
6363
},
6464
{
6565
"name": "puppet",

0 commit comments

Comments
 (0)