summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtimberman <joshua@opscode.com>2013-04-22 12:30:48 -0600
committerjtimberman <joshua@opscode.com>2013-04-22 12:30:48 -0600
commit789c000fd3438d832fd43cf8b9445e8134025af9 (patch)
treef20e8fbc38c5d346ce04d3dbd38ceef089af8c83
parentbb14e2c6f3194aadbbd98a4186fe48946688f3ea (diff)
downloadmixlib-shellout-789c000fd3438d832fd43cf8b9445e8134025af9.tar.gz
release v1.8.101.8.10
-rw-r--r--CHANGELOG.md10
-rw-r--r--metadata.rb2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f1988d..d077520 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,16 @@
* [COOK-666] `windows_package` should support CoApp packages
* WindowsRebootHandler/`windows_reboot` LWRP should support kicking off subsequent chef run on reboot.
+## v1.8.10:
+
+When using Windows qualified filepaths (C:/foo), the #absolute? method
+for URI returns true, because "C" is the scheme.
+
+This change checks that the URI is http or https scheme, so it can be
+passed off to remote_file appropriately.
+
+* [COOK-2729] - allow only http, https URI schemes
+
## v1.8.8:
* [COOK-2729] - helper should use URI rather than regex and bare string
diff --git a/metadata.rb b/metadata.rb
index b123e55..88623ca 100644
--- a/metadata.rb
+++ b/metadata.rb
@@ -4,6 +4,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.8.9"
+version "1.8.10"
supports "windows"
depends "chef_handler"