X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=608f9a78e78b097d85d2199f2ff3b0864b8b5e8c;hb=640effdebd564a59ba31772316e5d9b9329491f3;hp=723bd3fb1357f23de667fd55fe020c8bbb92650a;hpb=7be4d61e92312e7f32e0b9560a2060708908ae23;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 723bd3f..608f9a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,28 @@ +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