Skip to content

Commit ef71aa9

Browse files
author
Morgan Haskel
committed
1.2.0 prep
1 parent 2a68983 commit ef71aa9

1 file changed

Lines changed: 45 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 45 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,37 +6,69 @@ This release features many improvements and bugfixes, including several new defi
66
####Features
77
- Convert apache::vhost to use concat for easier extensions
88
- Test improvements
9+
- Synchronize files with modulesync
10+
- Strict variable and future parser support
911
- Added apache::custom_config defined type to allow validation of configs before they are created
1012
- 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
1213
- Improved SCL support
13-
- added apache::conf_dir
14-
- allow overriding of apache_name
1514
- allow overriding of the mod_ssl package name
1615
- Add support for reverse_urls/ProxyPassReverse in apache::vhost
17-
- Add apache::vhost::manage_docroot
18-
- Add apache::purge_vhost_dir parameter
1916
- Add satisfy directive in apache::vhost::directories
2017
- Add apache::fastcgi::server defined type
21-
- Add apache::vhost::proxy_preserve_host
22-
- Add apache::vhost::wsgi_pass_authorization
18+
- New parameters - apache
19+
- allow_encoded_slashes
20+
- apache_name
21+
- conf_dir
22+
- default_ssl_crl_check
23+
- docroot
24+
- logroot_mode
25+
- purge_vhost_dir
26+
- New parameters - apache::vhost
27+
- add_default_charset
28+
- allow_encoded_slashes
29+
- logroot_ensure
30+
- logroot_mode
31+
- manage_docroot
32+
- passenger_app_root
33+
- passenger_min_instances
34+
- passenger_pre_start
35+
- passenger_ruby
36+
- passenger_start_timeout
37+
- proxy_preserve_host
38+
- redirectmatch_dest
39+
- ssl_crl_check
40+
- wsgi_chunked_request
41+
- wsgi_pass_authorization
42+
- Add support for ScriptAlias and ScriptAliasMatch in the apache::vhost::aliases parameter
2343
- Add support for rewrites in the apache::vhost::directories parameter
2444
- 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
45+
- Turn of SSLv3 by default
2546
- Improvements to apache::mod*
2647
- Add restrict_access parameter to apache::mod::info
2748
- Add force_language_priority and language_priority parameters to apache::mod::negotiation
28-
- Add threadlimit parameter to mod::worker
49+
- Add threadlimit parameter to apache::mod::worker
2950
- Add content, template, and source parameters to apache::mod::php
3051
- Add mod_authz_svn support via the authz_svn_enabled parameter in apache::mod::dav_svn
3152
- Add loadfile_name parameter to apache::mod
3253
- Add apache::mod::deflate class
33-
- Add types and notes parameters to apache::mod::deflate
3454
- Add options parameter to apache::mod::fcgid
55+
- Add timeouts parameter to apache::mod::reqtimeout
56+
- Add apache::mod::shib
57+
- Add apache_version parameter to apache::mod::ldap
58+
- Add magic_file parameter to apache::mod::mime_magic
59+
- Add apache_version parameter to apache::mod::pagespeed
60+
- Add passenger_default_ruby parameter to apache::mod::passenger
61+
- Add content, template, and source parameters to apache::mod::php
62+
- Add apache_version parameter to apache::mod::proxy
63+
- Add loadfiles parameter to apache::mod::proxy_html
64+
- Add ssl_protocol and package_name parameters to apache::mod::ssl
65+
- Add apache_version parameter to apache::mod::status
66+
- Add apache_version parameter to apache::mod::userdir
67+
- Add apache::mod::version class
3568

3669
####Bugfixes
3770
- Set osfamily defaults for wsgi_socket_prefix
3871
- Support multiple balancermembers with the same url
39-
- Validate apache::vhost::wsgi_pass_authorization
4072
- Validate apache::vhost::custom_fragment
4173
- Add support for itk with mod_php
4274
- Allow apache::vhost::ssl_certs_dir to not be set
@@ -61,6 +93,9 @@ This release features many improvements and bugfixes, including several new defi
6193
- Add authn_core mode to Ubuntu trusty defaults
6294
- Keep default loadfile for authz_svn on Debian
6395
- Remove '.conf' from the site-include regexp for better Ubuntu/Debian support
96+
- Load unixd before fcgid for EL7
97+
- Fix RedirectMatch rules
98+
- Fix misleading error message in apache::version
6499

65100
####Known Bugs
66101
* By default, the version of Apache that ships with Ubuntu 10.04 does not work with `wsgi_import_script`.

0 commit comments

Comments
 (0)