home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / tar-1.11.8-src.tgz / tar.out / fsf / tar / README < prev    next >
INI File  |  1996-09-28  |  5KB  |  93 lines

  1. [This pre-README pertains to the 1.11.8 release only]
  2.  
  3. This release is being made explicitely for complying with the
  4. CDROM deadline of June 1995, that is, sooner than even 1.11.7 was
  5. initially scheduled.  So, sad to say, a few portability reports
  6. against 1.11.6 are still pending in 1.11.8.  None is lost, however!
  7. (For maintainers: Makefile.in engineering is not fully up-to-date.)
  8.  
  9. A Texinfo manual is provided, but in a very draft state.  Many users
  10. want documentation, and even a draft manual is better than nothing.
  11. Please be kind to us, the manual will surely improve before 1.12.
  12.  
  13. GNU `tar' is also a testbed for message localization as provided by
  14. the GNU `gettext' tool set.  I decided to leave this in for 1.11.8.
  15. Unless you feel like working on remaining problems, I suggest that
  16. you use either `--disable-nls' or `--with-gnu-nls' on the `configure'
  17. call.  See file `NLS' for more information on these matters.
  18.  
  19. I roughly estimate that 40% of the 1.11.2 problem backlog is solved
  20. in 1.11.8.  The extensive diffsets contributed by Ian Jackson and
  21. Piercarlo Grandi are not fully processed, as I want to be overly
  22. careful at not breaking things while doing so.  *Many* other people
  23. contributed reports and solutions, I'm heartedly thanking them all.
  24.  
  25.  
  26. [This pre-README pertains to the 1.11.X series, with X > 2]
  27.  
  28. This is a beta test version for GNU `tar' 1.12, which will be a
  29. bug fix release.  The emphasis is still on solving portability
  30. problems, rather than execution bugs or requests for enhancements.
  31.  
  32. You should have received mail if a problem you submitted has been
  33. solved.  If you fear your report has been lost, please check file
  34. `BACKLOG' in the distribution.  It is not useful resubmitting a
  35. bug report for which a trace still exists in `BACKLOG'.
  36.  
  37. The default archive device is now `stdin' on read and `stdout'
  38. on write.  The installer can still override this by presetting
  39. `DEFAULT_ARCHIVE' in the environment before configuring (the
  40. behavior of `-[0-7]' or `-[0-7]lmh' options in `tar' are then
  41. derived automatically).  Similarly, `DEFAULT_BLOCKING' can be preset
  42. to something else than 20.
  43.  
  44.  
  45. [The usual README follows]
  46.  
  47. GNU `tar' saves many files together into a single tape or disk
  48. archive, and can restore individual files from the archive.
  49. It includes multivolume support, the ability to archive sparse files,
  50. automatic archive compression/decompression, remote archives and
  51. special features that allow `tar' to be used for incremental and
  52. full backups.  This distribution also includes `rmt', the remote
  53. tape server.  The `mt' tape drive control program is in the GNU
  54. `cpio' distribution.
  55.  
  56. GNU `tar' is based heavily on John Gilmore's public domain `tar'.
  57. Unfortunately, GNU `tar' implements an early draft of the POSIX
  58. 1003.1 `ustar' standard which is different from the final standard.
  59. Adding support for the new changes in a backward-compatible fashion
  60. is not trivial.
  61.  
  62. See file `BACKLOG' for a summary of pending mail and articles.
  63. See file `COPYING' for copying conditions.
  64. See file `INSTALL' for compilation and installation instructions.
  65. See file `NEWS' for a list of major changes in the current release.
  66. See file `NLS' for how to customize this program to your language.
  67. See file `THANKS' for a list of contributors.
  68.  
  69. The scripts used at the FSF for doing all our backups are included.
  70. Use them for making incremental dumps, instead of using --incremental
  71. (-G), --after-date (-N) or --newer-mtime.  The only option that
  72. works correctly for incremental backups is --listed-incremental.
  73. However, when extracting incremental dumps, use --incremental (-G).
  74.  
  75. Various people have been having problems using floppies on a NeXT.  In
  76. order to have them work right, you need to kill the automounting
  77. program which tries to mount floppies as soon as they are added.
  78.  
  79. Besides those configure options documented in files `INSTALL' and
  80. `NLS', a few extra options may be accepted after `./configure':
  81.  
  82. * `--with-dmalloc' is a debugging option for looking memory management
  83. problems, it prerequires Gray Watson's package, which is available
  84. as `ftp://ftp.letters.com/src/dmalloc/dmalloc.tar.gz'.
  85.  
  86. * `--with-regex' tells the installation to use the older regex
  87. package, instead of Tom Lord's GNU `rx' regular expression package.
  88.  
  89. Send bug reports to `bug-gnu-utils@prep.ai.mit.edu'.  A bug report is
  90. an adequate description of the problem: your input, what you expected,
  91. what you got, and why this is wrong.  Diffs are welcome, but they only
  92. describe a solution, from which the problem might be uneasy to infer.
  93.