File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This file is used to list changes made in each version of the iis cookbook.
4
4
5
+ ## 6.8.0 (2017-10-18)
6
+
7
+ - [ Adds ` periodic_restart_schedule ` the ability to define multiple recycle times on an app pool] ( https://github.com/chef-cookbooks/iis/pull/397 )
8
+
5
9
## 6.7.3 (2017-09-08)
6
10
7
11
- Add better documentation for the options parameter (#383 )
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 '6.7.3 '
7
+ version '6.8.0 '
8
8
supports 'windows'
9
9
depends 'windows' , '>= 2.0'
10
10
source_url 'https://github.com/chef-cookbooks/iis'
You can’t perform that action at this time.
0 commit comments