diff --git a/Shorewall/changelog.txt b/Shorewall/changelog.txt index 5d93733d1..86815d756 100755 --- a/Shorewall/changelog.txt +++ b/Shorewall/changelog.txt @@ -31,4 +31,6 @@ Changes since 1.3.11 14. Added an error message when the destination in a rule contained a MAC address. + +15. Added ULOG target support. diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index 36a6643cb..07bbf95e0 100755 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -13,3 +13,9 @@ New features include: 4) A "shorewall show classifiers" command has been added which shows the current packet classification filters. The output from this command is also added as a separate page in "shorewall monitor" + +5) ULOG (must be all caps) is now accepted as a valid syslog level and + causes the subject packets to be logged using the ULOG target rather + than the LOG target. This allows you to run ulogd (available from + www.gnumonks.org/projects/ulogd) and log all Shorewall messages to + a separate log file.