Skip to content

v1.8.0

Latest
Compare
Choose a tag to compare
@circulosmeos circulosmeos released this 27 Nov 00:59
  • Added -q option to let -[bL] proceed also after EOF in still-growing files, waiting for data. This also has the side effect of allowing -[bL] to wait for its values to arrive in the stream of data
  • Patched possible (theoretical?) problem related
    to Z_STREAM_END in bgzip blocks
    when the 8 final bytes are cut between actual and next input buffer
    and next input buffer is so swallow that it's less than the 8 expected bytes
  • Patched possible initialization error at decompress_in_advance() on initialize_function == DECOMPRESS_IN_ADVANCE_*RESET
    after commit that added strm_avail_in_decrement functionality (v1.7.0)