3
0

README 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. This file is an abridged version of README from bzip2 1.0.4
  2. Build instructions (which are not relevant to busyboxed bzip2)
  3. are removed.
  4. ===========================================================
  5. This is the README for bzip2/libzip2.
  6. This version is fully compatible with the previous public releases.
  7. ------------------------------------------------------------------
  8. This file is part of bzip2/libbzip2, a program and library for
  9. lossless, block-sorting data compression.
  10. bzip2/libbzip2 version 1.0.4 of 20 December 2006
  11. Copyright (C) 1996-2006 Julian Seward <jseward@bzip.org>
  12. Please read the WARNING, DISCLAIMER and PATENTS sections in this file.
  13. This program is released under the terms of the license contained
  14. in the file LICENSE.
  15. ------------------------------------------------------------------
  16. Please read and be aware of the following:
  17. WARNING:
  18. This program and library (attempts to) compress data by
  19. performing several non-trivial transformations on it.
  20. Unless you are 100% familiar with *all* the algorithms
  21. contained herein, and with the consequences of modifying them,
  22. you should NOT meddle with the compression or decompression
  23. machinery. Incorrect changes can and very likely *will*
  24. lead to disastrous loss of data.
  25. DISCLAIMER:
  26. I TAKE NO RESPONSIBILITY FOR ANY LOSS OF DATA ARISING FROM THE
  27. USE OF THIS PROGRAM/LIBRARY, HOWSOEVER CAUSED.
  28. Every compression of a file implies an assumption that the
  29. compressed file can be decompressed to reproduce the original.
  30. Great efforts in design, coding and testing have been made to
  31. ensure that this program works correctly. However, the complexity
  32. of the algorithms, and, in particular, the presence of various
  33. special cases in the code which occur with very low but non-zero
  34. probability make it impossible to rule out the possibility of bugs
  35. remaining in the program. DO NOT COMPRESS ANY DATA WITH THIS
  36. PROGRAM UNLESS YOU ARE PREPARED TO ACCEPT THE POSSIBILITY, HOWEVER
  37. SMALL, THAT THE DATA WILL NOT BE RECOVERABLE.
  38. That is not to say this program is inherently unreliable.
  39. Indeed, I very much hope the opposite is true. bzip2/libbzip2
  40. has been carefully constructed and extensively tested.
  41. PATENTS:
  42. To the best of my knowledge, bzip2/libbzip2 does not use any
  43. patented algorithms. However, I do not have the resources
  44. to carry out a patent search. Therefore I cannot give any
  45. guarantee of the above statement.
  46. I hope you find bzip2 useful. Feel free to contact me at
  47. jseward@bzip.org
  48. if you have any suggestions or queries. Many people mailed me with
  49. comments, suggestions and patches after the releases of bzip-0.15,
  50. bzip-0.21, and bzip2 versions 0.1pl2, 0.9.0, 0.9.5, 1.0.0, 1.0.1,
  51. 1.0.2 and 1.0.3, and the changes in bzip2 are largely a result of this
  52. feedback. I thank you for your comments.
  53. bzip2's "home" is http://www.bzip.org/
  54. Julian Seward
  55. jseward@bzip.org
  56. Cambridge, UK.
  57. 18 July 1996 (version 0.15)
  58. 25 August 1996 (version 0.21)
  59. 7 August 1997 (bzip2, version 0.1)
  60. 29 August 1997 (bzip2, version 0.1pl2)
  61. 23 August 1998 (bzip2, version 0.9.0)
  62. 8 June 1999 (bzip2, version 0.9.5)
  63. 4 Sept 1999 (bzip2, version 0.9.5d)
  64. 5 May 2000 (bzip2, version 1.0pre8)
  65. 30 December 2001 (bzip2, version 1.0.2pre1)
  66. 15 February 2005 (bzip2, version 1.0.3)
  67. 20 December 2006 (bzip2, version 1.0.4)