From: Hunter Haugen Date: Wed, 19 Feb 2014 04:23:02 +0000 (-0800) Subject: Release 1.0.1 X-Git-Tag: 1.0.1~13^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=95922d6fb21d4ac7306d7235b3a58cb4a4f69346;p=puppet-modules%2Fpuppetlabs-firewall.git Release 1.0.1 Bugfix: gracefully fail to manage ip6tables on iptables 1.3.x --- diff --git a/Changelog b/Changelog index 3c004e9..a8412ee 100644 --- a/Changelog +++ b/Changelog @@ -4,6 +4,10 @@ Release notes for puppetlabs-firewall module. --------------------------------------- +#### 1.0.1 - 2014-02-18 + +Bugfix: gracefully fail to manage ip6tables on iptables 1.3.x + #### 1.0.0 - 2014-02-11 No changes, just renumbering to 1.0.0. diff --git a/Modulefile b/Modulefile index 483ea04..389da00 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-firewall' -version '1.0.0' +version '1.0.1' source 'git://github.com/puppetlabs/puppetlabs-firewall.git' author 'puppetlabs' license 'ASL 2.0'