summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorBryan McLellan <btm@getchef.com>2014-03-19 11:12:18 -0700
committerBryan McLellan <btm@getchef.com>2014-03-19 14:39:59 -0700
commit861f2c7784b666313fafdb1d6b9d1ff1e426de33 (patch)
treeac1e06112617f24362b156e1e2ebc983337ac84b /RELEASE_NOTES.md
parent6bd0fd7f8a97e2637149a7a98b22fcd49c5ee804 (diff)
downloadchef-861f2c7784b666313fafdb1d6b9d1ff1e426de33.tar.gz
Add release notes for a contributions merge
* CHEF-3714 - Implement a method in Chef::Util::FileEdit that returns if a file was edited * CHEF-4173 - "insert_line_if_no_match" in file_edit.rb fails silently * CHEF-4680 - Avoiding raising subversion passwords in exceptions * CHEF-1752 - Certain characters (e.g. ':') in package version numbers cause Dpkg provider to install things repeatedly. * CHEF-4851 - Display all missing dependency cookbooks and versions when uploading cookbook
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 9885663873..6f6e77f1e4 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -40,6 +40,17 @@ execute "Install Application" do
end
```
+#### FileEdit
+
+Chef::Util::Filedit has been refactored into a Chef::Util::Editor class. The existing class continues to manage the files being edited while the new class handles the actual modification of the data.
+Along with this refactor, #insert_line_if_no_match can now manipulate a file multiple times.
+
+#### Miscellaneous
+
+* The subversion resource will now mask plaintext passwords in error output.
+* The debian pkg provider now supports epochs in the version string.
+* When a cookbook upload is missing multiple dependencies, all of them are now listed.
+
#### OHAI 7
After spending 3 months in the RC stage, OHAI 7 is now included in Chef Client 11.10.0. Note that Chef Client 10.32.0 still includes OHAI 6.