4
0

NEWS 3.8 KB

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