X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=608f9a78e78b097d85d2199f2ff3b0864b8b5e8c;hb=640effdebd564a59ba31772316e5d9b9329491f3;hp=c85ad8c398e5439250131fd0ac540e284891cbba;hpb=2bda83b48d8a6807632312403561b11b79048443;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index c85ad8c..608f9a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,43 @@ +2004-05-05 Sergey Poznyakoff + + * TODO: Updated + * doc/tar.texi: Updated + * src/tar.c: --utc implies -vv + +2004-04-28 Sergey Poznyakoff + + * src/utf8.c: Make sure ICONV_CONST is defined. AM_ICONV + does not define it if it fails to find iconv.h. + +2004-04-26 Sergey Poznyakoff + + * bootstrap: Use gnulib-tool to generate lib/Makefile.am + and parts of configure.ac + * configure.ac: Invoke tar_GNULIB to configure gnulib stuff. + * lib/Makefile.am: Removed + * lib/Makefile.tmpl: New file. + * lib/.cvsignore: Updated + * m4/.cvsignore: Updated + * src/xheader.c: Include stpcpy.h + + * src/create.c: Produce an error, not warning, if the + filename is too long. + * tests/longv7.sh: Synchronized with the recent changes. + +2004-04-20 Sergey Poznyakoff + + * configure.ac: Fixed test for iconv_t + * src/rmt.h: Bugfix by Jürgen Weigert + * THANKS: Add Jürgen Weigert + * tests/star/README: Fixed typo + 2004-04-04 Paul Eggert + Merge getdate documentation changes from coreutils. + + * doc/getdate.texi: Update from coreutils CVS. + * doc/tar.texi: Fix getdate menu to match getdate.texi's. + Merge recent gnulib changes, and remove some lint. Improve support for nanosecond-resolution time stamps.