X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=ed28199f0ae79d60275a640920dd76c80c07e1eb;hb=368172bf255c539fdbf2fd74328514c7e0acde8f;hp=7d55aedded1ad57ddb0b7929671a396ed9288867;hpb=73b52b1b9bf3e48fc7d4c1e678736abd8c1c45cf;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 7d55aed..ed28199 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,13 +1,82 @@ +2004-12-21 Sergey Poznyakoff + + * configure.ac: Raise version number to 1.15.1 + Check for locale.h + * NEWS: Entry for 1.15.1 + * src/buffer.c: Bugfix. Changes introduced 2004-11-26 + broke extraction from stdin. + * src/tar.c (main): Protect invocation of setlocale by + ifdef. + + * tests/comprec.at: New test + * tests/pipe.at: New test + * tests/Makefile.am (comprec.at,pipe.at): New tests + * tests/testsuite.at: Likewise + * tests/gzip.at: Use AT_GZIP_PREREQ + * tests/star/pax-big-10g.at: Likewise + * tests/star/ustar-big-2g.at: Likewise + * tests/star/ustar-big-8g.at: Likewise + + * tests/extrac04.at: Discard stderr from sort, on some + systems it spits out lots of irrelevant info. + * tests/listed02.at: Likewise + + * doc/index.html.in: Rewritten in xhtml to follow recent + GNU site standards. + +2004-12-20 Sergey Poznyakoff + + Released version 1.15. Sources up to this point are + tagged release_1_15. + + * configure.ac: Raised version number to 1.15 + * NEWS: Likewise + * directory: Updated + * bootstrap (update_po): Give -r to wget. Always remove index.html + Ignore alloca-opt module (it duplicates alloca) + + * tests/Makefile.am: Distribute star/quicktest.sh + * tests/star/README: Document quicktest.sh + * tests/star/qucktest.sh: Removed. + * tests/star/quicktest.sh: New file. + +2004-12-18 Sergey Poznyakoff + + * NEWS: Updated + * doc/tar.texi: Document auto-detection of compressed archive + formats. + * src/tar.c (decode_options): Ignore --seek if used with --delete. + Delete.c is based on the assumption that the archive is being + actually read, not lseeked. + + * tests/delete05.at: New file + * tests/extrac02.at: Fixed typo in AT_SETUP + * tests/Makefile.am: Added delete05.at + * tests/testsuite.at: Likewise. + +2004-12-17 Sergey Poznyakoff + + * src/delete.c (delete_archive_members): Bugfix: when + attempting to delete an unexisting member, the last + blocking_factor blocks were zeroed. + +2004-12-14 Paul Eggert + + * TODO: Mention sub-second resolution, lutimes, lchmod. + 2004-11-27 Paul Eggert + Adjust to recent gnulib changes. * doc/getdate.texi: Remove, since bootstrap gets it from gnulib now. * .cvsignore: Add rmt, rmt/*, rmt/*/*. * lib/.cvsignore: Add allocsa.c, allocsa.h, allocsa.valgrind, charset.alias, config.charset, getcwd.c, getcwd.h, localcharset.c, localcharset.h, ref-add.sed, ref-add.sin, ref-del.sed, - ref-del.sin, setenv.c, setenv.h, unsetenv.c. + ref-del.sin, setenv.c, setenv.h, unsetenv.c. Remove pathmax.h, + xstrdup.c. * m4/.cvsignore: Add allocsa.m4, eealloc.m4, getcwd-path-max.m4, - localcharset.m4, realloc.m4, setenv.m4. + localcharset.m4, realloc.m4, setenv.m4. Remove malloc.m4, + pathmax.m4, realloc.m4. 2004-11-26 Sergey Poznyakoff