home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / compress / gnuzip_.zip / NEWS < prev    next >
Text File  |  1993-03-28  |  3KB  |  119 lines

  1. Current Version: 1.0.3
  2. See the file ChangeLog for the details of all changes.
  3.  
  4. User visible changes from 1.0.2 to 1.0.3
  5.  
  6. o Added -K option for znew to keep old .Z files if smaller
  7.  
  8. o Added -q option (quiet) to cancel -v in GZIP env variable.
  9.  
  10. o Made gzexe safer on systems with filename limitation to 14 chars.
  11.  
  12. o Fixed bugs in handling of GZIP env variable and incorrect free with Turbo C.
  13.  
  14.  
  15. User visible changes from 1.0.1 to 1.0.2
  16.  
  17. o Added env variable GZIP for default options. Example:
  18.    for sh:   GZIP="-8 -v"; export GZIP
  19.    for csh:  setenv GZIP "-8 -v"
  20.  
  21. o Added support for the Amiga.
  22.  
  23. O znew now keeps the old .Z if it is smaller than the .z file.
  24.   This can happen for some large and very redundant files.
  25.  
  26. o Do not complain about trailing garbage for record oriented IO (Vax/VMS).
  27.   This implies however that multi-part gzip files are not supported
  28.   on such systems.
  29.  
  30. o Added gzexe to compress rarely used executables.
  31.  
  32. o Reduce memory usage (required for MSDOS and useful on all systems).
  33.  
  34. o Preserve time stamp in znew -P (pipe option) if touch -r works.
  35.  
  36.  
  37. User visible changes from 1.0 to 1.0.1
  38.  
  39. o fix trivial errors in the Borland makefile (msdos/Makefile.bor)
  40.  
  41.  
  42. User visible changes from 0.8.2 to 1.0
  43.  
  44. o gzip now runs on Vax/VMS
  45.  
  46. o gzip will not not overwrite files without -f when using /bin/sh in
  47.   background.
  48.  
  49. o Support the test option -t for compressed (.Z) files.
  50.   Allow some data recovery for bad .Z files.
  51.  
  52. o Added makefiles for MSDOS (Only tested for MSC, not Borland).
  53.  
  54. o still more changes to configure for several systems
  55.  
  56.  
  57. User visible changes from 0.8.1 to 0.8.2:
  58.  
  59. o yet more changes to configure for Linux and other systems
  60.  
  61. o Allow zcat on a file with multiple links.
  62.  
  63.  
  64. User visible changes from 0.8 to 0.8.1:
  65.  
  66. o znew has now a pipe option -P to reduce the disk space requirements,
  67.   but this option does not preserve timestamps.
  68.  
  69. o Fixed some #if directives for compilation with TurboC.
  70.  
  71.  
  72. User visible changes from 0.7 to 0.8:
  73.  
  74. o gzip can now extract .z files created by 'pack'.
  75.  
  76. o configure should no longer believe that every machine is a 386
  77.  
  78. o Fix the entry for /etc/magic in INSTALL.
  79.  
  80. o Add patch for GNU tar 1.11.1 and a pointer to crypt++.el
  81.  
  82. o Uncompress files with multiple links only with -f.
  83.  
  84. o Fix for uncompress of .Z files on 16-bit machines
  85.  
  86. o Create a correct output name for file names of exactly N-1 chars when
  87.   the system has a limit of N chars.
  88.  
  89.  
  90. User visible changes from 0.6 to 0.7:
  91.  
  92. o Use "make check" instead of "make test".
  93.  
  94. o Keep time stamp and pass options to gzip in znew.
  95.  
  96. o Do not create .z.z files with gzip -r.
  97.  
  98. o Allow again gunzip .zip files (was working in 0.5)
  99.  
  100. o Allow again compilation with TurboC 2.0 (was working in 0.4)
  101.  
  102.  
  103. User visible changes form 0.5 to 0.6:
  104.  
  105. o gunzip reported an error when extracting certain .z files. The .z files
  106.   produced by gzip 0.5 are correct and can be read by gunzip 0.6.
  107.  
  108. o gunzip now supports multiple compressed members within a single .z file.
  109.  
  110. o Fix the check for i386 in configure.
  111.  
  112. o Added "make test" to check for compiler bugs. (gcc -finline-functions
  113.   is broken at least on the NeXT.)
  114.  
  115. o Use environment variable PAGER in zmore if it is defined.
  116.  
  117. o Accept gzcat in addition to zcat for people having /usr/bin before
  118.   /usr/local/bin in their path.
  119.