From 639eaa3ce78ea7d165fcac83c8ef2ea81e0cfa0a Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Thu, 11 Jul 2013 16:54:28 -0700 Subject: [PATCH] Release 0.4.0 --- Changelog | 18 ++++++++++++++++++ Modulefile | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) 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' -- 2.45.2