]> git.cworth.org Git - gzip/blob - NEWS
Imported Upstream version 1.3.2
[gzip] / NEWS
1 Current Version: 1.3.2.
2 See the file ChangeLog for the details of all changes.
3
4 No major changes in 1.3.2
5
6 Major changes from 1.3 to 1.3.1
7 * zgrep now supports --, -H, -h, -L, -l, -C, -d, -m and their long equivalents.
8
9 Major changes from 1.2.4 to 1.3
10 * Add support for large files, e.g. files larger than 2 GB on Solaris 2.6.
11 * Adjust file size listing format for files larger than 10 GB.
12 * New command `zless'.
13 * `zdiff' now reports exit status like `diff' does.
14 * `zcat' is now always called `zcat', not `gzcat'.
15   Similarly for `zdiff', `zgrep', `zmore', `znew', `zforce'.
16 * Warn about a compressed file's trailing zeros only if verbose,
17   for compatibility with recent versions of GNU tar.
18 * Conform to changes to GNU makefile standards.
19 * Port to Autoconf 2.13.
20 * Convert to Automake.
21 * Fix bugs in the following areas:
22   - files larger than 4 GB
23   - security hole involving symlinks from /tmp
24   - security hole involving long file names
25   - permissions bug when compressing a symbolic link to a file
26   - core dumps
27   - concatenated compressed files on INBUFSIZ boundaries
28   - porting bugs on hosts with signed chars
29   - porting bug with upper and lower case
30   - porting bug for hosts that reserve the names `basename' or `warning'
31
32 Major changes from 1.2.3 to 1.2.4
33 * By default, do not restore file name and timestamp from those saved
34   inside the .gz file (behave as 'compress'). Added the --name option
35   to force name and timestamp restoration.
36 * Accept - as synonym for stdin.
37 * Use manlinks=so or ln to support either hard links or .so in man pages
38 * Accept foo.gz~ in zdiff.
39 * Added support for Windows NT
40 * Handle ENAMETOOLONG for strict Posix systems
41 * Use --recursive instead of --recurse to comply with Webster and
42   the GNU stdandard.
43 * Allow installation of shell scripts with a g prefix: make G=g install
44 * Install by default zcat as gzcat if gzcat already exists in path.
45 * Let zmore behave as more when invoked without parameters (give help)
46 * Let gzip --list reject files not in gzip format even with --force.
47 * Don't complain about non gzip files for options -rt or -rl.
48 * Added advice in INSTALL for several systems.
49
50 Major changes from 1.2.2 to 1.2.3
51 * Don't display the output name when decompressing except with --verbose.
52 * Remove usage of alloca in getopt.c and all makefiles.
53 * Added the zfile shell script in subdirectory sample.
54 * Moved the list of compiler bugs from README to INSTALL.
55 * Added vms/Readme.vms.
56
57 Major changes from 1.2.1 to 1.2.2
58 * Fix a compilation error on Sun with cc (worked with gcc).
59
60 Major changes from 1.2 to 1.2.1
61 * Let zmore act as more if the data is not gzipped.
62 * made gzexe more secure (don't rely on PATH).
63 * By default, display output name only when the name was actually truncated.
64
65 Major changes from 1.1.2 to 1.2
66 * Added the --list option to display the file characteristics.
67 * Added the --no-name option: do not save or restore original filename
68   Save the original name by default.
69 * Allow gunzip --suffix "" to attempt decompression on any file
70   regardless of its extension if an original name is present.
71 * Add support for the SCO compress -H format.
72 * gzip --fast now compresses faster (speed close to that of compress)
73   with degraded compression ratio (but still better than compress).
74   Default level changed to -6 (acts exactly as previous level -5) to
75   be a better indication of its placement in the speed/ratio range.
76 * Use smart name truncation: 123456789012.c -> 123456789.c.gz
77    instead of 12345678901.gz
78 * With --force, let zcat pass non gzip'ed data unchanged (zcat == cat)
79 * Added the zgrep shell script.
80 * Made sub.c useful for 16 bit sound, 24 bit images, etc..
81 * Supress warnings about suffix for gunzip -r, except with --verbose.
82 * On MSDOS, use .gz extension when possible (files without extension)
83 * Moved the sample programs to a subdirectory sample.
84 * Added a "Special targets" section in INSTALL.
85
86 Major changes from 1.1.1 to 1.1.2.
87 * Fix serious bug for VMS (-gz not removed when decompressing).
88 * Allow suffix other than .gz in znew.
89 * Do not display compression ratio when decompressing stdin.
90 * In zmore.in, work around brain damaged stty -g (Ultrix).
91 * Display a correct compression ratio for .Z files.
92 * Added .z to .gz renaming script in INTALL.
93 * Allow setting CFLAGS in configure.
94
95 Major changes from 1.1 to 1.1.1.
96 * Fix serious bug in vms.c (affects Vax/VMS only).
97 * Added --ascii option.
98 * Add workaround in configure.in for Ultrix (quote eval argument)
99
100 Major changes from 1.0.7 to 1.1.
101 * Use .gz suffix by default, add --suffix option.
102 * Let gunzip accept a "_z" suffix (used by one 'compress' on Vax/VMS).
103 * Quit when reading garbage from stdin instead of reporting an error.
104 * Added makefile for VAX/MMS and support for wildcards on VMS.
105 * Added support for MSC under OS/2.
106 * Added support for Prime/PRIMOS.
107 * Display compression ratio also when decompressing (with --verbose).
108 * Quit after --version (GNU standard)
109 * Use --force to bypass isatty() check
110 * Continue processing other files in case of recoverable error.
111 * Added comparison of zip and gzip in the readme file.
112 * Added small sample programs (ztouch, sub, add)
113 * Use less memory when compiled with -DSMALL_MEM (for MSDOS).
114 * Remove the "off by more than one minute" time stamp kludge
115
116 Major changes from 1.0.6 to 1.0.7.
117 * Allow zmore to read from standard input (like more).
118 * Support the 68000 (Atari ST) in match.S.
119 * Retry partial writes (required on Linux when gzip is suspended in a pipe).
120 * Allow full pathnames and renamings in gzexe.
121 * Don't let gzexe compress setuid executables or gzip itself.
122 * Added vms/Makefile.gcc for gcc on the Vax.
123 * Allow installation of binaries and shell scripts in different dirs.
124 * Allows complex PAGER variable in zmore (e.g.: PAGER="col -x | more")
125 * Allow installation of zcat as gzcat.
126 * Several small changes for portability to old or weird systems.
127 * Suppress help message and send compressed data to the terminal when
128   gzip is invoked without parameters and without redirection.
129 *  Add compile option GNU_STANDARD to respect the GNU coding standards:
130    with -DGNU_STANDARD, behave as gzip even if invoked under the name gunzip.
131 (I don't like the last two changes, which were requested by the FSF.)
132
133 Major changes from 1.0.5 to 1.0.6.
134 * Let gzexe detect executables that are already gzexe'd.
135 * Keep file attributes in znew and gzexe if cpmod is available.
136 * Don't try restoring record format on VMS (1.0.5 did not work correctly)
137 * Added asm version for 68000 in amiga/match.a.
138   Use asm version for Atari TT and NeXT.
139 * For OS/2, assume HPFS by default, add flag OS2FAT if necessary.
140 * Fixed some bugs in zdiff and define zcmp as a link to zdiff.
141
142
143 Major changes from 1.0.4 to 1.0.5.
144 * For VMS, restore the file type for variable record format, otherwise
145     extract in fixed length format (not perfect, but better than
146     forcing all files to be in stream_LF format).
147 * For VMS, use "-z" default suffix and accept a version number in file names.
148 * For Unix, allow compression of files with name ending in 'z'. Use only
149   .z, .*-z, .tgz, .taz as valid gzip extensions. In the last two cases,
150   extract to .tar by default.
151 * On some versions of MSDOS, files with a 3 character extension could not
152   be compressed.
153 * Garbage collect files in /tmp created by gzexe.
154 * Fix the 'OS code' byte in the gzip header.
155 * For the Amiga, add the missing utime.h and add support for gcc.
156
157
158 Major changes from 1.0.3 to 1.0.4.
159 * Added optimized asm version for 68020.
160 * Add support for DJGPP.
161         
162 * Add support for the Atari ST.
163 * Added zforce to rename gzip'ed files with truncated names.
164 * Do not install with name uncompress (some systems rely on the
165   absence of any check in the old uncompress).
166 * Added missing function (fcfree) in msdos/tailor.c
167 * Let gunzip handle .tgz files, and let gzip skip them.
168 * Added -d option (decompress) for gzexe and try preserving file permissions.
169 * Suppress all warnings with -q.
170 * Use GZIP_OPT for VMS to avoid conflict with program name.
171 * ... and many other small changes (see ChangeLog)
172
173
174 Major changes from 1.0.2 to 1.0.3
175 * Added -K option for znew to keep old .Z files if smaller
176 * Added -q option (quiet) to cancel -v in GZIP env variable.
177 * Made gzexe safer on systems with filename limitation to 14 chars.
178 * Fixed bugs in handling of GZIP env variable and incorrect free with Turbo C.
179
180
181 Major changes from 1.0.1 to 1.0.2
182 * Added env variable GZIP for default options. Example:
183    for sh:   GZIP="-8 -v"; export GZIP
184    for csh:  setenv GZIP "-8 -v"
185 * Added support for the Amiga.
186 * znew now keeps the old .Z if it is smaller than the .z file.
187   This can happen for some large and very redundant files.
188 * Do not complain about trailing garbage for record oriented IO (Vax/VMS).
189   This implies however that multi-part gzip files are not supported
190   on such systems.
191 * Added gzexe to compress rarely used executables.
192 * Reduce memory usage (required for MSDOS and useful on all systems).
193 * Preserve time stamp in znew -P (pipe option) if touch -r works.
194
195
196 Major changes from 1.0 to 1.0.1
197 * fix trivial errors in the Borland makefile (msdos/Makefile.bor)
198
199
200 Major changes from 0.8.2 to 1.0
201 * gzip now runs on Vax/VMS
202 * gzip will not not overwrite files without -f when using /bin/sh in
203   background.
204 * Support the test option -t for compressed (.Z) files.
205   Allow some data recovery for bad .Z files.
206 * Added makefiles for MSDOS (Only tested for MSC, not Borland).
207 * still more changes to configure for several systems
208
209
210 Major changes from 0.8.1 to 0.8.2:
211 * yet more changes to configure for Linux and other systems
212 * Allow zcat on a file with multiple links.
213
214
215 Major changes from 0.8 to 0.8.1:
216 * znew has now a pipe option -P to reduce the disk space requirements,
217   but this option does not preserve timestamps.
218 * Fixed some #if directives for compilation with TurboC.
219
220
221 Major changes from 0.7 to 0.8:
222 * gzip can now extract .z files created by 'pack'.
223 * configure should no longer believe that every machine is a 386
224 * Fix the entry for /etc/magic in INSTALL.
225 * Add patch for GNU tar 1.11.1 and a pointer to crypt++.el
226 * Uncompress files with multiple links only with -f.
227 * Fix for uncompress of .Z files on 16-bit machines
228 * Create a correct output name for file names of exactly N-1 chars when
229   the system has a limit of N chars.
230
231
232 Major changes from 0.6 to 0.7:
233 * Use "make check" instead of "make test".
234 * Keep time stamp and pass options to gzip in znew.
235 * Do not create .z.z files with gzip -r.
236 * Allow again gunzip .zip files (was working in 0.5)
237 * Allow again compilation with TurboC 2.0 (was working in 0.4)
238
239
240 Major changes form 0.5 to 0.6:
241 * gunzip reported an error when extracting certain .z files. The .z files
242   produced by gzip 0.5 are correct and can be read by gunzip 0.6.
243 * gunzip now supports multiple compressed members within a single .z file.
244 * Fix the check for i386 in configure.
245 * Added "make test" to check for compiler bugs. (gcc -finline-functions
246   is broken at least on the NeXT.)
247 * Use environment variable PAGER in zmore if it is defined.
248 * Accept gzcat in addition to zcat for people having /usr/bin before
249   /usr/local/bin in their path.
250
251 \f
252
253 Copyright (C) 1999, 2001 Free Software Foundation, Inc.
254 Copyright (C) 1992, 1993 Jean-loup Gailly
255
256 This file is part of GNU tar.
257
258 GNU tar is free software; you can redistribute it and/or modify
259 it under the terms of the GNU General Public License as published by
260 the Free Software Foundation; either version 2, or (at your option)
261 any later version.
262
263 GNU tar is distributed in the hope that it will be useful,
264 but WITHOUT ANY WARRANTY; without even the implied warranty of
265 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
266 GNU General Public License for more details.
267
268 You should have received a copy of the GNU General Public License
269 along with tar; see the file COPYING.  If not, write to
270 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
271 Boston, MA 02111-1307, USA.