File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
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
+ ## 5.0.2 (2016-10-07)
6
+ - [ Minor over oversight in IIS::mod_aspnet 5.0.1] ( #296 )
7
+ - [ IIS Pool resource thirty_two_bit false doesn't] ( #292 )
8
+
5
9
## 5.0.1 (2016-09-21)
6
10
- Fix mod_management to include dependencies (#293 )
7
11
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ Check out [How Cookbooks are Maintained](https://github.com/chef-cookbooks/commu
9
9
* [ Adam Edwards] ( https://github.com/adamedx )
10
10
11
11
# Maintainers
12
- * [ Adam Edwards] ( https://github.com/adamedx )
13
- * [ Kartik Null Cating-Subramanian] ( https://github.com/ksubrama )
14
- * [ Steven Murawski] ( https://github.com/smurawski )
15
- * [ Matt Wrock] ( https://github.com/mwrock )
16
- * [ Claire McQuin] ( https://github.com/mcquin )
17
12
* [ Salim Alam] ( https://github.com/chefsalim )
18
- * [ Tim Smith] ( https://github.com/tas50 )
19
13
* [ Jennifer Davis] ( https://github.com/sigje )
14
+ * [ Adam Edwards] ( https://github.com/adamedx )
15
+ * [ Claire McQuin] ( https://github.com/mcquin )
16
+ * [ Steven Murawski] ( https://github.com/smurawski )
17
+ * [ Kartik Null Cating-Subramanian] ( https://github.com/ksubrama )
20
18
* [ Justin Schuhmann] ( https://github.com/EasyAsABC123 )
19
+ * [ Tim Smith] ( https://github.com/tas50 )
20
+ * [ Matt Wrock] ( https://github.com/mwrock )
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 '5.0.1 '
7
+ version '5.0.2 '
8
8
supports 'windows'
9
9
depends 'windows' , '>= 1.34.6'
10
10
source_url 'https://github.com/chef-cookbooks/iis'
You can’t perform that action at this time.
0 commit comments