release v2.1.4

This commit is contained in:
jtimberman 2013-01-28 19:38:09 -07:00
parent f0448e5f31
commit 8a2768402d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## v2.1.4:
* [COOK-2281] - postfix aliases uses require_recipe statement
## v2.1.2:
* [COOK-2010] - postfix sasl_auth does not include the sasl plain

View File

@ -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.2"
version "2.1.4"
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"