From b590a382a2385950c47172acd32456ab70bbf628 Mon Sep 17 00:00:00 2001 From: jtimberman Date: Fri, 22 Feb 2013 23:45:12 -0700 Subject: [PATCH] release v1.6.0 --- CHANGELOG.md | 5 +++++ metadata.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a79d7cf..17b1ee1a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v1.6.0: + +* [COOK-2372] - apache2 mpm_worker: add ServerLimit attribute (default + to 16) + ## v1.5.0: **NOTE** The `mod_auth_openid` attributes are changed. The upstream diff --git a/metadata.rb b/metadata.rb index dbe13f65d..9c7fb7412 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license "Apache 2.0" description "Installs and configures all aspects of apache2 using Debian style symlinks with helper definitions" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "1.5.0" +version "1.6.0" recipe "apache2", "Main Apache configuration" recipe "apache2::logrotate", "Rotate apache2 logs. Requires logrotate cookbook" recipe "apache2::mod_alias", "Apache module 'alias' with config file"