X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=6db572bb80239796988c50cf9ac6239ba02ba6ee;hb=eb3ba7cb06fdd0f8627b8f117d8453e297e18b64;hp=3dbd67a7c62b6e45de5e00e1abb3e07adb2dbda8;hpb=daa269958ad8d50ef8154ccb65e58acaf7a6dd99;p=debian%2Ftar diff --git a/ChangeLog b/ChangeLog index 3dbd67a7..6db572bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,53 @@ +2013-11-17 Sergey Poznyakoff + + Version 1.27.1 + +2013-11-17 Sergey Poznyakoff + + Fix star compatibility (sparse headers) + + * src/sparse.c (star_get_sparse_info): Update file->dumped_size + +2013-11-17 Sergey Poznyakoff + + Fix GNU long link header. + + * src/create.c (write_gnu_long_link): Set timestamp to + 0 for backward compatibility. Bug reported by David Barri. + * THANKS: Update. + +2013-11-17 Sergey Poznyakoff + + Fix unquoting of input file names. + + * src/names.c (read_next_name): Unquote file names coming from the + -T argument. Bug reported by Nicolas Dudebout. + * THANKS: Update. + +2013-10-24 Paul Eggert + + build: fix bug where 'configure --with-posix-acls' disables ACLs + + Reported by Lars Wendler in + . + * configure.ac (with_posix_acls): Fix typo. + +2013-10-23 Paul Eggert + + Fix core dump on Solaris 10 when "." isn't readable. + + Reported by Peter Kruse in + . + This doesn't fix all the Solaris 10 test failures, just the + core dump. + * src/common.h, src/misc.c (tar_getcdpath): Now static. + * src/misc.c (normalize_filename): Report a fatal error + if cdpath is null, since we don't know the absolute name + of the working directory in that case. FIXME: there should + be no need to know absolute file names. + (chdir_arg): Simplify wd allocation. + Don't assume that xgetcwd returns non-null. + 2013-10-06 Sergey Poznyakoff Version 1.27