[-] fixed bug in smartlookup mode of SubStringParser that could cause crashing when incoming stream matched last symbol in set. (mouser, 2004-05-19).
[+] added code to report kb/s compression and decompression speeds when testing files in the OctaneTester. (mouser, 2004-05-19).
Version 1.01.19 (2003-09-09)
[-] fixed bug in huffman coder leading to long bitcodes for unseen ascii characters (zeroorder_modeler.cpp updated to prevent 0 freq counts). (mouser+jibz, 2003-09-09).
Version 1.01.18 (2003-08-27)
[-] eliminated use of one last itoa call in huffmannodes.cpp (replaced with sprintf). (mouser+jibz, 2003-08-27).
[-] fixed spelling error in huffmannodes.cpp (bistset -> bitset). (mouser+jibz, 2003-08-27).
[-] removed unused variable (inputsize) in huffmancoder.cpp. (mouser, 2003-08-27).
Version 1.01.17 (2003-08-14)
[+] added zle encoder (zero-length-encoder, which is run-length encoding for 0 bytes). (loco, 2003-08-13).
[+] added mtfll encoder (move-to-front with linked lists). (loco, 2003-08-14).
Version 1.01.16 (2003-08-12)
[-] fixed spelling error in octane.ini. (mouser, 2003-08-12, found by loco).
[-] fixed grammar error in OctaneTester.cpp. (mouser, 2003-08-12, found by loco).
[+] added a new sample compressor to show how to make non-statistical compressors. (mouser, 2003-08-12).
[+] testfile command now deletes temporary files. (mouser, 2003-08-12).