From 272ed4f1398ff8b9d642f6489fdc0c5b246aaf0d Mon Sep 17 00:00:00 2001 From: jtimberman Date: Sun, 9 Jun 2013 15:20:25 -0600 Subject: [PATCH] release v2.1.6 --- CHANGELOG.md | 9 +++++++++ metadata.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe93315..39c6208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v2.1.6: + +### Bug + +- [COOK-2501]: Reference to `['postfix']['domain']` should be + `['postfix']['mydomain']` +- [COOK-2715]: master.cf uses old name for `smtp_fallback_relay` + (`fallback_relay`) parameter in master.cf + ## v2.1.4: * [COOK-2281] - postfix aliases uses require_recipe statement diff --git a/metadata.rb b/metadata.rb index fdcf649..9b8f32a 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer "Opscode, Inc." maintainer_email "cookbooks@opscode.com" license "Apache 2.0" description "Installs and configures postfix for client or outbound relayhost, or to do SASL auth" -version "2.1.4" +version "2.1.6" recipe "postfix", "Installs and configures postfix" recipe "postfix::sasl_auth", "Set up postfix to auth to a server with sasl" recipe "postfix::aliases", "Manages /etc/aliases"