File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,29 @@ apache2 Cookbook Changelog
22==========================
33This file is used to list changes made in each version of the apache2 cookbook.
44
5+ v1.8.0
6+ ------
7+ ### Bug
8+ - ** [ COOK-3680] ( https://tickets.opscode.com/browse/COOK-3680 ) ** - Update template paths
9+ - ** [ COOK-3570] ( https://tickets.opscode.com/browse/COOK-3570 ) ** - Apache cookbook breaks on RHEL / CentOS 6
10+ - ** [ COOK-2944] ( https://tickets.opscode.com/browse/COOK-2944 ) ** - Fix foodcritic failures
11+ - ** [ COOK-2893] ( https://tickets.opscode.com/browse/COOK-2893 ) ** - Improve mod_auth_openid recipe with guards and idempotency
12+ - ** [ COOK-2758] ( https://tickets.opscode.com/browse/COOK-2758 ) ** - Fix use of non-existent attribute
13+
14+ ### New Feature
15+ - ** [ COOK-3665] ( https://tickets.opscode.com/browse/COOK-3665 ) ** - Add recipe for mod_userdir
16+ - ** [ COOK-3646] ( https://tickets.opscode.com/browse/COOK-3646 ) ** - Add recipe for mod_cloudflare
17+ - ** [ COOK-3213] ( https://tickets.opscode.com/browse/COOK-3213 ) ** - Add recipe for mod_info
18+
19+ ### Improvement
20+ - ** [ COOK-3656] ( https://tickets.opscode.com/browse/COOK-3656 ) ** - Parameterize apache2 binary
21+ - ** [ COOK-3562] ( https://tickets.opscode.com/browse/COOK-3562 ) ** - Allow mod_proxy settings to be configured as attributes
22+ - ** [ COOK-3326] ( https://tickets.opscode.com/browse/COOK-3326 ) ** - Fix default_test to use ServerTokens attribute
23+ - ** [ COOK-2635] ( https://tickets.opscode.com/browse/COOK-2635 ) ** - Add support for SVG mime types
24+ - ** [ COOK-2598] ( https://tickets.opscode.com/browse/COOK-2598 ) ** - FastCGI Module only works on Debian-based platforms
25+ - ** [ COOK-1984] ( https://tickets.opscode.com/browse/COOK-1984 ) ** - Add option to configure the address apache listens to
26+
27+
528v1.7.0
629------
730### Improvement
Original file line number Diff line number Diff line change 44license 'Apache 2.0'
55description 'Installs and configures all aspects of apache2 using Debian style symlinks with helper definitions'
66long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7- version '1.7 .0'
7+ version '1.8 .0'
88recipe 'apache2' , 'Main Apache configuration'
99recipe 'apache2::logrotate' , 'Rotate apache2 logs. Requires logrotate cookbook'
1010recipe 'apache2::mod_alias' , 'Apache module "alias" with config file'
You can’t perform that action at this time.
0 commit comments