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

Commit 4db19b7

Browse files
committed
Merge pull request #42 from Kasen/master
Version bumped
2 parents 562ff00 + ee37cdf commit 4db19b7

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,9 @@ Which results in the following iptables configuration:
332332

333333
Changes
334334
=======
335-
335+
* 0.6.2 (May 27, 2014)
336+
* Add default iptables rules for redhat platfrom.
337+
* Fix #38, add case for fedora platform.
336338
* 0.6.1 (April 14, 2014)
337339
* Add support mechanism weights.
338340
* 0.6.0 (March 19, 2014)

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.1"
32+
"version": "0.6.2"
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.1"
6+
version "0.6.2"
77
name "simple_iptables"
88

99
supports "debian", ">= 6.0"

0 commit comments

Comments
 (0)