The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
HISTORY of the LZMA SDK
-----------------------

  Version 4.01                2004-02-15
  --------------------------------------
    - Some detection of data corruption was enabled.
        LzmaDecode.c / RangeDecoderReadByte
        .....
        {
          rd->ExtraBytes = 1;
          return 0xFF;
        }

  Version 4.00                2004-02-13
  --------------------------------------
    - Original version


End of document