X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=d1166d24b772444f422ae033fc29a79427bf642e;hb=421043b6b13872e23abadf271a306e0adf91585f;hp=17791f6ad42891208d48a8cda2e2a108b92e0c2f;hpb=fa8cb1895c80999d2576c91380143ae4340f9987;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 17791f6..d1166d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,30 @@ +2004-06-22 Sergey Poznyakoff + + * doc/tar.texi: Fixed several inconsistencies. + * src/tar.c: Fixed docstring for --checkpoint option. + 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