summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2014-11-07 11:58:03 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2014-11-07 11:58:03 -0800
commitaac294d2e9cc298e4c7653eb0273255a9adf2d80 (patch)
treea7edb15f4722ab15f9a8f176a7d9cee73a70ff4a
parent4a7f73ea2abb711263263a18f7c35c1818eafea5 (diff)
downloadchef-jdmundrawala/10.34.6.tar.gz
Preparing 10.34.6 releasejdmundrawala/10.34.6
-rw-r--r--CHANGELOG.md5
-rw-r--r--chef/lib/chef/version.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 526b987075..5ec9058e57 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
## Unreleased:
+## 10.34.6
+
+* Windows omnibus installer security updates for redistributed bash.exe / sh.exe
+ vulnerabilities ("Shellshock") CVE-2014-6271, CVE-2014-6271, CVE-2014-6278, CVE-2014-7186, CVE-2014-7187.
+
## 10.34.4
* Fix a bug in user dscl provider to enable managing password and other properties at the same time.
diff --git a/chef/lib/chef/version.rb b/chef/lib/chef/version.rb
index cd461acd1e..dc1f8e26c0 100644
--- a/chef/lib/chef/version.rb
+++ b/chef/lib/chef/version.rb
@@ -17,7 +17,7 @@
class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = '10.34.4'
+ VERSION = '10.34.6'
end
# NOTE: the Chef::Version class is defined in version_class.rb