summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2018-03-24This fixes the ?SECTION change.Micah Anderson
The change requiring ? before SECTION happened in 4.6.0. Our check was only looking at the major version to see if it was 4, and if so, it would not add the ?. This was too imprecise and would not add the ? in versions of shorewall 4.6 and greater. So this commit will change that check to be more specific.
2017-02-20add some notes about deprecated featuresMatt Taggart
2017-02-10remove deprecated rfc1918 fileMatt Taggart
this hasn't been supported since 3.x days
2017-02-10remove deprecated blacklistMatt Taggart
the blacklist file was deprecated by upstream in 4.5.7, remove all references to them. Debian wheezy shipped with 4.5.5.3-3 (but could use a backport) and jessie has 4.6.4.3-2 currently.
2016-06-11[bug] Augeas is still neededvarac
Without including `augeas` puppet would complain: Error: Could not find resource 'Class[Augeas]' for relationship on 'Class[Shorewall::Base]' on node default
2015-12-05The augeas module is not needed, but the concat module isSylvain VeyriƩ
2015-07-08fixed code indentation, added gitlab shared remotevarac
2015-07-08moved README to README.md so it hopefully renders as markdown in gitlab nowvarac