Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Commit

Permalink
windows v1.2.4
Browse files Browse the repository at this point in the history
* windows_package - catch Win32::Registry::Error that pops up when searching certain keys
  • Loading branch information
schisamo committed Sep 29, 2011
1 parent ce300ad commit e19e067
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions windows/README.md
Expand Up @@ -398,6 +398,10 @@ Changes/Roadmap
* windows_registry :force_modify action should use RegNotifyChangeKeyValue from WinAPI
* WindowsRebootHandler/windows_reboot LWRP should support kicking off subsequent chef run on reboot.

## v1.2.4

* windows_package - catch Win32::Registry::Error that pops up when searching certain keys

## v1.2.2

* combined numerous helper libarires for easier sharing across libaries/LWRPs
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.2"
version "1.2.4"
supports "windows"
depends "chef_handler"

0 comments on commit e19e067

Please sign in to comment.