X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=8338b0c4e2b48c7177130f352325bcb6f1acf888;hb=7e6d54d0c02bdce50d90e091413a99a9c7084d4f;hp=bc9639c21581404708a5d8707ce623df2e49cf5b;hpb=4f2a22f306af281f968d0c48b81b0750cd31f895;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index bc9639c..8338b0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,27 @@ +2006-10-14 Sergey Poznyakoff + + * 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. + * tests/Makefile.am: New test verbose.at + * tests/testsuite.at: Likewise + * tests/indexfile.at (AT_KEYWORDS): Add stdout keyword + * tests/verbose.at: New test case + +2006-10-02 Sergey Poznyakoff + + * THANKS: Add Joerg Weilbier + * src/buffer.c (new_volume): Initialize current_block + * src/xheader.c (xheader_string_end): Fix diagnostic message. + * tests/multiv05.at: New testcase. + * tests/Makefile.am, tests/testsuite.at: Add multiv05.at + 2006-09-27 Sergey Poznyakoff * bootstrap: Use ${package} instead of hardcoding package name * doc/tar.texi: Minor fix * src/tar.c (doc0, doc1, initialize_argp_doc): Removed. Rely on - the new argp method instead + the new argp method instead. 2006-09-12 Sergey Poznyakoff