Skip to content

Commit e7ea285

Browse files
committed
Merge pull request #444 from mhaskel/merge_1.3.x_into_master
Merge 1.3.x into master
2 parents 9c8a2dc + 3b84f95 commit e7ea285

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
##2014-12-16 - Supported Release 1.3.0
2+
###Summary
3+
4+
This release includes a number of bugfixes and features, including fixing `tcp_flags` support, and added support for interface aliases, negation for iniface and outiface, and extra configurability for packages and service names.
5+
6+
####Features
7+
- Add support for interface aliases (eth0:0) (MODULES-1469)
8+
- Add negation for iniface, outiface (MODULES-1470)
9+
- Make package and service names configurable (MODULES-1309)
10+
11+
####Bugfixes
12+
- Fix test regexes for EL5 (MODULES-1565)
13+
- Fix `tcp_flags` support for ip6tables (MODULES-556)
14+
- Don't arbitrarily limit `set_mark` for certain chains
15+
116
##2014-11-04 - Supported Release 1.2.0
217
###Summary
318

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-firewall",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"author": "Puppet Labs",
55
"summary": "Manages Firewalls such as iptable",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)