From: Hunter Haugen Date: Thu, 11 Jul 2013 23:54:28 +0000 (-0700) Subject: Release 0.4.0 X-Git-Tag: 0.4.0^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=639eaa3ce78ea7d165fcac83c8ef2ea81e0cfa0a;p=puppet-modules%2Fpuppetlabs-firewall.git Release 0.4.0 --- diff --git a/Changelog b/Changelog index 7318284..ba0c51d 100644 --- a/Changelog +++ b/Changelog @@ -4,6 +4,24 @@ Release notes for puppetlabs-firewall module. --------------------------------------- +#### 0.4.0 - 2013-07-11 + +This release adds support for address type, src/dest ip ranges, and adds +additional testing and bugfixes. + +#### Features +* Add `src_type` and `dst_type` attributes (Nick Stenning) +* Add `src_range` and `dst_range` attributes (Lei Zhang) +* Add SL and SLC operatingsystems as supported (Steve Traylen) + +#### Bugfixes +* Fix parser for bursts other than 5 (Chris Rutter) +* Fix parser for -f in --comment (Georg Koester) +* Add doc headers to class files (Dan Carley) +* Fix lint warnings/errors (Wolf Noble) + +--------------------------------------- + #### 0.3.1 - 2013/6/10 This minor release provides some bugfixes and additional tests. diff --git a/Modulefile b/Modulefile index dc56a15..5c284ec 100644 --- a/Modulefile +++ b/Modulefile @@ -1,5 +1,5 @@ name 'puppetlabs-firewall' -version '0.3.1' +version '0.4.0' source 'git://github.com/puppetlabs/puppetlabs-firewall.git' author 'puppetlabs' license 'ASL 2.0'