diff options
author | Jon Cowie <jcowie@etsy.com> | 2014-12-29 13:25:45 +0000 |
---|---|---|
committer | Jon Cowie <jcowie@etsy.com> | 2014-12-29 13:25:45 +0000 |
commit | b46ffba02dd4ea6b5df944f1d8d8d97f66570833 (patch) | |
tree | e9e5abc720c817c5c9c911b2797c90a4a024a14e | |
parent | 2339da8290061d975e06fc618b84999f260f458c (diff) | |
download | chef-b46ffba02dd4ea6b5df944f1d8d8d97f66570833.tar.gz |
Updating md files for PR 2505
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | DOC_CHANGES.md | 9 | ||||
-rw-r--r-- | RELEASE_NOTES.md | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f93aa4c453..a8d9628347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Typo fixes * [**Tim Smith**](https://github.com/tas50) Typo fixes +* [Pull 2505](https://github.com/opscode/chef/pull/2505) Make Chef handle URIs in a case-insensitive manner ### Chef Contributions * ruby 1.9.3 support is dropped diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md index b1121e2bf4..bcf3a27286 100644 --- a/DOC_CHANGES.md +++ b/DOC_CHANGES.md @@ -1,8 +1,3 @@ -<!--- -This file is reset every time a new release is done. This file describes changes that have not yet been released. - -Example Doc Change: -### Headline for the required change -Description of the required change. ---> +### Chef now handles URI Schemes in a case insensitive manner +Previously, when a URI scheme contained all uppercase letters, Chef would reject the URI as invalid. In compliance with RFC3986, Chef now treats URI schemes in a case insensitive manner. This applies to all resources which accept URIs such as remote_file etc.
\ No newline at end of file diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 630aa737df..a99d44bc56 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -8,6 +8,10 @@ The package resource on OpenBSD is wired up to use the new OpenBSD package provider to install via pkg_add on OpenBSD systems. +## Case Insensitive URI Handling + +Previously, when a URI scheme contained all uppercase letters, Chef would reject the URI as invalid. In compliance with RFC3986, Chef now treats URI schemes in a case insensitive manner. + # Chef Client Release Notes 12.0.0: # Internal API Changes in this Release |