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 / NEWS < prev    next >
Text File  |  1996-09-28  |  5KB  |  138 lines

  1. GNU tar NEWS - User visible changes.
  2. Copyright (C) 1994, 1995 Free Software Foundation, Inc.
  3.  
  4. Version 1.11.8 - May 1995, by Franc,ois Pinard.
  5.  
  6. * Implement message catalogs for French, German, Portuguese and Swedish.
  7. * The distribution provides a rudimentary Texinfo manual.
  8. * The device defaults to stdin/stdout, unless overridden by the installer.
  9. * Option --sparse (-S) should work on more systems.
  10. * Option --rsh-command may select an alternative remote shell program.
  11.  
  12. Most changes are internal, and should yield better portability.
  13.  
  14. Version 1.11.2 - March 1993, by Michael Bushnell.
  15.  
  16. * Changes in backup scripts: cleaned up considerably; notices error
  17. conditions better over rsh; DUMP_REMIND_SCRIPT is now an option in
  18. backup-specs; new file dump-remind is an example of a
  19. DUMP_REMIND_SCRIPT.
  20.  
  21. * Superfluous "Reading dirname" was a bug; fixed.
  22.  
  23. * Incompatibility problems with a bug on Solaris are fixed.
  24.  
  25. * New option --gzip (aliases are --ungzip and -z); calls gzip instead
  26. of compress.  Also, --use-compress-program lets you specify any
  27. compress program.  --compress-block is renamed --block-compress and
  28. now requires one of the three compression options to be specified.
  29.  
  30. * Several error messages are cleaned up.
  31.  
  32. * Directory owners are now set properly when running as root.
  33.  
  34. * Provide DUMP_REMIND_SCRIPT in backup-specs as a possible option 
  35. for --info-script.
  36.  
  37. * Behave better with broken rmt servers.
  38.  
  39. * Dump scripts no longer use --atime-preserve; this causes a nasty probem.
  40.  
  41. * Several Makefile cleanups.
  42.  
  43. Version 1.11.1 - September 1992, by Michael Bushnell.
  44.  
  45. * Many bug fixes.
  46.  
  47. Version 1.11 - September 1992, by Michael Bushnell.
  48. Version 1.10.16 - July 1992.
  49. Version 1.10.15 - Jun 1992.
  50. Version 1.10.14 - May 1992.
  51. Version 1.10.13 - January 1992.
  52.  
  53. * Many bug fixes.
  54.  
  55. * Now uses GNU standard configure, generated by Autoconf.
  56.  
  57. * Long options now use `--'; use of `+' is deprecated and support
  58. for it will eventually be removed.
  59.  
  60. * New option --null causes filenames read by -T to be
  61. null-terminated, and causes -C to be ignored.
  62.  
  63. * New option --remove-files deletes files (but not directories)
  64. after they are added to the archive.
  65.  
  66. * New option --ignore-failed-read prevents read-errors from affecting
  67. the exit status.
  68.  
  69. * New option --checkpoint prints occasional messages as the tape
  70. is being read or written.
  71.  
  72. * New option --show-omitted-dirs prints the names of directories
  73. omitted from the archive.
  74.  
  75. * Some tape drives which use a non-standard method of indicating
  76. end-of-tape now work correctly with multi-tape archives.
  77.  
  78. * --volno-file: Read the volume number used in prompting the user
  79. (but not in recording volume ID's on the archive) from a file.
  80.  
  81. * When using --multi-volume, you can now give multiple -f arguments;
  82. the various tape drives will get used in sequence and then wrap
  83. around to the beginning.
  84.  
  85. * Remote archive names no longer have to be in /dev: any file with a
  86. `:' is interpreted as remote.  If new option --force-local is given,
  87. then even archive files with a `:' are considered local.
  88.  
  89. * New option --atime-preserve restores (if possible) atimes to
  90. their original values after dumping the file.
  91.  
  92. * No longer does tar confusingly dump "." when you don't tell it
  93. what to dump.
  94.  
  95. * When extracting directories, tar now correctly restores their
  96. modification and access times.
  97.  
  98. * Longnames support is redone differently--long name info directly
  99. precedes the long-named file or link in the archive, so you no
  100. longer have to wait for the extract to hit the end of the tape for
  101. long names to work.
  102.  
  103. Version 1.10 - July 1991, by Michael Bushnell.
  104.  
  105. * Filename to -G is optional.  -C works right.  Names +newer and
  106. +newer-mtime work right.
  107.  
  108. * -g is now +incremental, -G is now +listed-incremental.
  109.  
  110. * Sparse files now work correctly.
  111.  
  112. * +volume is now called +label.
  113.  
  114. * +exclude now takes a filename argument, and +exclude-from does
  115. what +exclude used to do.
  116.  
  117. * Exit status is now correct.
  118.  
  119. * +totals keeps track of total I/O and prints it when tar exits.
  120.  
  121. * When using +label with +extract, the label is now a regexp.
  122.  
  123. * New option +tape-length (-L) does multi-volume handling like BSD
  124. dump: you tell tar how big the tape is and it will prompt at that
  125. point instead of waiting for a write error.
  126.  
  127. * New backup scripts level-0 and level-1 which might be useful
  128. to people.  They use a file "backup-specs" for information, and
  129. shouldn't need local modification.  These are what we use to do
  130. all our backups at the FSF.
  131.  
  132. Version 1.09 - October 1990, by Jay Fenlason.
  133. Version 1.08 - January 1990, by Jay Fenlason.
  134. Versions 1.07 back to 1.00 by Jay Fenlason.
  135.  
  136. * See ChangeLog for more details.
  137.  
  138.