]> Dogcows Code - chaz/tar/blob - NEWS
Updated
[chaz/tar] / NEWS
1 GNU tar NEWS - User visible changes.
2 Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003
3 Free Software Foundation, Inc.
4 See the end for copying conditions.
5
6 Please send GNU tar bug reports to <bug-tar@gnu.org>
7 \f
8
9 version 1.13.26
10
11 * Added support for POSIX.1-2001 archive format.
12 * New option --format allows to select the output archive format
13 * The default output format can be selected at configuration time
14 by presetting the environment variable DEFAULT_ARCHIVE_FORMAT.
15 Allowed values are GNU, V7, OLDGNU and POSIX.
16 * New option --strip-path allows to cut off a given number of
17 path elements from the name of the file being extracted.
18
19 * Bug fixes.
20
21 * New options --index-file, --no-overwrite-dir. The --overwrite-dir
22 option is now the default; use --no-overwrite-dir if you prefer
23 the previous default behavior.
24
25 * The semantics of -o option is changed. When extracting, it
26 does the same as --no-same-owner GNU tar option. This is compatible
27 with UNIX98 tar. Otherwise, its effect is the same as that of
28 --old-archive option. This latter is deprecated and will be removed
29 in future.
30
31 * New option --check-links prints a message if not all links are dumped
32 for a file being archived. This corresponds to the UNIX98 -l option.
33 The current semantics of the -l option is retained for compatibility
34 with previous releases, however such usage is strongly deprecated as
35 the option will change to its UNIX98 semantics in the future releases.
36
37 * New option --first-copy can be used in conjunction with one of
38 the subcommands --delete, --diff, --extract or --list when a list of
39 files is given either on the command line or via -T option. This
40 option instructs tar to terminate when all of the filenames from
41 the list were processed.
42
43 * Removed obsolete command line options:
44 ** --absolute-paths superseeded by --absolute-names
45 ** --block-compress is not needed any longer
46 ** --block-size superseeded by --blocking--factor
47 ** --modification-time superseeded by --touch
48 ** --read-full-blocks supeseeded by --read-full-records
49 ** --record-number superseeded by --block-number
50 ** --version-control superseeded by --backup
51
52 * New message translations fi (Finnish), gl (Galician), hr (Croatian),
53 hu (Hungarian), ms (Malaysian), nb (Norwegian), ro (Romanian), sk
54 (Slovak), zh_CN (Chinese simplified), zh_TW (Chinese traditional).
55 The code 'no' for Norwegian has been withdrawn; use 'nb' instead.
56
57 version 1.13.25 - Paul Eggert, 2001-09-26
58
59 * Bug fixes.
60
61 version 1.13.24 - Paul Eggert, 2001-09-22
62
63 * New option --overwrite-dir.
64 * Fixes for buffer overrun, porting, and copyright notice problems.
65 * The message translations for Korean are available again.
66
67 version 1.13.23 - Paul Eggert, 2001-09-13
68
69 * Bug, porting, and copyright notice fixes.
70
71 version 1.13.22 - Paul Eggert, 2001-08-29
72
73 * Bug fixes.
74
75 version 1.13.21 - Paul Eggert, 2001-08-28
76
77 * Porting and copyright notice fixes.
78
79 version 1.13.20 - Paul Eggert, 2001-08-27
80
81 * Some bugs were fixed:
82 - security problems
83 - hard links to symbolic links
84
85 * New option --recursion (the default) that is the inverse of --no-recursion.
86
87 * New options --anchored, --ignore-case, --wildcards,
88 --wildcards-match-slash, and their negations (e.g., --no-anchored).
89 Along with --recursion and --no-recursion, these options control how
90 exclude patterns are interpreted.
91
92 * The default interpretation of exclude patterns is now --no-anchored
93 --no-ignore-case --recursion --wildcards --wildcards-match-slash.
94 This is a quiet change to the semantics of --exclude. The previous
95 semantics were a failed attempt at backward compatibility but it
96 became clear that the semantics were puzzling and did not satisfy
97 everybody. Rather than continue to try to revive that dead horse we
98 thought it better to substitute cleaner semantics, with options so
99 that you can change the behavior more to your liking.
100
101 * New message translations for Indonesian and Turkish.
102 The translation for Korean has been withdrawn due to encoding errors.
103 It will be reissued once those are fixed.
104
105 version 1.13.19 - Paul Eggert, 2001-01-13
106
107 * The -I option has been withdrawn, as it was buggy and confusing.
108 Eventually it is planned to be reintroduced, with the same meaning as -T.
109
110 * With an option like -N DATE, if DATE starts with "/" or ".", it is taken
111 to be a file name; the last-modified time of that file is used as the date.
112
113 version 1.13.18 - Paul Eggert, 2000-10-29
114
115 * Some security problems have been fixed. `tar -x' now modifies only
116 files under the working directory, unless you also specify an unsafe
117 option like --absolute-names or --overwrite.
118
119 * The short name of the --bzip option has been changed to -j,
120 and -I is now an alias for -T, for compatibility with Solaris tar.
121
122 * The manual is now distributed under the GNU Free Documentation License.
123
124 * The new environment variable TAR_OPTIONS holds default command-line options.
125
126 * The --no-recursion option now affects extraction too.
127
128 * The wording in some diagnostics has been changed slightly.
129
130 * Snapshot files now record whether each file was accessed via NFS.
131 The new file format is upward- and downward-compatible with the old.
132
133 * New language supported: da.
134
135 * Compilation by traditional (K&R) C compilers is no longer supported.
136 If you still use such a compiler, please use GCC instead.
137
138 * This version of tar works best with GNU gzip test version 1.3 or later.
139 Please see <ftp://alpha.gnu.org/gnu/gzip/>.
140
141 * `tar --delete -f -' now works again.
142
143 version 1.13.17 - Paul Eggert, 2000-01-07.
144
145 * `tar --delete -f -' is no longer allowed; it was too buggy.
146 * Diagnostic messages have been made more regular and consistent.
147
148 version 1.13.16 - Paul Eggert, 1999-12-13.
149
150 * By default, tar now refuses to overwrite an existing file when
151 extracting files from an archive; instead, it removes the file
152 before extracting it. If the existing file is a symbolic link, the
153 link is removed and not the pointed-to file. There is one
154 exception: existing nonempty directories are not removed, nor are
155 their ownerships or permissions extracted. This fixes some
156 longstanding security problems.
157
158 The new --overwrite option enables the old default behavior.
159
160 For regular files, tar implements this change by using the O_EXCL
161 option of `open' to ensure that it creates the file; if this fails, it
162 removes the file and tries again. This is similar to the behavior of
163 the --unlink-first option, but it is faster in the common case of
164 extracting a new directory.
165
166 * By default, tar now ignores file names containing a component of `..'
167 when extracting, and warns about such file names when creating an archive.
168 To enable the old behavior, use the -P or --absolute-names option.
169
170 * Tar now handles file names with multibyte encodings (e.g. UTF-8, Shift-JIS)
171 correctly. It relies on the mbrtowc function to handle multibytes.
172
173 * The file generated by -g or --listed-incremental now uses a format
174 that is independent of locale, so that users need not worry about
175 locale when restoring a backup. This is needed for proper support
176 of multibyte characters. Old-format files can still be read, and
177 older versions of GNU tar can read new-format files, unless member
178 names have multibyte chars.
179
180 * Many diagnostics have been changed slightly, so that file names are
181 now output unambiguously. File names in diagnostics now are either
182 `quoted like this' (in the default C locale) or are followed by
183 colon, newline, or space, depending on context. Unprintable
184 characters are escaped with a C-like backslash conventions.
185 Terminating characters (e.g. close-quote, colon, newline)
186 are also escaped as needed.
187
188 * tar now ignores socket files when creating an archive.
189 Previously tar archived sockets as fifos, which caused problems.
190
191 version 1.13.15 - Paul Eggert, 1999-12-03.
192
193 * If a file's ctime changes when being archived, report an error.
194 Previously tar looked at mtime, which missed some errors.
195
196 version 1.13.14 - Paul Eggert, 1999-11-07.
197
198 * New translations ja, pt_BR.
199 * New options --help and --version for rmt.
200 * Ignore Solaris door files when creating an archive.
201
202 version 1.13.13 - Paul Eggert, 1999-10-11.
203
204 * Invalid headers in tar files now elicit errors, not just warnings.
205 * `tar --version' output conforms to the latest GNU coding standards.
206 * If you specify an invalid date, `tar' now substitutes (time_t) -1.
207 * `configure --with-dmalloc' is no longer available.
208
209 version 1.13.12 - Paul Eggert, 1999-09-24.
210
211 * `tar' now supports hard links to symbolic links.
212
213 * New options --no-same-owner, --no-same-permissions.
214
215 * --total now also outputs a human-readable size, and a throughput value.
216
217 * `tar' now uses two's-complement base-256 when outputting header
218 values that are out of the range of the standard unsigned base-8
219 format. This affects archive members with negative or huge time
220 stamps or uids, and archive members 8 GB or larger. The new tar
221 archives cannot be read by traditional tar, or by older versions of
222 GNU tar. Use the --old-archive option to revert to the old
223 behavior, which uses unportable representations for negative values,
224 and which rejects large files.
225
226 * On 32-bit hosts, `tar' now assumes that an incoming time stamp T in
227 the range 2**31 <= T < 2**32 represents the negative time (T -
228 2**32). This behavior is nonstandard and is not portable to 64-bit
229 time_t hosts, so `tar' issues a warning.
230
231 * `tar' no longer gives up extracting immediately upon discovering
232 that an archive contains garbage at the end. It attempts to extract
233 as many files as possible from the good data before the garbage.
234
235 * A read error now causes a nonzero exit status, not just a warning.
236
237 * Some diagnostics have been reworded for consistency.
238
239
240 version 1.13.11 - Paul Eggert, 1999-08-23.
241
242 * The short name of the --bzip option has been changed to -I,
243 for compatibility with paxutils.
244
245 * -T /dev/null now matches nothing; previously, it matched anything
246 if no explicit operands were given.
247
248 * The `--' option now works the same as with other GNU utilities;
249 it causes later operands to be interpreted as file names, not options,
250 even if they begin with `-'.
251
252 * For the --newer and --after-date options, the table of time zone
253 abbreviations like `EST' has been updated to match current practice.
254 Also, local time abbreviations are now recognized, even if they are
255 not in tar's hardwired table. Remember, though, that you should use
256 numeric UTC offsets like `-0500' instead of abbreviations like
257 `EST', as abbreviations are not standardized and are ambiguous.
258
259
260 version 1.13.10 - Paul Eggert, 1999-08-20.
261
262 * `tar' now uses signed base-64 when outputting header values that are
263 out of the range of the standard unsigned base-8 format. [This
264 change was superseded in 1.13.12, described above.]
265
266
267 version 1.13.9 - Paul Eggert, 1999-08-18.
268
269 * `tar' now writes two zero blocks at end-of-archive instead of just one.
270 POSIX.1 requires this, and some other `tar' implementations check for it.
271
272 * `tar' no longer silently accepts a block containing nonzero checksum bytes
273 as a zero block.
274
275 * `tar' now reads buggy tar files that have a null byte at the start of a
276 numeric header field.
277
278
279 version 1.13.8 - Paul Eggert, 1999-08-16.
280
281 * For compatibility with traditional `tar', intermediate directories
282 created automatically by root are no longer given the uid and gid of
283 the original file or directory.
284
285
286 version 1.13.7 - Paul Eggert, 1999-08-14.
287
288 * --listed-incremental and --newer are now incompatible options.
289
290 * When creating an archive, leading `./' is no longer stripped,
291 to match traditional tar's behavior (and simplify the documentation).
292
293 * --diff without --absolute-names no longer falls back on absolute names.
294
295
296 version 1.13.6 - Paul Eggert, 1999-08-11.
297
298 * An --exclude pattern containing / now excludes a file only if it matches an
299 initial prefix of the file name; a pattern without / continues to
300 exclude a file if it matches any file name component.
301
302 * The protocol for talking to rmt has been extended slightly.
303 Open flags are now communicated in symbolic format as well as numeric.
304 The symbolic format (e.g. "O_WRONLY|O_CREAT|O_TRUNC") is for portability
305 when rmt is operating on a different operating system from tar.
306 The numeric format is retained, and rmt uses it if symbolic format is absent,
307 for backward compatibility with older versions of tar and rmt.
308
309 * When writing GNU tar format headers, tar now uses signed base-64
310 for values that cannot be represented in unsigned octal.
311 This supports larger files (2**66 - 1 bytes instead of 2**33 - 1 bytes),
312 larger uids, negative time stamps, etc.
313
314 * When extracting files with unknown ownership, tar now looks up the
315 uid and gid "nobody" on hosts whose headers do not define UID_NOBODY
316 and GID_NOBODY, and falls back on uid/gid -2 if there is no "nobody".
317
318 * tar -t --numeric-owner now prints numeric uids and gids, not symbolic.
319
320 * New option -y or --bzip2 for bzip2 compression, by popular request.
321
322
323 version 1.13.5 - Paul Eggert, 1999-07-20.
324
325 * Do the delayed updates of file metadata even after a fatal error.
326
327
328 version 1.13.4 - Paul Eggert, 1999-07-20.
329
330 * Do not chmod unless we are root or the -p option was given;
331 this matches historical practice.
332
333
334 version 1.13.3 - Paul Eggert, 1999-07-16.
335
336 * A path name is excluded if any of its file name components matches an
337 excluded pattern, even if the path name was specified on the command line.
338 Also see 1.13.6 for later changes in this area.
339
340
341 version 1.13.2 - Paul Eggert, 1999-07-14.
342
343 * Bug reporting address changed to <bug-tar@gnu.org>.
344
345
346 version 1.13.1 - Paul Eggert, 1999-07-12.
347
348 * Bug fixes only.
349 \f
350 version 1.13 - Paul Eggert, 1999-07-08.
351
352 * Support for large files, e.g. files larger than 2 GB on many 32-bit hosts.
353 Also, support for larger uids, device ids, etc.
354 * Many bug fixes and porting fixes.
355 * This release is only for fixes. A more ambitious test release,
356 with new features, is available as part of the paxutils. Please see:
357 ftp://alpha.gnu.org/gnu/paxutils/
358 The fixes in this release are intended to be merged with paxutils
359 at some point, but they haven't been merged yet.
360 * An interim GNU tar alpha had new --bzip2 and --ending-file options,
361 but they have been removed to maintain compatibility with paxutils.
362 Please try --use=bzip2 instead of --bzip2.
363 \f
364 Version 1.12 - François Pinard, 1997-04.
365
366 Sensitive matters
367 * Use shell globbing patterns for --label, instead of regular expressions.
368 * Do not quote anymore internally over the quoting done by the shell.
369
370 Output for humans
371 * Offer internationalization capabilities of most recent GNU gettext.
372 * Messages available in many more languages, thanks to all translators!
373 * Usage of ISO 8601 dates in listings, instead of local American dates.
374 * More normalization and cleanup in error messages.
375
376 Creation
377 * For helping using tar with find, offer a --no-recursion option.
378 * Implement --numeric-owner for ignoring symbolic names at create time.
379 * New --owner, --group --mode options, still preliminary.
380 * Recognize creating an archive on /dev/null, so Amanda works faster.
381 * Object to the creation of an empty archive (like in `tar cf FILE').
382 * Barely start implementing --posix and POSIXLY_CORRECT.
383
384 Extraction
385 * Make a better job at restoring file and directory attributes.
386 * Automatically attempt deleting existing files when in the way.
387 * Option --unlink-first (-U) removes most files prior to extraction.
388 * Option --recursive-unlink removes non-empty directories when in the way.
389 * Option --numeric-owner ignores owner/group names, it uses UID/GID instead.
390 * Use global umask when creating missing intermediate directories.
391 * When symlinks are not available, extract symbolic links as hard links.
392 * Diagnose extraction of contiguous files as regular files.
393 * New --backup, --suffix and --version-control options.
394
395 Various changes
396 * Better support of huge archives with --tape-length and --totals.
397 * Rename option --read-full-blocks (-B) to --read-full-records (-B).
398 * Rename option --block-size (-b) to --blocking-factor (-b).
399 * Rename option --record-number (-R) to --block-number (-R).
400 * With --block-number (-R), report null blocks and end of file.
401 * Implement --record-size for introducing a size in bytes.
402 * Delete --block-compress option and rather decide it automatically.
403 * Rename option --modification-time to --touch.
404
405 Many bugs are squashed, while others still run free.
406 \f
407 Version 1.11.8 - François Pinard, 1995-06.
408
409 * Messages available in French, German, Portuguese and Swedish.
410 * The distribution provides a rudimentary Texinfo manual.
411 * The device defaults to stdin/stdout, unless overridden by the installer.
412 * Option --sparse (-S) should work on more systems.
413 * Option --rsh-command may select an alternative remote shell program.
414
415 Most changes are internal, and should yield better portability.
416 \f
417 Version 1.11.2 - Michael Bushnell, 1993-03.
418
419 * Changes in backup scripts: cleaned up considerably; notices error
420 conditions better over rsh; DUMP_REMIND_SCRIPT is now an option in
421 backup-specs; new file dump-remind is an example of a
422 DUMP_REMIND_SCRIPT.
423
424 * Superfluous "Reading dirname" was a bug; fixed.
425
426 * Incompatibility problems with a bug on Solaris are fixed.
427
428 * New option --gzip (aliases are --ungzip and -z); calls gzip instead
429 of compress. Also, --use-compress-program lets you specify any
430 compress program. --compress-block is renamed --block-compress and
431 now requires one of the three compression options to be specified.
432
433 * Several error messages are cleaned up.
434
435 * Directory owners are now set properly when running as root.
436
437 * Provide DUMP_REMIND_SCRIPT in backup-specs as a possible option
438 for --info-script.
439
440 * Behave better with broken rmt servers.
441
442 * Dump scripts no longer use --atime-preserve; this causes a nasty probem.
443
444 * Several Makefile cleanups.
445 \f
446 Version 1.11.1 - Michael Bushnell, 1992-09.
447
448 * Many bug fixes.
449 \f
450 Version 1.11 - Michael Bushnell, 1992-09.
451 Version 1.10.16 - 1992-07.
452 Version 1.10.15 - 1992-06.
453 Version 1.10.14 - 1992-05.
454 Version 1.10.13 - 1992-01.
455
456 * Many bug fixes.
457
458 * Now uses GNU standard configure, generated by Autoconf.
459
460 * Long options now use `--'; use of `+' is deprecated and support
461 for it will eventually be removed.
462
463 * New option --null causes filenames read by -T to be
464 null-terminated, and causes -C to be ignored.
465
466 * New option --remove-files deletes files (but not directories)
467 after they are added to the archive.
468
469 * New option --ignore-failed-read prevents read-errors from affecting
470 the exit status.
471
472 * New option --checkpoint prints occasional messages as the tape
473 is being read or written.
474
475 * New option --show-omitted-dirs prints the names of directories
476 omitted from the archive.
477
478 * Some tape drives which use a non-standard method of indicating
479 end-of-tape now work correctly with multi-tape archives.
480
481 * --volno-file: Read the volume number used in prompting the user
482 (but not in recording volume ID's on the archive) from a file.
483
484 * When using --multi-volume, you can now give multiple -f arguments;
485 the various tape drives will get used in sequence and then wrap
486 around to the beginning.
487
488 * Remote archive names no longer have to be in /dev: any file with a
489 `:' is interpreted as remote. If new option --force-local is given,
490 then even archive files with a `:' are considered local.
491
492 * New option --atime-preserve restores (if possible) atimes to
493 their original values after dumping the file.
494
495 * No longer does tar confusingly dump "." when you don't tell it
496 what to dump.
497
498 * When extracting directories, tar now correctly restores their
499 modification and access times.
500
501 * Longnames support is redone differently--long name info directly
502 precedes the long-named file or link in the archive, so you no
503 longer have to wait for the extract to hit the end of the tape for
504 long names to work.
505 \f
506 Version 1.10 - Michael Bushnell, 1991-07.
507
508 * Filename to -G is optional. -C works right. Names +newer and
509 +newer-mtime work right.
510
511 * -g is now +incremental, -G is now +listed-incremental.
512
513 * Sparse files now work correctly.
514
515 * +volume is now called +label.
516
517 * +exclude now takes a filename argument, and +exclude-from does
518 what +exclude used to do.
519
520 * Exit status is now correct.
521
522 * +totals keeps track of total I/O and prints it when tar exits.
523
524 * When using +label with +extract, the label is now a regexp.
525
526 * New option +tape-length (-L) does multi-volume handling like BSD
527 dump: you tell tar how big the tape is and it will prompt at that
528 point instead of waiting for a write error.
529
530 * New backup scripts level-0 and level-1 which might be useful
531 to people. They use a file "backup-specs" for information, and
532 shouldn't need local modification. These are what we use to do
533 all our backups at the FSF.
534 \f
535 Version 1.09 - Jay Fenlason, 1990-10.
536 Version 1.08 - Jay Fenlason, 1990-01.
537 Versions 1.07 back to 1.00 by Jay Fenlason.
538
539 * See ChangeLog for more details.
540
541 \f
542
543 Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003
544 Free Software Foundation, Inc.
545
546 This file is part of GNU tar.
547
548 GNU tar is free software; you can redistribute it and/or modify
549 it under the terms of the GNU General Public License as published by
550 the Free Software Foundation; either version 2, or (at your option)
551 any later version.
552
553 GNU tar is distributed in the hope that it will be useful,
554 but WITHOUT ANY WARRANTY; without even the implied warranty of
555 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
556 GNU General Public License for more details.
557
558 You should have received a copy of the GNU General Public License
559 along with tar; see the file COPYING. If not, write to
560 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
561 Boston, MA 02111-1307, USA.
562 \f
563 Local variables:
564 mode: outline
565 paragraph-separate: "[ \f]*$"
566 end:
This page took 0.068842 seconds and 5 git commands to generate.