File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# iis Cookbook CHANGELOG
2
2
This file is used to list changes made in each version of the iis cookbook.
3
3
4
+ ## v4.1.7 (2016-03-25)
5
+ - Resolves [ smp_processor_affinity_mask is wrong value type] ( https://github.com/chef-cookbooks/iis/issues/266 )
6
+ - Resolves [ Not a valid unsigned integer] ( https://github.com/chef-cookbooks/iis/issues/261 )
7
+ - Resolves [ Deprecated features used] ( https://github.com/chef-cookbooks/iis/issues/259 )
8
+ - Resolves [ Deprecated feature used, fix before chef 13] ( https://github.com/chef-cookbooks/iis/issues/253 )
9
+ - Resolves [ iis_site : config action not idempotent (Windows 2012 R2/IIS 8.5)] ( https://github.com/chef-cookbooks/iis/issues/249 )
10
+ - Resolves [ Can't set recycle_at_time to default] ( https://github.com/chef-cookbooks/iis/issues/247 )
11
+
4
12
## v4.1.6 (2016-02-01)
5
13
- Resolves issues with [ Unable to set app pool to be "No Managed Code"] ( https://github.com/chef-cookbooks/iis/issues/240 )
6
14
- Resolves [ Add_mime_maps is throwing compile error] ( https://github.com/chef-cookbooks/iis/issues/238 )
Original file line number Diff line number Diff line change 4
4
license 'Apache 2.0'
5
5
description 'Installs/Configures Microsoft Internet Information Services'
6
6
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7
- version '4.1.6 '
7
+ version '4.1.7 '
8
8
supports 'windows'
9
9
depends 'windows' , '>= 1.34.6'
10
10
source_url 'https://github.com/chef-cookbooks/iis' if respond_to? ( :source_url )
You can’t perform that action at this time.
0 commit comments