X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=068efc48c674a38e48daa6fef8631e02cf3c9b67;hb=d3f04456e86b4cce1f863afdc05885f97514412a;hp=a71ef6983af5b6c428ca5e953cb88dcc87fbebfd;hpb=749e20e6fa8d8ef4a1c5aa9df078be6971d5e2fa;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index a71ef69..068efc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2007-06-08 Sergey Poznyakoff + + * configure.ac, NEWS: Raise version number to 1.17 + + * doc/tar.texi, doc/intern.texi: Replace: s/filename/file name/; + s/(ASCII|ID|BSD)/@acronym{&}/;s/"[^"]+"/``&''/ + Use `path' only when it refers to search paths, use + `file name' otherwise. + Fix various errors (based on patch by Benno Schulenberg) + + * doc/tar.texi (Operation Summary): Restore alphabetical order of + the options. + +2007-06-02 Sergey Poznyakoff + + Fix bug, introduced on 2007-03-30. + + * src/common.h (xform_type): New data type + (transform_member_name): Last argument is of xform_type type + All callers updated + + * src/extract.c: Update calls to transform_member_name + * src/list.c (decode_xform): Exempt symbolic links from component + stripping and name suffix normalization. + + * tests/extrac07.at: Update + +2007-05-30 Sergey Poznyakoff + + * src/xheader.c (decx): Unknown pax keywords produce a warning, + not error. + +2007-05-29 Paul Eggert + + * src/misc.c (set_file_atime): Use gl_futimens, not futimens, + due to gnulib change. + 2007-05-19 Sergey Poznyakoff * src/common.h (buffer_write_global_xheader): New function @@ -16,7 +53,7 @@ (xheader_write_global,xheader_write,xheader_string_begin) (xheader_string_add,xheader_string_end): Take xhdr as first argument. - + * src/buffer.c (buffer_write_global_xheader): New function Update to use new xheader calls. @@ -27,7 +64,7 @@ * tests/T-null.at: Minor fix * tests/atlocal.in (tarball_prereq): Discard eventual md5sum output. - + 2007-05-18 Sergey Poznyakoff * src/create.c (dump_file0): Original ctime cannot be used as a