Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 5cd79c4

Browse files
committed
Bump version to 0.6.4 and update README
Update README to describe change to testing mechanism.
1 parent 9010288 commit 5cd79c4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,10 @@ Which results in the following iptables configuration:
332332

333333
Changes
334334
=======
335+
* 0.6.4 (June 8, 2014)
336+
* Change testing mechanism to use `iptables-restore --test`. This tests
337+
all rules at once and results in much better performance. In case of a
338+
failure, the rule causing it is included in the exception raised.
335339
* 0.6.3 (May 30, 2014)
336340
* Change how default attributes are set in `attributes/default.rb` file for
337341
consistency with how they are set when they are cleared in

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
},
3030
"recipes": {
3131
},
32-
"version": "0.6.3"
32+
"version": "0.6.4"
3333
}

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
license "BSD"
44
description "Simple LWRP and recipe for managing iptables rules"
55
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
6-
version "0.6.3"
6+
version "0.6.4"
77
name "simple_iptables"
88

99
supports "debian", ">= 6.0"

0 commit comments

Comments
 (0)