diff options
Diffstat (limited to 'bzip2.txt')
-rw-r--r-- | bzip2.txt | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ | |||
1 | 1 | ||
2 | NAME | 2 | NAME |
3 | bzip2, bunzip2 - a block-sorting file compressor, v1.0.3 | 3 | bzip2, bunzip2 - a block-sorting file compressor, v1.0.4 |
4 | bzcat - decompresses files to stdout | 4 | bzcat - decompresses files to stdout |
5 | bzip2recover - recovers data from damaged bzip2 files | 5 | bzip2recover - recovers data from damaged bzip2 files |
6 | 6 | ||
@@ -345,14 +345,14 @@ CAVEATS | |||
345 | but the details of what the problem is sometimes seem | 345 | but the details of what the problem is sometimes seem |
346 | rather misleading. | 346 | rather misleading. |
347 | 347 | ||
348 | This manual page pertains to version 1.0.3 of bzip2. Com- | 348 | This manual page pertains to version 1.0.4 of bzip2. Com- |
349 | pressed data created by this version is entirely forwards | 349 | pressed data created by this version is entirely forwards |
350 | and backwards compatible with the previous public | 350 | and backwards compatible with the previous public |
351 | releases, versions 0.1pl2, 0.9.0, 0.9.5, 1.0.0, 1.0.1 and | 351 | releases, versions 0.1pl2, 0.9.0, 0.9.5, 1.0.0, 1.0.1, |
352 | 1.0.2, but with the following exception: 0.9.0 and above | 352 | 1.0.2 and 1.0.3, but with the following exception: 0.9.0 |
353 | can correctly decompress multiple concatenated compressed | 353 | and above can correctly decompress multiple concatenated |
354 | files. 0.1pl2 cannot do this; it will stop after decom- | 354 | compressed files. 0.1pl2 cannot do this; it will stop |
355 | pressing just the first file in the stream. | 355 | after decompressing just the first file in the stream. |
356 | 356 | ||
357 | bzip2recover versions prior to 1.0.2 used 32-bit integers | 357 | bzip2recover versions prior to 1.0.2 used 32-bit integers |
358 | to represent bit positions in compressed files, so they | 358 | to represent bit positions in compressed files, so they |