Updated
[debian/tar] / ChangeLog
index db540798abc137b61c313eefd0ced195778e09b9..deb278664073dc6ddff889b87fdd522f9bae7529 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+2003-12-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/list.c (decode_header): Discern between pax and ustar
+       formats
+       Initialize current_stat_info.archive_file_size.
+
+       NOTE: Modifications from this date on are temporarily
+       stored on local CVS on mirddin. This repository will
+       be synchronized with Savannah as soon as the latter
+       becomes operational again.
+       
+2003-12-01  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * TODO: Updated
+       * src/sparse.c: Initial implementation of GNU/pax sparse
+       file format.
+       * src/common.h (xheader_store): Changed prototype.
+       * src/create.c: Update calls to xheader_store
+       * src/extract.c (extract_archive): Check reported size vs.
+       archive file size to determine if we have to do with a
+       sparse file.
+       * src/tar.c (usage): Cleaned up the sample argument to --newer
+       option.
+       (decode_options): Allow --sparse for POSIX_FORMAT archives.
+       * src/xheader.c (struct xhdr_tab.coder; all coder function): Added
+       extra argument
+       Implemented GNU.sparse.* keywords.
+
+2003-11-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * configure.ac: Check for setlocale. Thanks Bruno Haible for
+       reporting.
+
 2003-11-25  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        * src/create.c (write_gnu_long_link): Use oldgnu