summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-07-17 08:44:12 -0700
committersersut <serdar@opscode.com>2014-07-17 08:44:12 -0700
commitb7079c7ff18454a52e36a8b5535d5efe0aad0cb4 (patch)
tree2c1605b11e55f247fdc36288dff6c11e855b625d
parent5710ffc7e93cc5d38c32420d15604b020d67d737 (diff)
downloadchef-b7079c7ff18454a52e36a8b5535d5efe0aad0cb4.tar.gz
CHANGELOG update for release.
-rw-r--r--CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1a2aec47b3..3d4dc7f2a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,14 @@
# Chef Client 10.x Changelog
-## Unreleased
+## 10.34.0
* `options` attribute of mount resource now supports lazy evaluation. (CHEF-5163)
* Fix OS X service provider actions that don't require the service label
to work when there is no plist. (backport CHEF-5223)
* Set Net::HTTP open_timeout. (backport Chef-1585)
* Fix RPM package version detection (backport Issue 1554)
+* Support for single letter environments.
+*
## 10.32.2
@@ -18,7 +20,8 @@
SIGTERM will once-more kill a non-daemonized chef-client (CHEF-5172)
* [**Phil Dibowitz**](https://github.com/jaymzh):
bump up upper limit on json gem to 1.8.1 (CHEF-4632)
-
+* [**Ryan Cragun**](https://github.com/ryancragun):
+ Don't detect package name as version when the RPM isn't installed.
* pin sdoc to 0.3.0 due to solaris packaging issues.