diff --git a/Shorewall-lite/changelog.txt b/Shorewall-lite/changelog.txt index 2b7a249d5..d8e2c8e3e 100644 --- a/Shorewall-lite/changelog.txt +++ b/Shorewall-lite/changelog.txt @@ -4,6 +4,8 @@ Changes in 3.2.0 RC 2 2) Rationalize the use of IPTABLES and LOGFORMAT. +3) Change 'shorewall version' to include 'Lite' + Changes in 3.2.0 RC 1 1) First Release. diff --git a/Shorewall-lite/releasenotes.txt b/Shorewall-lite/releasenotes.txt index 52e1552d4..9e2dad827 100644 --- a/Shorewall-lite/releasenotes.txt +++ b/Shorewall-lite/releasenotes.txt @@ -18,9 +18,18 @@ Problems Corrected in 3.2.0 RC 2 Other changes in 3.2.0 RC 2 -1) The shorecap program now gets it's version from the +1) The shorecap program now gets it's version from the /usr/share/shorewall/version file. +2) The output of "shorewall version" on Shorewall Lite systems now + includes " Lite" after the version number. + + Example: + + wireless:~ # shorewall version + 3.2.0-RC1 Lite + wireless:~ # + New Features: Shorewall Lite is a companion product to Shorewall and is designed to diff --git a/Shorewall-lite/shorewall b/Shorewall-lite/shorewall index b0bfb5ebd..b898d1e3a 100755 --- a/Shorewall-lite/shorewall +++ b/Shorewall-lite/shorewall @@ -1352,7 +1352,7 @@ case "$COMMAND" in fi ;; version) - echo $version + echo $version Lite ;; logwatch) shift