X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=d1166d24b772444f422ae033fc29a79427bf642e;hb=421043b6b13872e23abadf271a306e0adf91585f;hp=c752e31d4bd94b426888cacb2af13e5de9e581da;hpb=f41e484f23b9a394d86de547fb6f78eee7f8365b;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index c752e31..d1166d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +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 * bootstrap: Apply patches from patch subdirectory @@ -5259,7 +5287,7 @@ See ChangeLog.1 for earlier changes. - + Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc. @@ -5279,3 +5307,8 @@ You should have received a copy of the GNU General Public License along with GNU tar; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +Local Variables: +mode: change-log +version-control: never +End: