Version bump to v3.0.2

This commit is contained in:
Seth Vargo 2013-10-08 16:07:46 -04:00
parent 5e975b5a10
commit fded87df0d
2 changed files with 12 additions and 1 deletions

View File

@ -3,6 +3,17 @@ postfix Cookbook CHANGELOG
This file is used to list changes made in each version of the postfix cookbook. This file is used to list changes made in each version of the postfix cookbook.
v3.0.2
------
### Bug
- **[COOK-3617](https://tickets.opscode.com/browse/COOK-3617)** - Fix error when no there is no FQDN
- **[COOK-3530](https://tickets.opscode.com/browse/COOK-3530)** - Update `client.rb` after 3.0.0 refactor
- **[COOK-2499](https://tickets.opscode.com/browse/COOK-2499)** - Do not use resource cloning
### Improvement
- **[COOK-3116](https://tickets.opscode.com/browse/COOK-3116)** - Add SmartOS support
v3.0.0 v3.0.0
------ ------
### Improvement ### Improvement

View File

@ -3,7 +3,7 @@ maintainer "Opscode, Inc."
maintainer_email "cookbooks@opscode.com" maintainer_email "cookbooks@opscode.com"
license "Apache 2.0" license "Apache 2.0"
description "Installs and configures postfix for client or outbound relayhost, or to do SASL auth" description "Installs and configures postfix for client or outbound relayhost, or to do SASL auth"
version "3.0.1" version "3.0.2"
recipe "postfix", "Installs and configures postfix" recipe "postfix", "Installs and configures postfix"
recipe "postfix::sasl_auth", "Set up postfix to auth to a server with sasl" recipe "postfix::sasl_auth", "Set up postfix to auth to a server with sasl"
recipe "postfix::aliases", "Manages /etc/aliases" recipe "postfix::aliases", "Manages /etc/aliases"