summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtimberman <joshua@opscode.com>2012-08-21 14:17:00 -0600
committerjtimberman <joshua@opscode.com>2012-08-21 14:17:00 -0600
commit04128419efe6b274facb25f75b377885e9a93451 (patch)
treec116c53b36cdaa7bb72b21945a763e907f604ce7
parent08906bf64fbd0247100149b1c594c8b46e50183f (diff)
downloadmixlib-shellout-1.3.4.tar.gz
release v1.3.41.3.4
-rw-r--r--CHANGELOG.md11
-rw-r--r--metadata.rb2
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 26209a2..e803fa2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,17 @@
* 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.3.4:
+
+* [COOK-1173] - windows_registry throws Win32::Registry::Error for
+ action :remove on a nonexistent key
+* [COOK-1182] - windows package sets start window title instead of
+ quoting a path
+* [COOK-1476] - zipfile lwrp should support :zip action
+* [COOK-1485] - package resource fails to perform install correctly
+ when "source" contains quote
+* [COOK-1519] - add action :remove for path lwrp
+
## v1.3.2:
* [COOK-1033] - remove the `libraries/ruby_19_patches.rb` file which
diff --git a/metadata.rb b/metadata.rb
index f2ee595..0d97bcd 100644
--- a/metadata.rb
+++ b/metadata.rb
@@ -3,6 +3,6 @@ maintainer_email "cookbooks@opscode.com"
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.3.2"
+version "1.3.4"
supports "windows"
depends "chef_handler"