X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=7252491a8f80b290055a740800a73749838ae6f1;hb=78bfbb5661c534c1790f1e4c82ef1581baa2311c;hp=8e31c7f4e05045509a9e866185875898ea028415;hpb=12b3a5d5b194b7b169bbbf0fa069c2c72f5cd274;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 8e31c7f..7252491 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +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. + +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,