home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / gzip124.zip / gzip-1.2.4 / NEWS < prev    next >
Text File  |  1993-08-19  |  10KB  |  222 lines

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