ReleaseNotes: Open: - When the startup-sequence is started in echo mode CyberGuard hangs the system sometimes during booting. (fixed ?) o 1.11beta7 - Improved Enforcer Faking to avoid Sushi`s msg o 1.11beta6 - fixed another condition restore problem for hits. Was the reason by strlen(NULL) don`t stop at once. o 1.11beta5 - linked with the new parsearg.o o 1.11beta4 - Output Buserrors instead of ignoring them o 1.11beta3 - Fixed the "Resident Hit Problem" caused by Resident without an "ADD" option which should imply an ADD. Explanation: 1) Resident searches the segment entry of the file you want to add..which is NULL in our case ! 2) then it checks if the "ADD" option is there...it`s not 3) then it does some checks with the Segment ptr it got from 1) and it does something like that move.l 4(a3),d0 which is a long read to NULL..obviously a bug but it`s not detected because it`s understood by CyberGuard as an ExecBase read. Later on it also caused a cmp.l #1,4(a3) which was a bug in itself and which caused another bug through a sideeffect of a bug in Cyberguard which didn't restore the correct CCR codes after the cmp.l. o 1.11beta2 - Fixed a divu->sbcd problem in the disassembler o 1.11beta1 - hang problem hopefully fixed - improved the stack segtracker check..now it also checks with word skip - important READ to output bug fixed o 1.11 - Slightly changed ParseArg o 1.10 - Fixed AREGCHECK crash when used without DREGCHECK o 1.9 - Linked with new ParseArg lib which fixes ? problem o 1.8 - Fixed some cleanup problem o 1.7 - finally fixed the icon argument parsing problem. For people that think for some weird reason that Cyberguard/Enforcer should be put into the wbstartup. o 1.6 - Fixed a bitfield problem in the disassembler o 1.5 - Fixed 1.4:-) o 1.4 - Added EnforcerPort to avoid mungwall's NULL write. o 1.3 - Tried to speed up certain execbase accesses. (move.l 4.w,a6 and move.l 4.l,a6) - Command "Quit" works now o 1.2 - Stackline repeat bug - Disassembler problem with mulu.l ?,dn n always 0 - Removed the "Beta" string o 1.1 - Release