X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=f766d24fd384bcb770ce9bb677562f7b11db76b5;hb=bb6f7077810acdfc483400a784dcae233a3fc159;hp=93f09e5d02c6fce7a5fe50b6fbae808b37c4abe6;hpb=93f8f6780ad64b2e7e57f077cfab8bd9c1f8ccf4;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 93f09e5..f766d24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2006-06-02 Sergey Poznyakoff + + * TODO: Update + * NEWS: Update + * doc/tar.texi: Update + * src/transform.c: New file + * src/Makefile.am (tar_SOURCES): New module transform.c + * src/common.h (transform_name, transform_name_fp): New functions + (show_stored_names_option): Renamed to + show_transformed_names_option. All uses changed + * src/create.c (dump_file0): Transform file name + * src/extract.c (extract_archive): safer_name_suffix and + stripped_prefix_len are now called by decode_header + * src/list.c (print_header): Update displayable name selection. + * src/tar.c: New option --transform + New option --show-transformed-names generalizes + --show-stored-names. The latter is retained as an alias. + +2006-05-31 Sergey Poznyakoff + + * src/incremen.c (make_directory): Fix initialization of struct + directory. + +2006-05-25 Sergey Poznyakoff + + * doc/tar.texi: Document use of globbing patterns. + * src/tar.c (parse_opt): Add comment before --preserve case. + 2006-05-24 Sergey Poznyakoff * NEWS: Update