]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Release 0.4.0
authorHunter Haugen <h.haugen@gmail.com>
Thu, 11 Jul 2013 23:54:28 +0000 (16:54 -0700)
committerHunter Haugen <h.haugen@gmail.com>
Fri, 12 Jul 2013 18:37:24 +0000 (11:37 -0700)
Changelog
Modulefile

index 73182846d2221bab5958dff365a0dc2af2eb3a84..ba0c51d81a0828dd7510ba7d000c2f6902a8c636 100644 (file)
--- 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.
index dc56a15669c5e302239b81e801be44b3266e31f5..5c284ec0aa0a98fd308578258ef2a7f2b0bd7ced 100644 (file)
@@ -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'