From e19e06783e6ab353a743ab1f6530e99d37c9ad96 Mon Sep 17 00:00:00 2001 From: Seth Chisamore Date: Thu, 29 Sep 2011 12:32:10 -0400 Subject: [PATCH] windows v1.2.4 * windows_package - catch Win32::Registry::Error that pops up when searching certain keys --- windows/README.md | 4 ++++ windows/metadata.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/windows/README.md b/windows/README.md index cfdab3ed6..1b49f9f6b 100644 --- a/windows/README.md +++ b/windows/README.md @@ -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 diff --git a/windows/metadata.rb b/windows/metadata.rb index 9dcde4655..1beaa6c0b 100644 --- a/windows/metadata.rb +++ b/windows/metadata.rb @@ -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"