From: Ken Barber Date: Thu, 14 Mar 2013 05:04:32 +0000 (-0700) Subject: Release 0.2.1 X-Git-Tag: 0.2.1^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=240a72e58932f9231ceae14114a92400ecdacb58;p=puppet-modules%2Fpuppetlabs-firewall.git Release 0.2.1 Signed-off-by: Ken Barber --- diff --git a/Changelog b/Changelog index 30ee83c..dfc8b21 100644 --- a/Changelog +++ b/Changelog @@ -4,6 +4,18 @@ Release notes for puppetlabs-firewall module. --------------------------------------- +#### 0.2.1 - 2012/3/13 + +This maintenance release introduces the new README layout, and fixes a bug with iptables_persistent_version. + +##### Changes + +* (GH-139) Throw away STDERR from dpkg-query in Fact +* Update README to be consistent with module documentation template +* Fix failing spec tests due to dpkg change in iptables_persistent_version + +--------------------------------------- + #### 0.2.0 - 2012/3/3 This release introduces automatic persistence, removing the need for the previous manual dependency requirement for persistent the running rules to the OS persistence file. diff --git a/Modulefile b/Modulefile index 53306bb..3b9feb8 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-firewall' -version '0.2.0' +version '0.2.1' source 'git://github.com/puppetlabs/puppetlabs-firewall.git' author 'puppetlabs' license 'ASL 2.0'