X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=f9f79ed00645b7a568dae0b1446c1c281fcc7695;hb=f572ca0cfb109005deb29de1e299e1ab72f282d2;hp=8338b0c4e2b48c7177130f352325bcb6f1acf888;hpb=7e6d54d0c02bdce50d90e091413a99a9c7084d4f;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 8338b0c..f9f79ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,32 @@ +2006-10-21 Sergey Poznyakoff + + * NEWS, configure.ac: Version 1.16 + * Makefile.am (distclean-local): New rule + +2006-10-17 Sergey Poznyakoff + + * src/tar.c: Fix help output formatting. Thanks Benno + Schulenberg. + +2006-10-16 Sergey Poznyakoff + + * Makefile.am (dist-hook): Create a cpio archive. + * NEWS: Update + 2006-10-14 Sergey Poznyakoff + * doc/tar.texi (Synopsis): Document tar exit codes. + * src/create.c (dump_regular_file,dump_file0): Set exit_status to + TAREXIT_DIFFERS if the file being dumped was truncated or + otherwise changed. + * src/tar.c: Do not attempt to close stderr after call to + close_stdout. + * tests/grow.at: New test case + * tests/Makefile.am: New test grow.at + * tests/testsuite.at: Likewise + * tests/truncate.at (AT_KEYWORDS): Keyword `filechange' + Test tar exit status. + * src/buffer.c (_open_archive): Make sure stdlis is set to stderr when we are writing archive to stdout (unless --index-file is used). Bug introduced on 2006-07-06.