From 240a72e58932f9231ceae14114a92400ecdacb58 Mon Sep 17 00:00:00 2001 From: Ken Barber Date: Wed, 13 Mar 2013 22:04:32 -0700 Subject: [PATCH] Release 0.2.1 Signed-off-by: Ken Barber --- Changelog | 12 ++++++++++++ Modulefile | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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' -- 2.45.2