X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=8abab6ac1402a589175f5b99788010b5483575c1;hb=87ac3207fbc12e3f186f338b36012d1ee40e90c1;hp=61528a794b90fb24c17035d8e09aecf96a4200cf;hpb=42250f501075275fa97b54e7d64600e4f7a363cf;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 61528a7..8abab6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,23 @@ +2007-08-24 Sergey Poznyakoff + + * src/buffer.c (check_compressed_archive): Detect files smaller + than 512 bytes. + * tests/shortfile.at: New test case for the above change. + * tests/testsuite.at, tests/Makefile.am: Add shortfile.at + +2007-08-19 Sergey Poznyakoff + + * bootstrap: Gnulib initialization destroyed paxutils m4 files. + Initialize paxutils structure after that of gnulib. + 2007-08-12 Sergey Poznyakoff + * src/names.c (contains_dot_dot): Fix double-dot recognition in + case of duplicate /. Patch by Dmitry V. Levin. + + * bootstrap (symlink_to_gnulib): Make sure the target directory + exists and create it if it does not. + * doc/tar.texi: Fix a typo. 2007-06-28 Sergey Poznyakoff