NEWS 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. Current Version: 1.11.2
  2. User-visible changes since 1.11.1:
  3. o Superfluous "Reading dirname" was a bug; fixed.
  4. o Incompatibility problems with a bug on Solaris are fixed.
  5. o New option --gzip (aliases are --ungzip and -z); calls gzip instead
  6. of compress. Also, --use-compress-program lets you specify any
  7. compress program. --compress-block is renamed --block-compress and
  8. now requires one of the three compression options to be specified.
  9. o Several error messages are cleaned up.
  10. o Directory owners are now set properly when running as root.
  11. o Provide DUMP_REMIND_SCRIPT in backup-specs as a possible option
  12. for --info-script.
  13. o Behave better with broken rmt servers.
  14. o Dump scripts no longer use --atime-preserve; this causes a nasty probem.
  15. o Several Makefile cleanups.
  16. Version 1.11.1
  17. User-visible changes since 1.11:
  18. o Many bug fixes
  19. ================
  20. Version 1.11
  21. User-visible changes since 1.10:
  22. o Many bug fixes
  23. o Now uses GNU standard configure, generated by Autoconf.
  24. o Long options now use `--'; use of `+' is deprecated and support for it
  25. will eventually be removed.
  26. o New option --null causes filenames read by -T to be null-terminated,
  27. and causes -C to be ignored.
  28. o New option --remove-files deletes files (but not directories) after
  29. they are added to the archive.
  30. o New option --ignore-failed-read prevents read-errors from affecting
  31. the exit status.
  32. o New option --checkpoint prints occasional messages as the tape is
  33. being read or written.
  34. o New option --show-omitted-dirs prints the names of directories
  35. omitted from the archive.
  36. o Some tape drives which use a non-standard method of indicating
  37. end-of-tape now work correctly with multi-tape archives.
  38. o --volno-file: Read the volume number used in prompting the user (but
  39. not in recording volume ID's on the archive) from a file.
  40. o When using --multi-volume, you can now give multiple -f arguments;
  41. the various tape drives will get used in sequence and then wrap
  42. around to the beginning.
  43. o Remote archive names no longer have to be in /dev: any file with a
  44. `:' is interpreted as remote. If new option --force-local is given,
  45. then even archive files with a `:' are considered local.
  46. o New option --atime-preserve restores (if possible) atimes to their
  47. original values after dumping the file.
  48. o No longer does tar confusingly dump "." when you don't tell it what
  49. to dump.
  50. o When extracting directories, tar now correctly restores their
  51. modification and access times.
  52. o Longnames support is redone differently--long name info directly
  53. precedes the long-named file or link in the archive, so you no
  54. longer have to wait for the extract to hit the end of the tape for
  55. long names to work.
  56. ==================
  57. Version 1.10:
  58. User-visible changes since 1.09:
  59. Filename to -G is optional. -C works right.
  60. Names +newer and +newer-mtime work right.
  61. -g is now +incremental
  62. -G is now +listed-incremental
  63. Sparse files now work correctly.
  64. +volume is now called +label.
  65. +exclude now takes a filename argument, and +exclude-from does what
  66. +exclude used to do.
  67. Exit status is now correct.
  68. +totals keeps track of total I/O and prints it when tar exits.
  69. When using +label with +extract, the label is now a regexp.
  70. New option +tape-length (-L) does multi-volume handling like BSD dump:
  71. you tell tar how big the tape is and it will prompt at that point
  72. instead of waiting for a write error.
  73. New backup scripts level-0 and level-1 which might be useful to
  74. people. They use a file "backup-specs" for information, and shouldn't
  75. need local modification. These are what we use to do all our backups
  76. at the FSF.