]> Dogcows Code - chaz/tar/blobdiff - ChangeLog
Updated
[chaz/tar] / ChangeLog
index edf2299a38b5aa6ca71b2eb9eae5cb74bab3f946..589abb06ed0521fb0e1b9c6814ddce8017310631 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,119 @@
+2004-12-20  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * configure.ac: Raised version number to 1.15
+       * NEWS: Likewise
+       * directory: Updated
+       * bootstrap (update_po): Give -r to wget. Always remove index.html
+       Ignore alloca-opt module (it duplicates alloca)
+       
+       * tests/Makefile.am: Distribute star/quicktest.sh
+       * tests/star/README: Document quicktest.sh
+       * tests/star/qucktest.sh: Removed.
+       * tests/star/quicktest.sh: New file. 
+       
+2004-12-18  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * NEWS: Updated
+       * doc/tar.texi: Document auto-detection of compressed archive
+       formats.
+       * src/tar.c (decode_options): Ignore --seek if used with --delete.
+       Delete.c is based on the assumption that the archive is being
+       actually read, not lseeked.
+       
+       * tests/delete05.at: New file
+       * tests/extrac02.at: Fixed typo in AT_SETUP
+       * tests/Makefile.am: Added delete05.at
+       * tests/testsuite.at: Likewise.
+
+2004-12-17  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/delete.c (delete_archive_members): Bugfix: when
+       attempting to delete an unexisting member, the last
+       blocking_factor blocks were zeroed.
+
+2004-12-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * TODO: Mention sub-second resolution, lutimes, lchmod.
+
+2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Adjust to recent gnulib changes.
+       * doc/getdate.texi: Remove, since bootstrap gets it from gnulib now.
+       * .cvsignore: Add rmt, rmt/*, rmt/*/*.
+       * lib/.cvsignore: Add allocsa.c, allocsa.h, allocsa.valgrind,
+       charset.alias, config.charset, getcwd.c, getcwd.h, localcharset.c,
+       localcharset.h, ref-add.sed, ref-add.sin, ref-del.sed,
+       ref-del.sin, setenv.c, setenv.h, unsetenv.c.  Remove pathmax.h,
+       xstrdup.c.
+       * m4/.cvsignore: Add allocsa.m4, eealloc.m4, getcwd-path-max.m4,
+       localcharset.m4, realloc.m4, setenv.m4.  Remove malloc.m4,
+       pathmax.m4, realloc.m4.
+
+2004-11-26  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * configure.ac: Raised version number to 1.14.91
+       * scripts/tarcat: New file
+       * scripts/Makefile.am: Added tarcat
+       * src/buffer.c (hit_eof): Changed type to boolean
+       (read_full_records,reading_from_pipe): New variables
+       (check_compressed_archive,open_compressed_archive): New functions
+       (open_archive): Autodetect compressed archives and act accodingly.
+       Set reading_from_pipe. This fixes contraversial set of changes
+       introduced 2004-05-11,2004-03-22.
+       * src/list.c (tar_checksum): New function
+       (read_header): Use tar_checksum().
+       * src/common.h (tar_checksum): New function
+
+       * tests/star/README: Updated
+       * NEWS: Updated
+       * PORTS: Updated
+
+2004-11-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/tar.c (decode_options): Fixed -o semantics. Thanks
+       Jean Delvare <khali@linux-fr.org>
+
+2004-10-25  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * bootstrap: Add localcharset
+       * lib/Makefile.tmpl: Initialize SUFFIXES and CLEANFILES since the
+       makefile snippet from localcharset uses '+=' on them.
+       * src/Makefile.am (LDADD): Add LIBICONV
+       * src/list.c (decode_header): Set uname/gname to NULL if their
+       header counterparts are empty
+       * src/tar.c (options): Use OPTION_NO_TRANS
+       * src/utf8.c: Use locale_charset() from gnulib
+
+       * tests/star/README: Updated
+
+       * NEWS: Updated
+       * TODO: Minor fix
+
+2004-10-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * THANKS: Added Bryan Ford
+       * doc/Makefile.am (.text): Fixed rule
+       * po/POTFILES.in: Added argp-help.c
+
+2004-10-04  Bryan Ford  <baford@mit.edu>
+
+       * src/tar.c: New option --exclude-caches, to exclude
+       cache directories automatically on archive creation.
+       Cache directories are directories containing a
+       standardized tag file, as specified at:
+               http://www.brynosaurus.com/cachedir/spec.html
+       * src/common.h: New variable exclude_caches_option.
+       * src/create.c: New function check_cache_directory(),
+       called from dump_dir0() if exclude_caches_option is set,
+       to check for a cache directory tag and exclude the directory
+       if such a tag is found.
+       * doc/tar.texi: Updated accordingly.
+
+2004-09-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * doc/tar.texi: Minor fix
+       * src/tar.c (options): Minor fix
+
 2004-09-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        * TODO: Updated
        * src/misc.c: Likewise.
        * src/tar.c (parse_opt): Emit warning if -l option is used.
        (show_default_settings): REMOTE_SHELL may be undefined
-       
+
 2004-09-07  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        Test suite rewritten in autotest.
-       
+
        * configure.ac: Updated for autotest
        * src/tar.c (argp_program_version): Modified.
        * tests/Makefile.am: Rewritten for autotest.
        (paxutils) genfile.c
        * tests/Makefile.am: Removed mksparse
        * tests/sparse01.sh: Use genfile instead of mksparse
-       
+
 2004-09-06  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        Started merging with cpio into paxutils. Sources before
        this point are tagged alpha-1_14_90
-       
+
        * Makefile.am: Updated for use with paxutils
        * README-alpha: Likewise
        * bootstrap: Likewise
        * src/update.c: Likewise
        * src/utf8.c: Likewise
        * src/xheader.c: Likewise
-       
+
        * src/system.h: Removed
        * src/rmt.c: Removed
        * src/rmt.h: Removed
        * src/rtapelib.c: Removed
-       
+
 2004-09-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        * tests/listed02.sh: Do not depend on any particular ordering
        <87n07kyzhi.fsf@rover.gag.com>, Sun, 15 Feb 2004 11:22:17 -0700)
 
        * src/names.c (removed_prefixes_p): New function.
-       
+
        * src/buffer.c: When computing write rate do not take
        into account the time needed to verify the archive(s).
        The bug reported by John L. Males <jlmales@yahoo.com>
        * src/list.c (decode_header): Fixed initialization
        of stat_info->is_sparse
        * src/tar.c (main): Call set_start_time().
-       
+
        * src/misc.c (unquote_string): Unquote '\a' and '\v'.
        Reported by Helmut Waitzmann <helmut.waitzmann@web.de>.
 
        * NEWS: Updated
        * THANKS: Updated
-       
+
 2004-08-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        * src/tar.c: Fix copy-n-paste errors in the license
-       
+
 2004-08-19  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        * scripts/backup.in: Renamed LIBPATH to LIBDIR.
        (restore_fs,restore_files): Fixed use of --listed option.
        * doc/tar.texi: Updated
        * NEWS: Updated
-       
+
 2004-08-17  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        * src/tar.c (find_argp_option): Fixed typo
        Set LC_ALL=C so that file names sort consistently.
        Prefer the gnulib copies of gettext.m4, glibc21.m4,
        lib-ld.m4, lib-prefix.m4, po.m4 too.
-       
+
        * patches/getopt.diff: Remove; gnulib now works unpatched.
        * configure.ac (_getopt_long_only_r): Remove check.
        gl_ARGP now does this for us.
        Merge from gnulib.
 
        * patches/argp.diff: Remove; no longer needed.
-       
+
        * lib/.cvsignore: Add stat-macros.h.
        Remove addext.c, malloc.c, realloc.c.
 
This page took 0.025478 seconds and 4 git commands to generate.