Skip to content

Commit c932b2c

Browse files
committed
Release v4.1.7
1 parent 9da2741 commit c932b2c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# iis Cookbook CHANGELOG
22
This file is used to list changes made in each version of the iis cookbook.
33

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+
412
## v4.1.6 (2016-02-01)
513
- Resolves issues with [Unable to set app pool to be "No Managed Code"](https://github.com/chef-cookbooks/iis/issues/240)
614
- Resolves [Add_mime_maps is throwing compile error](https://github.com/chef-cookbooks/iis/issues/238)

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs/Configures Microsoft Internet Information Services'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '4.1.6'
7+
version '4.1.7'
88
supports 'windows'
99
depends 'windows', '>= 1.34.6'
1010
source_url 'https://github.com/chef-cookbooks/iis' if respond_to?(:source_url)

0 commit comments

Comments
 (0)