Skip to content

Commit

Permalink
Bump version to 0.6.4 and update README
Browse files Browse the repository at this point in the history
Update README to describe change to testing mechanism.
  • Loading branch information
rtkrruvinskiy committed Jun 8, 2014
1 parent 9010288 commit 5cd79c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,10 @@ Which results in the following iptables configuration:

Changes
=======
* 0.6.4 (June 8, 2014)
* Change testing mechanism to use `iptables-restore --test`. This tests
all rules at once and results in much better performance. In case of a
failure, the rule causing it is included in the exception raised.
* 0.6.3 (May 30, 2014)
* Change how default attributes are set in `attributes/default.rb` file for
consistency with how they are set when they are cleared in
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
},
"recipes": {
},
"version": "0.6.3"
"version": "0.6.4"
}
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
license "BSD"
description "Simple LWRP and recipe for managing iptables rules"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.6.3"
version "0.6.4"
name "simple_iptables"

supports "debian", ">= 6.0"
Expand Down

0 comments on commit 5cd79c4

Please sign in to comment.