ChangeLog-0.3.5
Release notes for v0.3.5
=====================================================
Summary of changes from v0.3.4 to v0.3.5
=====================================================
<marbre - at - linux.sungazer.de> (02/06/17 39)
changed version number from v0.3.4 to v0.3.5
<marbre - at - linux.sungazer.de> (02/06/18 40)
code clean up of lib/main/sg-packetfilter.main.sh
<marbre - at - linux.sungazer.de> (02/06/18 41)
code clean up of lib/main/sg-packetfilter.route.sh
<marbre - at - linux.sungazer.de> (02/06/18 42)
code clean up of lib/scripts/sg-packetfilter.1configsecure.sh
<marbre - at - linux.sungazer.de> (02/06/18 43)
code clean up of lib/scripts/sg-packetfilter.1configsecure_route.sh
<marbre - at - linux.sungazer.de> (02/06/18 44)
code clean up of lib/scripts/sg-packetfilter.logchains.sh
<marbre - at - linux.sungazer.de> (02/06/18 45)
code clean up of lib/scripts/sg-packetfilter.logchains_route.sh
<marbre - at - linux.sungazer.de> (02/06/18 46)
code clean up of lib/scripts/sg-packetfilter.netfilter.sh
<marbre - at - linux.sungazer.de> (02/06/19 47)
edited --help output
<marbre - at - linux.sungazer.de> (02/06/21 48)
install language libs now load version number
<marbre - at - linux.sungazer.de> (02/06/23 49)
if config file can not be found, main script exits with "exit 6"
and not with "exit 1"
<marbre - at - linux.sungazer.de> (02/06/23 50)
replaced all "test" calls in lib/scripts/sg-packetfilter.init.sh
through if statements
<marbre - at - linux.sungazer.de> (02/06/23 51)
language files don't load version number file any more
-> grep it now
<marbre - at - linux.sungazer.de> (02/06/23 52)
install language files don't load version number file any more
-> grep it now
<marbre - at - linux.sungazer.de> (02/06/23 53)
sbin/sg-packetfilter doesn't load config file any more to find out
what language should be spoken
-> greps it now
<marbre - at - linux.sungazer.de> (02/06/23 54)
moved config load down, now becomes load after init script was load
-> greps language variable now
<marbre - at - linux.sungazer.de> (02/06/24 55)
$CONFIGFILE becomes defined in lib/scripts/sg-packetfilter.init.sh
again
<marbre - at - linux.sungazer.de> (02/06/27 56)
install script doesn't load version number any more
-> greps it now
<marbre - at - linux.sungazer.de> (02/06/27 57)
uninstall script doesn't load version number any more
-> greps it now
<marbre - at - linux.sungazer.de> (02/07/05 58)
lib/script/sg-packetfilter.init.sh load version number file any more
-> grep it now
<marbre - at - linux.sungazer.de> (02/07/05 59)
fixed $LANG grep in lib/main/sg-packetfilter.main.sh
<marbre - at - linux.sungazer.de> (02/07/05 60)
fixed $LANG grep in sbin/sg-packetfilter-devel
<marbre - at - linux.sungazer.de> (02/07/07 61)
lib/scripts/sg-packetfilter.netfilter.sh: it first becomes checked if
iptables are compiled into the kernel or compiled as modules
<marbre - at - linux.sungazer.de> (02/07/18 62)
corrected spelling mistakes in doc/BUGS
<marbre - at - linux.sungazer.de> (02/07/18 63)
fixed bug in install.lang.sh
<marbre - at - linux.sungazer.de> (02/07/18 64)
fixed install.sh
-> now installs language libs
<marbre - at - linux.sungazer.de> (02/07/18 65)
fixed "--version" output
<marbre - at - linux.sungazer.de> (02/07/18 66)
fixed if case in lib/scripts/sg-packetfilter.init.sh
<marbre - at - linux.sungazer.de> (02/07/18 67)
fixed $FILTER_VER grep in lib/scripts/sg-packetfilter.init.sh