Skip to content

Commit

Permalink
windows v1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Mar 8, 2012
1 parent 5458748 commit 32bd9fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions windows/CHANGELOG.md
Expand Up @@ -7,6 +7,13 @@
* WindowsRebootHandler/`windows_reboot` LWRP should support kicking off subsequent chef run on reboot.
* Support all types of registry keys with `type` parameter in `windows_registry`.

## v1.2.12:

* [COOK-1037] - specify version for rubyzip gem
* [COOK-1007] - windows_feature does not work to remove features with
dism
* [COOK-667] - shortcut resource + provider for Windows platforms

## v1.2.10

* [COOK-939] - add `type` parameter to `windows_registry` to allow binary registry keys.
Expand Down
2 changes: 1 addition & 1 deletion windows/metadata.rb
Expand Up @@ -3,6 +3,6 @@
license "Apache 2.0"
description "Provides a set of useful Windows-specific primitives."
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.2.10"
version "1.2.12"
supports "windows"
depends "chef_handler"

0 comments on commit 32bd9fe

Please sign in to comment.