X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=17791f6ad42891208d48a8cda2e2a108b92e0c2f;hb=fa8cb1895c80999d2576c91380143ae4340f9987;hp=723bd3fb1357f23de667fd55fe020c8bbb92650a;hpb=7be4d61e92312e7f32e0b9560a2060708908ae23;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 723bd3f..17791f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,209 @@ +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 + +2004-05-16 Sergey Poznyakoff + + * bootstrap: Apply patches from patch subdirectory + * patches: New dir + * patches/argp.diff: New file + * patches/getopt.diff: New file + * configure.ac: Check for _getopt_long_only_r and + force using included version of getopt if the function + is not available. + * src/tar.c: Use argp for command line parsing. + * src/system.h: Minor formatting fix + * m4/.cvsignore: Updated + * lib/.cvsignore: Updated + * doc/tar.texi: Minor fix. + * src/extract.c: Fix improper use of 'path' term + * src/incremen.c: Likewise + * src/list.c: Likewise + * src/misc.c: Likewise + * src/names.c: Likewise + * src/rmt.h: Likewise + * src/rtapelib.c: Likewise + * src/update.c: Likewise + * src/xheader.c: Likewise + * tests/star/README: Minor fix + +2004-05-13 Sergey Poznyakoff + + * configure.ac: Raised version number to 1.14.1 + * src/tar.c: Renamed --strip-path to --strip-components + Changed improper use of _() to ngettext(). + * src/extract.c: Renamed strip_path_option to strip_components_option + * src/common.h: Likewise. + * NEWS: Updated. + * doc/tar.texi: Updated + +2004-05-11 Sergey Poznyakoff + + * src/system.c (sys_child_open_for_uncompress): Do not + set read_full_records_option: the compressed archive is + likely not to contain integer number of records. Should + the user wish to use reblocking, he may always give tar + -B option. This is a minor improvement over the change + dated 2004-03-22. + * src/buffer.c (open_archive): Removed assignment to + read_full_records_option. + + * src/names.c (safer_name_suffix): (safer_name_suffix): Use "%s" + as the format argument, rather than a possibly-translated variable + string. Patch provided by Jim Meyering + * src/tar.c (decode_options): Fixed typo in the comment. + * tests/star/README: Minor correction + +2004-05-11 Sergey Poznyakoff + + * directory: New file. GNU directory entry for tar. + * doc/Makefile.am: Rewritten. Added rules for generating + documentation for the project's website. + * doc/.cvsignore: Updated + * doc/index.html.in: New file. + +2004-05-11 Sergey Poznyakoff + + * configure.ac: Raised version number to 1.14 + * NEWS: Updated. + * tests/after: Added copyleft statement + * tests/before: Added copyleft statemente + * tests/preset.in: Added copyleft statement + + Tar 1.14 is released. Sources up to this point are tagged + release_1_14 + +2004-05-10 Sergey Poznyakoff + + * configure.ac: Fixed prerequisite headers for sys/buf.h + (needed on FreeBSD) + * src/system.h: Likewise. + * tests/after (compare): Fixed argument quoting under eval + * tests/before: Quote TAR_ARCHIVE_FORMATS + +2004-05-10 Sergey Poznyakoff + + * NEWS: Updated + * README: Updated + * PORTS: Updated + * configure.ac: Call gl_AC_TYPE_INTMAX_T. Document + DEFAULT_.* variables. Use DEFAULT_RMT_COMMAND to set + the pathname of the rmt utility. + New option --enable-backup-scripts. + * doc/tar.texi: Updated + * scripts/Makefile.am: Install the scripts only if requested + by the configure. + * scripts/backup.in: Fixed --version output. + Fixed initialization of the listing files and printing + the time of the last previous level dump. + * scripts/restore.in: Fixed --version output. + * src/Makefile.am (localedir.h rule): Generate correct + DEFAULT_RMT_COMMAND variable. + * src/common.h (rmt_command_option): New variable. + * src/list.c (read_and): Print block number before + issuing 'Skipping to next header' diagnostics, if + requested by block_number_option. + * src/rtapelib.c: Use rmt_command_option instead of + hardcoded "/etc/rmt". + * src/tar.c: New option --rmt-command. + (decode_options): Handle --rmt-command. Initialize + rmt_command_option to DEFAULT_RMT_COMMAND. + +2004-05-09 Sergey Poznyakoff + + * doc/tar.texi: Further update. + +2004-05-08 Sergey Poznyakoff + + * configure.ac: Minor fix + * scripts/Makefile.am: Updated + * scripts/backup-specs: Updated + * scripts/backup.in: Minor fixes + * scripts/backup.sh: Removed + * scripts/backup.sh.in: New file. Source for backup.sh + * scripts/restore.in: New file + * scripts/.cvsignore: Updated + * scripts/WARNING: Removed + * doc/tar.texi: Updated + * NEWS: Updated + +2004-05-07 Sergey Poznyakoff + + * src/names.c (name_gather): Bugfix: Honor single -C with + --same-order. + * tests/same-order01.sh: New file + * tests/same-order02.sh: New file + * tests/Makefile.am: Updated + + * tests/append.sh: Added copyleft header + * tests/delete01.sh: Likewise + * tests/delete02.sh: Likewise + * tests/delete04.sh: Likewise + * tests/extrac01.sh: Likewise + * tests/extrac02.sh: Likewise + * tests/extrac03.sh: Likewise + * tests/extrac04.sh: Likewise + * tests/gzip.sh: Likewise + * tests/ignfail.sh: Likewise + * tests/incremen.sh: Likewise + * tests/multiv01.sh: Likewise + * tests/old.sh: Likewise + * tests/options.sh: Likewise + * tests/recurse.sh: Likewise + * tests/version.sh: Likewise + * tests/volume.sh: Likewise + * tests/star/gtarfail.sh: Likewise + * tests/star/gtarfail2.sh: Likewise + * tests/star/multi-fail.sh: Likewise + * tests/star/pax-big-10g.sh: Likewise + * tests/star/qucktest.sh: Likewise + * tests/star/ustar-big-2g.sh: Likewise + * tests/star/ustar-big-8g.sh: Likewise + + * doc/.cvsignore: Updated + +2004-05-06 Sergey Poznyakoff + + * configure.ac: Check whether date accepts +format argument + (for backup scripts). + * scripts/level-0: Removed + * scripts/level-1: Removed + * scripts/weekly.new: Removed + * scripts/dump-remind: Removed + * scripts/backup.in: New file + * scripts/backup.sh: New file + * scripts/dump-remind.in: New file + * scripts/backup-specs: Updated + * scripts/Makefile.am: Updated for new directory contents. + * scripts/.cvsignore: Updated + +2004-05-05 Sergey Poznyakoff + + * TODO: Updated + * doc/tar.texi: Updated + * src/tar.c: --utc implies -vv + +2004-04-28 Sergey Poznyakoff + + * src/utf8.c: Make sure ICONV_CONST is defined. AM_ICONV + does not define it if it fails to find iconv.h. + 2004-04-26 Sergey Poznyakoff + * bootstrap: Use gnulib-tool to generate lib/Makefile.am + and parts of configure.ac + * configure.ac: Invoke tar_GNULIB to configure gnulib stuff. + * lib/Makefile.am: Removed + * lib/Makefile.tmpl: New file. + * lib/.cvsignore: Updated + * m4/.cvsignore: Updated + * src/xheader.c: Include stpcpy.h + * src/create.c: Produce an error, not warning, if the filename is too long. + * tests/longv7.sh: Synchronized with the recent changes. 2004-04-20 Sergey Poznyakoff @@ -5063,7 +5265,7 @@ See ChangeLog.1 for earlier changes. - + Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc. @@ -5083,3 +5285,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: