From 745759ced72b522f2ea4f130944947dbf5841636 Mon Sep 17 00:00:00 2001 From: Rockstar04 Date: Mon, 17 Aug 2015 09:43:12 -0500 Subject: [PATCH] Update changelog and metadata --- CHANGELOG.md | 4 ++++ metadata.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ecb127a8..b6ea2a065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ php Cookbook CHANGELOG ====================== This file is used to list changes made in each version of the php cookbook. +v1.7.1 (2015-8-17) +------------------ +- Correct permissions on ext_conf_dir folder (644 -> 755) + v1.7.0 (2015-7-31) ------------------ - NOTICE - This version changes the way the ['php']['directives'] is placed into configuration files. Quotes are no longer automatically placed around these aditional directives. Please take care when rolling out this version. diff --git a/metadata.rb b/metadata.rb index f0651fdca..8d2d28824 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'cookbooks@getchef.com' license 'Apache 2.0' description 'Installs and maintains php and php modules' -version '1.7.0' +version '1.7.1' depends 'build-essential' depends 'xml'