aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d984395..e31b03a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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
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.