]> Dogcows Code - chaz/tar/blob - NEWS
Version 1.13.14.
[chaz/tar] / NEWS
1 GNU tar NEWS - User visible changes.
2 Copyright 1994, 1995-1998, 1999 Free Software Foundation, Inc.
3
4 version 1.13.14 - Paul Eggert, 1999-11-07.
5
6 * New translations ja, pt_BR.
7 * New options --help and --version for rmt.
8 * Ignore Solaris door files when creating an archive.
9
10 version 1.13.13 - Paul Eggert, 1999-10-11.
11
12 * Invalid headers in tar files now elicit errors, not just warnings.
13 * `tar --version' output conforms to the latest GNU coding standards.
14 * If you specify an invalid date, `tar' now substitutes (time_t) -1.
15 * `configure --with-dmalloc' is no longer available.
16
17 version 1.13.12 - Paul Eggert, 1999-09-24.
18
19 * `tar' now supports hard links to symbolic links.
20
21 * New options --no-same-owner, --no-same-permissions.
22
23 * --total now also outputs a human-readable size, and a throughput value.
24
25 * `tar' now uses two's-complement base-256 when outputting header
26 values that are out of the range of the standard unsigned base-8
27 format. This affects archive members with negative or huge time
28 stamps or uids, and archive members 8 GB or larger. The new tar
29 archives cannot be read by traditional tar, or by older versions of
30 GNU tar. Use the --old-archive option to revert to the old
31 behavior, which uses unportable representations for negative values,
32 and which rejects large files.
33
34 * On 32-bit hosts, `tar' now assumes that an incoming time stamp T in
35 the range 2**31 <= T < 2**32 represents the negative time (T -
36 2**32). This behavior is nonstandard and is not portable to 64-bit
37 time_t hosts, so `tar' issues a warning.
38
39 * `tar' no longer gives up extracting immediately upon discovering
40 that an archive contains garbage at the end. It attempts to extract
41 as many files as possible from the good data before the garbage.
42
43 * A read error now causes a nonzero exit status, not just a warning.
44
45 * Some diagnostics have been reworded for consistency.
46
47
48 version 1.13.11 - Paul Eggert, 1999-08-23.
49
50 * The short name of the --bzip option has been changed to -I,
51 for compatibility with paxutils.
52
53 * -T /dev/null now matches nothing; previously, it matched anything
54 if no explicit operands were given.
55
56 * The `--' option now works the same as with other GNU utilities;
57 it causes later operands to be interpreted as file names, not options,
58 even if they begin with `-'.
59
60 * For the --newer and --after-date options, the table of time zone
61 abbreviations like `EST' has been updated to match current practice.
62 Also, local time abbreviations are now recognized, even if they are
63 not in tar's hardwired table. Remember, though, that you should use
64 numeric UTC offsets like `-0500' instead of abbreviations like
65 `EST', as abbreviations are not standardized and are ambiguous.
66
67
68 version 1.13.10 - Paul Eggert, 1999-08-20.
69
70 * `tar' now uses signed base-64 when outputting header values that are
71 out of the range of the standard unsigned base-8 format. [This
72 change was superseded in 1.13.12, described above.]
73
74
75 version 1.13.9 - Paul Eggert, 1999-08-18.
76
77 * `tar' now writes two zero blocks at end-of-archive instead of just one.
78 POSIX.1 requires this, and some other `tar' implementations check for it.
79
80 * `tar' no longer silently accepts a block containing nonzero checksum bytes
81 as a zero block.
82
83 * `tar' now reads buggy tar files that have a null byte at the start of a
84 numeric header field.
85
86
87 version 1.13.8 - Paul Eggert, 1999-08-16.
88
89 * For compatibility with traditional `tar', intermediate directories
90 created automatically by root are no longer given the uid and gid of
91 the original file or directory.
92
93
94 version 1.13.7 - Paul Eggert, 1999-08-14.
95
96 * --listed-incremental and --newer are now incompatible options.
97
98 * When creating an archive, leading `./' is no longer stripped,
99 to match traditional tar's behavior (and simplify the documentation).
100
101 * --diff without --absolute-names no longer falls back on absolute names.
102
103
104 version 1.13.6 - Paul Eggert, 1999-08-11.
105
106 * An --exclude pattern containing / now excludes a file only if it matches an
107 initial prefix of the file name; a pattern without / continues to
108 exclude a file if it matches any file name component.
109
110 * The protocol for talking to rmt has been extended slightly.
111 Open flags are now communicated in symbolic format as well as numeric.
112 The symbolic format (e.g. "O_WRONLY|O_CREAT|O_TRUNC" is for portability
113 when rmt is operating on a different operating system from tar.
114 The numeric format is retained, and rmt uses it if symbolic format is absent,
115 for backward compatibility with older versions of tar and rmt.
116
117 * When writing GNU tar format headers, tar now uses signed base-64
118 for values that cannot be represented in unsigned octal.
119 This supports larger files (2**66 - 1 bytes instead of 2**33 - 1 bytes),
120 larger uids, negative time stamps, etc.
121
122 * When extracting files with unknown ownership, tar now looks up the
123 uid and gid "nobody" on hosts whose headers do not define UID_NOBODY
124 and GID_NOBODY, and falls back on uid/gid -2 if there is no "nobody".
125
126 * tar -t --numeric-owner now prints numeric uids and gids, not symbolic.
127
128 * New option -y or --bzip2 for bzip2 compression, by popular request.
129
130
131 version 1.13.5 - Paul Eggert, 1999-07-20.
132
133 * Do the delayed updates of file metadata even after a fatal error.
134
135
136 version 1.13.4 - Paul Eggert, 1999-07-20.
137
138 * Do not chmod unless we are root or the -p option was given;
139 this matches historical practice.
140
141
142 version 1.13.3 - Paul Eggert, 1999-07-16.
143
144 * A path name is excluded if any of its file name components matches an
145 excluded pattern, even if the path name was specified on the command line.
146 Also see 1.13.6 for later changes in this area.
147
148
149 version 1.13.2 - Paul Eggert, 1999-07-14.
150
151 * Bug reporting address changed to <bug-tar@gnu.org>.
152
153
154 version 1.13.1 - Paul Eggert, 1999-07-12.
155
156 * Bug fixes only.
157 \f
158 version 1.13 - Paul Eggert, 1999-07-08.
159
160 * Support for large files, e.g. files larger than 2 GB on many 32-bit hosts.
161 Also, support for larger uids, device ids, etc.
162 * Many bug fixes and porting fixes.
163 * This release is only for fixes. A more ambitious test release,
164 with new features, is available as part of the paxutils. Please see:
165 http://www.iro.umontreal.ca/contrib/paxutils/
166 The fixes in this release are intended to be merged with paxutils
167 at some point, but they haven't been merged yet.
168 * An interim GNU tar alpha had new --bzip2 and --ending-file options,
169 but they have been removed to maintain compatibility with paxutils.
170 Please try --use=bzip2 instead of --bzip2.
171 \f
172 Version 1.12 - François Pinard, 1997-04.
173
174 Sensitive matters
175 * Use shell globbing patterns for --label, instead of regular expressions.
176 * Do not quote anymore internally over the quoting done by the shell.
177
178 Output for humans
179 * Offer internationalization capabilities of most recent GNU gettext.
180 * Messages available in many more languages, thanks to all translators!
181 * Usage of ISO 8601 dates in listings, instead of local American dates.
182 * More normalization and cleanup in error messages.
183
184 Creation
185 * For helping using tar with find, offer a --no-recursion option.
186 * Implement --numeric-owner for ignoring symbolic names at create time.
187 * New --owner, --group --mode options, still preliminary.
188 * Recognize creating an archive on /dev/null, so Amanda works faster.
189 * Object to the creation of an empty archive (like in `tar cf FILE').
190 * Barely start implementing --posix and POSIXLY_CORRECT.
191
192 Extraction
193 * Make a better job at restoring file and directory attributes.
194 * Automatically attempt deleting existing files when in the way.
195 * Option --unlink-first (-U) removes most files prior to extraction.
196 * Option --recursive-unlink removes non-empty directories when in the way.
197 * Option --numeric-owner ignores owner/group names, it uses UID/GID instead.
198 * Use global umask when creating missing intermediate directories.
199 * When symlinks are not available, extract symbolic links as hard links.
200 * Diagnose extraction of contiguous files as regular files.
201 * New --backup, --suffix and --version-control options.
202
203 Various changes
204 * Better support of huge archives with --tape-length and --totals.
205 * Rename option --read-full-blocks (-B) to --read-full-records (-B).
206 * Rename option --block-size (-b) to --blocking-factor (-b).
207 * Rename option --record-number (-R) to --block-number (-R).
208 * With --block-number (-R), report null blocks and end of file.
209 * Implement --record-size for introducing a size in bytes.
210 * Delete --block-compress option and rather decide it automatically.
211 * Rename option --modification-time to --touch.
212
213 Many bugs are squashed, while others still run free.
214 \f
215 Version 1.11.8 - François Pinard, 1995-06.
216
217 * Messages available in French, German, Portuguese and Swedish.
218 * The distribution provides a rudimentary Texinfo manual.
219 * The device defaults to stdin/stdout, unless overridden by the installer.
220 * Option --sparse (-S) should work on more systems.
221 * Option --rsh-command may select an alternative remote shell program.
222
223 Most changes are internal, and should yield better portability.
224 \f
225 Version 1.11.2 - Michael Bushnell, 1993-03.
226
227 * Changes in backup scripts: cleaned up considerably; notices error
228 conditions better over rsh; DUMP_REMIND_SCRIPT is now an option in
229 backup-specs; new file dump-remind is an example of a
230 DUMP_REMIND_SCRIPT.
231
232 * Superfluous "Reading dirname" was a bug; fixed.
233
234 * Incompatibility problems with a bug on Solaris are fixed.
235
236 * New option --gzip (aliases are --ungzip and -z); calls gzip instead
237 of compress. Also, --use-compress-program lets you specify any
238 compress program. --compress-block is renamed --block-compress and
239 now requires one of the three compression options to be specified.
240
241 * Several error messages are cleaned up.
242
243 * Directory owners are now set properly when running as root.
244
245 * Provide DUMP_REMIND_SCRIPT in backup-specs as a possible option
246 for --info-script.
247
248 * Behave better with broken rmt servers.
249
250 * Dump scripts no longer use --atime-preserve; this causes a nasty probem.
251
252 * Several Makefile cleanups.
253 \f
254 Version 1.11.1 - Michael Bushnell, 1992-09.
255
256 * Many bug fixes.
257 \f
258 Version 1.11 - Michael Bushnell, 1992-09.
259 Version 1.10.16 - 1992-07.
260 Version 1.10.15 - 1992-06.
261 Version 1.10.14 - 1992-05.
262 Version 1.10.13 - 1992-01.
263
264 * Many bug fixes.
265
266 * Now uses GNU standard configure, generated by Autoconf.
267
268 * Long options now use `--'; use of `+' is deprecated and support
269 for it will eventually be removed.
270
271 * New option --null causes filenames read by -T to be
272 null-terminated, and causes -C to be ignored.
273
274 * New option --remove-files deletes files (but not directories)
275 after they are added to the archive.
276
277 * New option --ignore-failed-read prevents read-errors from affecting
278 the exit status.
279
280 * New option --checkpoint prints occasional messages as the tape
281 is being read or written.
282
283 * New option --show-omitted-dirs prints the names of directories
284 omitted from the archive.
285
286 * Some tape drives which use a non-standard method of indicating
287 end-of-tape now work correctly with multi-tape archives.
288
289 * --volno-file: Read the volume number used in prompting the user
290 (but not in recording volume ID's on the archive) from a file.
291
292 * When using --multi-volume, you can now give multiple -f arguments;
293 the various tape drives will get used in sequence and then wrap
294 around to the beginning.
295
296 * Remote archive names no longer have to be in /dev: any file with a
297 `:' is interpreted as remote. If new option --force-local is given,
298 then even archive files with a `:' are considered local.
299
300 * New option --atime-preserve restores (if possible) atimes to
301 their original values after dumping the file.
302
303 * No longer does tar confusingly dump "." when you don't tell it
304 what to dump.
305
306 * When extracting directories, tar now correctly restores their
307 modification and access times.
308
309 * Longnames support is redone differently--long name info directly
310 precedes the long-named file or link in the archive, so you no
311 longer have to wait for the extract to hit the end of the tape for
312 long names to work.
313 \f
314 Version 1.10 - Michael Bushnell, 1991-07.
315
316 * Filename to -G is optional. -C works right. Names +newer and
317 +newer-mtime work right.
318
319 * -g is now +incremental, -G is now +listed-incremental.
320
321 * Sparse files now work correctly.
322
323 * +volume is now called +label.
324
325 * +exclude now takes a filename argument, and +exclude-from does
326 what +exclude used to do.
327
328 * Exit status is now correct.
329
330 * +totals keeps track of total I/O and prints it when tar exits.
331
332 * When using +label with +extract, the label is now a regexp.
333
334 * New option +tape-length (-L) does multi-volume handling like BSD
335 dump: you tell tar how big the tape is and it will prompt at that
336 point instead of waiting for a write error.
337
338 * New backup scripts level-0 and level-1 which might be useful
339 to people. They use a file "backup-specs" for information, and
340 shouldn't need local modification. These are what we use to do
341 all our backups at the FSF.
342 \f
343 Version 1.09 - Jay Fenlason, 1990-10.
344 Version 1.08 - Jay Fenlason, 1990-01.
345 Versions 1.07 back to 1.00 by Jay Fenlason.
346
347 * See ChangeLog for more details.
This page took 0.048582 seconds and 5 git commands to generate.