diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2010-11-09 18:32:57 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2010-11-09 18:32:57 +0000 |
commit | fb2971ccd2bab42f5406f919812ceb8e014773ea (patch) | |
tree | d70cfbf8d3f028fc565310f4250fafd7aba34243 /contrib/bzip2/bzip2.1 | |
parent | 91109a91ba007e17cc00570ae61b4963e97ff647 (diff) | |
parent | dd642931791555836f950996f6ff2c854f882dc6 (diff) |
Upgrade to Bzip2 version 1.0.6.
Reviewed by: SO (cperciva)
Notes
Notes:
svn path=/head/; revision=215041
Diffstat (limited to 'contrib/bzip2/bzip2.1')
-rw-r--r-- | contrib/bzip2/bzip2.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/bzip2/bzip2.1 b/contrib/bzip2/bzip2.1 index a313f2d5bedc..ce3a78e6b4f9 100644 --- a/contrib/bzip2/bzip2.1 +++ b/contrib/bzip2/bzip2.1 @@ -1,7 +1,7 @@ .PU .TH bzip2 1 .SH NAME -bzip2, bunzip2 \- a block-sorting file compressor, v1.0.4 +bzip2, bunzip2 \- a block-sorting file compressor, v1.0.6 .br bzcat \- decompresses files to stdout .br @@ -405,11 +405,11 @@ I/O error messages are not as helpful as they could be. tries hard to detect I/O errors and exit cleanly, but the details of what the problem is sometimes seem rather misleading. -This manual page pertains to version 1.0.4 of +This manual page pertains to version 1.0.6 of .I bzip2. Compressed data created by this version is entirely forwards and backwards compatible with the previous public releases, versions -0.1pl2, 0.9.0, 0.9.5, 1.0.0, 1.0.1, 1.0.2 and 1.0.3, but with the following +0.1pl2, 0.9.0, 0.9.5, 1.0.0, 1.0.1, 1.0.2 and above, but with the following exception: 0.9.0 and above can correctly decompress multiple concatenated compressed files. 0.1pl2 cannot do this; it will stop after decompressing just the first file in the stream. |