X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=0be0c7d0a305c53e028abb50c679f653ac0ed1bc;hb=24aa94e5cf6b0276147ce34107d735bde9db2e33;hp=17791f6ad42891208d48a8cda2e2a108b92e0c2f;hpb=fa8cb1895c80999d2576c91380143ae4340f9987;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 17791f6..0be0c7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,25 @@ 2004-05-19 Sergey Poznyakoff + * src/buffer.c (seek_archive): New function + * src/common.h (seek_archive): New function + (seekable_archive): New global. + * src/list.c (skip_file): Use seek_archive() if + possible. + * src/tar.c (struct fmttab): Accept 'pax' as alias + for 'posix' + (options): New option -n (--seek). + * src/update.c: Determine type of the archive before + appending to it. + + * TODO: Updated. + +2004-05-19 Sergey Poznyakoff + * bootstrap: New option --update-po * src/tar.c: New option -H (short alias to --format) * doc/tar.texi: Document -H option + * src/names.c (safer_name_suffix): Fixed bug introduced + 2004-05-11. 2004-05-16 Sergey Poznyakoff