Deleted Added
full compact
CHANGES (90067) CHANGES (146293)
1
2
30.9.0
4~~~~~
5First version.
6
7
80.9.0a

--- 237 unchanged lines hidden (view full) ---

246
247* bzcat -f works on non-bzip2 files.
248
249* do not try to escape shell meta-characters on unix (the shell takes
250 care of these).
251
252* added --fast and --best aliases for -1 -9 for gzip compatibility.
253
1
2
30.9.0
4~~~~~
5First version.
6
7
80.9.0a

--- 237 unchanged lines hidden (view full) ---

246
247* bzcat -f works on non-bzip2 files.
248
249* do not try to escape shell meta-characters on unix (the shell takes
250 care of these).
251
252* added --fast and --best aliases for -1 -9 for gzip compatibility.
253
254
2551.0.3 (15 Feb 05)
256~~~~~~~~~~~~~~~~~
257Fixes some minor bugs since the last version, 1.0.2.
258
259* Further robustification against corrupted compressed data.
260 There are currently no known bitstreams which can cause the
261 decompressor to crash, loop or access memory which does not
262 belong to it. If you are using bzip2 or the library to
263 decompress bitstreams from untrusted sources, an upgrade
264 to 1.0.3 is recommended.
265
266* The documentation has been converted to XML, from which html
267 and pdf can be derived.
268
269* Various minor bugs in the documentation have been fixed.
270
271* Fixes for various compilation warnings with newer versions of
272 gcc, and on 64-bit platforms.
273
274* The BZ_NO_STDIO cpp symbol was not properly observed in 1.0.2.
275 This has been fixed.