X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=72700f1e03096a9d0ef3889cdda358e48601c68b;hb=0037ae7f9e2cdf0fc0ab2d4197f236064dae3d2f;hp=ed28199f0ae79d60275a640920dd76c80c07e1eb;hpb=a34d0e906fa593e0473df1e72bd7cee6e62283ae;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index ed28199..72700f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,64 @@ +2005-01-13 Paul Eggert + + * tests/testsuite.at (RE_CHECK): Use "join - file", not + "join file -", to work around a bug in Solaris 8 join. + Problem reported by Tomohiro Suzuki. + +2005-01-13 Sergey Poznyakoff + + * src/list.c (read_header): Fixed calculation of the + size for GNU long name/link. Tar was reading one block + more if name_size was divisible by 512. Thanks Josef + Bauer. + * tests/long01.at: New file. Test listing of GNU long names + divisible by 512. + * tests/pipe.at: Sort tar output. + * tests/Makefile.am: Added long01.at + * tests/testsuite.at: Likewise. + * THANKS: Added Josef Bauer + * lib/.cvsignore: Updated + * m4/.cvsignore: Updated + * NEWS: Updated + +2005-01-11 Sergey Poznyakoff + + * directory: Updated for 1.15.1 + * doc/Makefile.am: Use gendocs.sh to generate web documentation + * doc/gendocs_template: Template file for gendocs.sh + * doc/tar.texi: Updated docs for --[no-]same-permissions + * src/tar.c: Reworded docstrings for --[no-]same-permissions + +2005-01-06 Sergey Poznyakoff + + * bootstrap: Create m4/paxutils.m4 + * configure.ac: Call tar_PAXUTILS + * tests/options02.at: Test that tar correctly handles non-option + arguments interspersed with options. + * tests/Makefile.am: Add options02.at + * tests/testsuite.at: Likewise + * tests/listed02.at: Do not create useless directory + +2005-01-05 Sergey Poznyakoff + + * src/tar.c (parse_opt): Bugfix: Use ARGP_KEY_ARG. Thanks + Mike Frysinger for reporting. + +2005-01-04 Paul Eggert + + * lib/Makefile.tmpl (localedir.h): Omit needless quotes and a + needless sed command. Problem reported by Paul Jarc. + +2004-12-23 Paul Eggert + + Accommodate latest gnulib. + * doc/.cvsignore: Add getdate.texi. + * bootstrap: Do not treat alloca-opt specially; this is no + longer needed (and breaks builds) with latest gnulib. + +2004-12-22 Sergey Poznyakoff + + * src/tar.c (main): Reverted recent changes (#ifdef). + 2004-12-21 Sergey Poznyakoff * configure.ac: Raise version number to 1.15.1 @@ -5,6 +66,9 @@ * NEWS: Entry for 1.15.1 * src/buffer.c: Bugfix. Changes introduced 2004-11-26 broke extraction from stdin. + * src/list.c (from_header, tar_checksum): Changed declaration. + All callers updated. + * src/common.h: Likewise * src/tar.c (main): Protect invocation of setlocale by ifdef. @@ -13,17 +77,18 @@ * 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/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. - + * THANKS: Updated + 2004-12-20 Sergey Poznyakoff Released version 1.15. Sources up to this point are @@ -34,12 +99,12 @@ * 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. - + * tests/star/quicktest.sh: New file. + 2004-12-18 Sergey Poznyakoff * NEWS: Updated @@ -48,7 +113,7 @@ * 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 @@ -5801,7 +5866,7 @@ See ChangeLog.1 for earlier changes. -Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004 Free Software +Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU tar.