diff options
author | Julian Seward <jseward@acm.org> | 2005-02-15 22:13:13 +0100 |
---|---|---|
committer | Julian Seward <jseward@acm.org> | 2005-02-15 22:13:13 +0100 |
commit | 4d540bfc95a4b0eefc1d1f388ec33534aaeb3a2f (patch) | |
tree | 3b7e9c650b4c61d114e1716c4698e40d5c8d7ef7 /CHANGES | |
parent | 099d844292f60f9d58914da29e5773204dc55e7a (diff) | |
download | bzip2-4d540bfc95a4b0eefc1d1f388ec33534aaeb3a2f.tar.gz bzip2-4d540bfc95a4b0eefc1d1f388ec33534aaeb3a2f.tar.bz2 bzip2-4d540bfc95a4b0eefc1d1f388ec33534aaeb3a2f.zip |
bzip2-1.0.3bzip2-1.0.3
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -251,3 +251,25 @@ of bzip2: | |||
251 | 251 | ||
252 | * added --fast and --best aliases for -1 -9 for gzip compatibility. | 252 | * added --fast and --best aliases for -1 -9 for gzip compatibility. |
253 | 253 | ||
254 | |||
255 | 1.0.3 (15 Feb 05) | ||
256 | ~~~~~~~~~~~~~~~~~ | ||
257 | Fixes 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. | ||