diff options
author | sersut <serdar@opscode.com> | 2014-03-19 15:19:02 -0700 |
---|---|---|
committer | sersut <serdar@opscode.com> | 2014-03-19 15:25:57 -0700 |
commit | 8a41aeadea8407691759cad06c880a2bc7a8bdff (patch) | |
tree | 3a35201e8f3c24c56ea42118eb589865eccb82ed /CONTRIBUTIONS.md | |
parent | 35cbf5deb0e165c8ba80e04e91e542d191f8f5a3 (diff) | |
download | chef-8a41aeadea8407691759cad06c880a2bc7a8bdff.tar.gz |
Contribution info for CHEF-5064.
Diffstat (limited to 'CONTRIBUTIONS.md')
-rw-r--r-- | CONTRIBUTIONS.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/CONTRIBUTIONS.md b/CONTRIBUTIONS.md index ba05d7d2c1..5ce56e07b3 100644 --- a/CONTRIBUTIONS.md +++ b/CONTRIBUTIONS.md @@ -12,15 +12,19 @@ Example Contribution: * **valodzka**: Fixed the convergence message in deploy provider. * **linkfanel**: Made attribute arrays able to handle non-dupable elements while being duped. * **linkfanel**: Removed ruby-shadow installation on cygwin platform. -* **lbragstad**: Add IBM PowerKVM to platform map +* **lbragstad**: Add IBM PowerKVM to platform map. * **slantview**: Allow boolean and numerics in cookbook metadata. * **jeffmendoza**: Made knife to use cloud attribute for port when available. * **ryotarai**: Added a method to capture IO for live stream. * **sawanoboly**: Fixed service provider to be aware of maintenance state on Solaris. -* **cbandy**: Refactored Chef::Util::FileEdit -* **cbandy**: Fixed insert_line_if_no_match to run multiple times +* **cbandy**: Refactored Chef::Util::FileEdit. +* **cbandy**: Fixed insert_line_if_no_match to run multiple times. * **pavelbrylov**: Modified subversion resource to hide password from error messages. * **eherot**: Add support for epoch versions to the dpkg package provider * **jdmurphy**: Display all missing dependencies when uploading cookbooks * **nkrinner**: Add a public file_edited? method to Chef::Util::FileEdit * **ccope**: Made package provider to use IPS provider in Solaris 5.11+ +* **eherot**: Add support for epoch versions to the dpkg package provider. +* **jdmurphy**: Display all missing dependencies when uploading cookbooks. +* **ccope**: Made package provider to use IPS provider in Solaris 5.11+. +* **josephholsten**: Changed Chef::REST to be able to handle frozen options. |