diff options
author | Brad King <brad.king@kitware.com> | 2020-02-25 14:11:09 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-02-25 14:11:17 (GMT) |
commit | 64198c4f073149341a8ae2ba3d5976c07e2120c2 (patch) | |
tree | 0262b218599e743ae5ec804f358d8017422ab3a3 /Utilities/cmbzip2/README | |
parent | 693a1d7fcbfe3a1d21d39f3f186f5384d5123498 (diff) | |
parent | 592ce3e89baaacc78f445ae2b6316456eeb5cf20 (diff) | |
download | CMake-64198c4f073149341a8ae2ba3d5976c07e2120c2.zip CMake-64198c4f073149341a8ae2ba3d5976c07e2120c2.tar.gz CMake-64198c4f073149341a8ae2ba3d5976c07e2120c2.tar.bz2 |
Merge topic 'update-bzip2'
592ce3e89b Merge branch 'upstream-bzip2' into update-bzip2
03e9d5afb3 bzip2 2019-07-13 (6a8690fc)
39f2a9b286 bzip2: Update import script to get bzip2 1.0.8
35acaa90c5 bzip2: Add compilation flags to disable warnings in third-party code
3d47b0ae97 Merge branch 'upstream-bzip2' into update-bzip2
05c3d1bcdb bzip2 2007-12-10 (a1d78c55)
2c40844891 bzip2: Remove all sources to make room for fresh import
09ab19a696 bzip2: add script to import bzip2 from upstream
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4391
Diffstat (limited to 'Utilities/cmbzip2/README')
-rw-r--r-- | Utilities/cmbzip2/README | 36 |
1 files changed, 11 insertions, 25 deletions
diff --git a/Utilities/cmbzip2/README b/Utilities/cmbzip2/README index e17a84e..b9c6099 100644 --- a/Utilities/cmbzip2/README +++ b/Utilities/cmbzip2/README @@ -6,8 +6,8 @@ This version is fully compatible with the previous public releases. This file is part of bzip2/libbzip2, a program and library for lossless, block-sorting data compression. -bzip2/libbzip2 version 1.0.5 of 10 December 2007 -Copyright (C) 1996-2007 Julian Seward <jseward@bzip.org> +bzip2/libbzip2 version 1.0.8 of 13 July 2019 +Copyright (C) 1996-2019 Julian Seward <jseward@acm.org> Please read the WARNING, DISCLAIMER and PATENTS sections in this file. @@ -73,7 +73,7 @@ HOW TO BUILD -- Windows 95, NT, DOS, Mac, etc. It's difficult for me to support compilation on all these platforms. My approach is to collect binaries for these platforms, and put them -on the master web site (http://www.bzip.org). Look there. However +on the master web site (https://sourceware.org/bzip2/). Look there. However (FWIW), bzip2-1.0.X is very standard ANSI C and should compile unmodified with MS Visual C. If you have difficulties building, you might want to read README.COMPILATION.PROBLEMS. @@ -161,39 +161,22 @@ WHAT'S NEW IN 0.9.5 ? * Many small improvements in file and flag handling. * A Y2K statement. -WHAT'S NEW IN 1.0.0 ? +WHAT'S NEW IN 1.0.x ? See the CHANGES file. -WHAT'S NEW IN 1.0.2 ? - - See the CHANGES file. - -WHAT'S NEW IN 1.0.3 ? - - See the CHANGES file. - -WHAT'S NEW IN 1.0.4 ? - - See the CHANGES file. - -WHAT'S NEW IN 1.0.5 ? - - See the CHANGES file. - - -I hope you find bzip2 useful. Feel free to contact me at - jseward@bzip.org +I hope you find bzip2 useful. Feel free to contact the developers at + bzip2-devel@sourceware.org if you have any suggestions or queries. Many people mailed me with comments, suggestions and patches after the releases of bzip-0.15, bzip-0.21, and bzip2 versions 0.1pl2, 0.9.0, 0.9.5, 1.0.0, 1.0.1, 1.0.2 and 1.0.3, and the changes in bzip2 are largely a result of this feedback. I thank you for your comments. -bzip2's "home" is http://www.bzip.org/ +bzip2's "home" is https://sourceware.org/bzip2/ Julian Seward -jseward@bzip.org +jseward@acm.org Cambridge, UK. 18 July 1996 (version 0.15) @@ -208,3 +191,6 @@ Cambridge, UK. 15 February 2005 (bzip2, version 1.0.3) 20 December 2006 (bzip2, version 1.0.4) 10 December 2007 (bzip2, version 1.0.5) + 6 Sept 2010 (bzip2, version 1.0.6) +27 June 2019 (bzip2, version 1.0.7) +13 July 2019 (bzip2, version 1.0.8) |