From 3f2ec4bd9cacc593ac776592f345fa9087207cd6 Mon Sep 17 00:00:00 2001 From: Chris Hoge Date: Thu, 19 Jun 2014 17:14:50 -0700 Subject: [PATCH] Release 4.1.0 API change to allow custom image upload directory and bug fixes. Change-Id: I4c57a236518c57d8168425843cbbf1ce55726b94 --- Modulefile | 2 +- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Modulefile b/Modulefile index c9d951f7..a1874613 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-horizon' -version '4.0.0' +version '4.1.0' source 'https://github.com/stackforge/puppet-horizon' author 'Puppet Labs' license 'Apache License 2.0' diff --git a/README.md b/README.md index 56bd56e7..e7e8f979 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,12 @@ Contributors Release Notes ------------- +**4.1.0** + +* Added option to set temporary upload directory for images. +* Ensure ssl wsgi_process_group is the same as wsgi_daemon_process. +* Pined major gems. + **4.0.0** * Stable Icehouse release.