diff options
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. | ||