X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=NEWS;h=3da08e92470f91841b088f1047332273f788003a;hb=b8c8e79e232a785390cdc84fc7845ae502cb47fb;hp=d112610c9b57104a9020a7d513586358551b31b0;hpb=0cc3967d3f492886e9bc5e089faf321724e4c45e;p=chaz%2Ftar diff --git a/NEWS b/NEWS index d112610..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 @@ -53,8 +84,8 @@ o Longnames support is redone differently--long name info directly long names to work. -================== - +============= +Version 1.10: User-visible changes since 1.09: Filename to -G is optional. -C works right.