X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=NEWS;h=3da08e92470f91841b088f1047332273f788003a;hb=63f2f45b88e84d2a8d414da0ae81ffe58fda7cb4;hp=579a4db7be4f19cdae9265888e809731a08c6cf8;hpb=62ece1146850487dd39f22c557fc05ce297c072e;p=chaz%2Ftar diff --git a/NEWS b/NEWS index 579a4db..3da08e9 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,36 @@ -Current Version: 1.11. +Current Version: 1.11.2 + + +User-visible changes since 1.11.1: + +o Changes in backup scripts + - cleaned up considerably; notices error conditions better over rsh + - DUMP_REMIND_SCRIPT is now an option in backup-specs + - new file dump-remind is an example of a DUMP_REMIND_SCRIPT +o Superfluous "Reading dirname" was a bug; fixed. +o Incompatibility problems with a bug on Solaris are fixed. +o New option --gzip (aliases are --ungzip and -z); calls gzip instead + of compress. Also, --use-compress-program lets you specify any + compress program. --compress-block is renamed --block-compress and + now requires one of the three compression options to be specified. +o Several error messages are cleaned up. +o Directory owners are now set properly when running as root. +o Provide DUMP_REMIND_SCRIPT in backup-specs as a possible option + for --info-script. +o Behave better with broken rmt servers. +o Dump scripts no longer use --atime-preserve; this causes a nasty probem. +o Several Makefile cleanups. + + +============== +Version 1.11.1 +User-visible changes since 1.11: +o Many bug fixes + + +============ +Version 1.11 User-visible changes since 1.10: o Many bug fixes @@ -52,8 +83,9 @@ o Longnames support is redone differently--long name info directly longer have to wait for the extract to hit the end of the tape for long names to work. -================== - + +============= +Version 1.10: User-visible changes since 1.09: Filename to -G is optional. -C works right.