Open SigCompTM

Page last modified Monday, 19-Feb-2007 13:41:26 CST

Open SigComp 0.9.4 Changelog

  • Fixed relatively obscure bug in Deflate compressor which would cause incorrect calculation of generated state (and consequent decompression failures) for certain large messages
  • Added "configure" script to aid in setting up the build environment properly
  • Fixed bad interaction between assembly scripts and perl 5.8.0
  • Added checking to stack to prevent core dumps when the application passes in a null pointer to a SigComp message
  • Added parameters to the StateHandler that allow the application to instruct the stack to assume minimum values of parameters (state memory storage, etc) higher than those required by RFC 3320.
  • Some endian-ness fixes for ARMv4 Windows Mobile devices built with the Visual Studio 2005 compiler
  • Optimized COPY-OFFSET opcode to execute in O(1) instead of O(n)
  • Fixed complation issues with use of usleep in test drivers on certain platforms