home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / unzip541.zip / UNZIP541.EXE / README < prev    next >
Text File  |  2000-04-15  |  11KB  |  220 lines

  1. This is the README file for the 16 April 2000 public release of the
  2. Info-ZIP group's portable UnZip zipfile-extraction program (and related
  3. utilities).
  4.  
  5. unzip541.zip      portable UnZip, version 5.41, source code distribution
  6. unzip541.tar.Z    same as above, but compress'd tar format
  7. unzip541.tar.gz   same as above, but gzip'd tar format
  8.  
  9. __________________________________________________________________________
  10.  
  11. BEFORE YOU ASK:  UnZip, its companion utility Zip, and related utilities
  12. and support files can be found in many places; read the file "WHERE" for
  13. further details.  To contact the authors with suggestions, bug reports,
  14. or fixes, continue reading this file (README) and, if this is part of a
  15. source distribution, the file "ZipPorts" in the proginfo directory.  Also
  16. in source distributions:  read "BUGS" for a list of known bugs, non-bugs
  17. and possible future bugs; INSTALL for instructions on how to build UnZip;
  18. and "Contents" for a commented listing of all the distributed files.
  19. __________________________________________________________________________
  20.  
  21.  
  22. GENERAL INFO
  23. ------------
  24. UnZip is an extraction utility for archives compressed in .zip format (also
  25. called "zipfiles").  Although highly compatible both with PKWARE's PKZIP
  26. and PKUNZIP utilities for MS-DOS and with Info-ZIP's own Zip program, our
  27. primary objectives have been portability and non-MSDOS functionality.
  28.  
  29. This version of UnZip has been ported to a stupendous array of hardware--
  30. from micros to supercomputers--and operating systems:  Unix (many flavors),
  31. VMS, OS/2 (including DLL version), Windows NT and Windows 95 (including DLL
  32. version), Windows CE (GUI version), Windows 3.x (including DLL version),
  33. MS-DOS, AmigaDOS, Atari TOS, Acorn RISC OS, BeOS, Macintosh (GUI version),
  34. SMS/QDOS, MVS, VM/CMS, FlexOS, Tandem NSK, Human68k (mostly), AOS/VS (partly)
  35. and TOPS-20 (partly).  UnZip features not found in PKUNZIP include source
  36. code; default extraction of directory trees (with a switch to defeat this,
  37. rather than the reverse); system-specific extended file attributes; and, of
  38. course, the ability to run under most of your favorite operating systems.
  39. Plus, it's free. :-)
  40.  
  41. For source distributions, see the main Contents file for a list of what's
  42. included, and read INSTALL for instructions on compiling (including OS-
  43. specific comments).  The individual operating systems' Contents files (for
  44. example, vms/Contents) may list important compilation info in addition to
  45. explaining what files are what, so be sure to read them.  Some of the ports
  46. have their own, special README files, so be sure to look for those, too.
  47.  
  48. See unzip.1 or unzip.doc for usage (or the corresponding UnZipSFX, ZipInfo,
  49. fUnZip and ZipGrep docs).  For VMS, unzip_def.rnh or unzip_cli.help may be
  50. compiled into unzip.hlp and installed as a normal VMS help entry; see
  51. vms/descrip.mms.
  52.  
  53.  
  54. CHANGES AND NEW FEATURES
  55. ------------------------
  56. The 5.41 maintance release adds another new port and fixes some bugs.
  57.  
  58.    - new BSD-like LICENSE
  59.    - new Novell Netware NLM port
  60.    - supports extraction of archives with more than 64k entries
  61.    - attribute handling of VMS port was broken in UnZip 5.4
  62.    - decryption support integrated in the main source distribution
  63.  
  64. The 5.4 release adds new ports, again. Other important items are changes
  65. to the listing format, new supplemental features and several bug fixes
  66. (especially concerning time-stamp handling...):
  67.  
  68.    - new IBM OS/390 port, a UNIX derivate (POSIX with EBCDIC charset)
  69.    - complete revision of the MacOS port
  70.    - changed listing formats to enlarge the file size fields for more digits
  71.    - added capability to restore directory attributes on MSDOS, OS/2, WIN32
  72.    - enabled support of symbolic links on BeOS
  73.    - Unix: optional Acorn filetype support, useful for volumes exported via NFS
  74.    - several changes/additions to the DLL API
  75.    - GUI SFX stub for Win16 (Windows 3.1) and Win32 (Windows 9x, Windows NT)
  76.    - new free GCC compiler environments supported on WIN32
  77.    - many time-zone handling bug fixes for WIN32, AMIGA, ...
  78.  
  79. The 5.32 release adds two new ports and a fix for at least one relatively
  80. serious bug:
  81.  
  82.    - new FlexOS port
  83.    - new Tandem NSK port
  84.    - new Visual BASIC support (compatibility with the Windows DLLs)
  85.    - new -T option (set zipfile timestamp) for virtually all ports
  86.    - fix for timestamps beyond 2038 (e.g., 2097; crashed under DOS/Win95/NT)
  87.    - fix for undetected "dangling" symbolic links (i.e., no pointee)
  88.    - fix for VMS indexed-file extraction problem (stored with Zip 2.0 or 2.1)
  89.    - further performance optimizations
  90.  
  91. The 5.31 release included nothing but small bug-fixes and typo corrections,
  92. with the exception of some minor performance tweaks.
  93.  
  94. The 5.3 release added still more ports and more cross-platform portability
  95. features:
  96.  
  97.    - new BeOS port
  98.    - new SMS/QDOS port
  99.    - new Windows CE graphical port
  100.    - VM/CMS port fully updated and tested
  101.    - MVS port fully updated and tested
  102.    - updated Windows DLL port, with WiZ GUI spun off to a separate package
  103.    - full Universal Time (UTC or GMT) support for trans-timezone consistency
  104.    - cross-platform support for 8-bit characters (ISO Latin-1, OEM code pages)
  105.    - support for NT security descriptors (ACLs)
  106.    - support for overwriting OS/2 directory EAs if -o option given
  107.    - updated Solaris/SVR4 package facility
  108.  
  109. What is (still!) not added is multi-part archive support (a.k.a. "diskette
  110. spanning") and a unified and more powerful DLL interface.  These are the
  111. two highest priorities for the 6.x releases.  Work on the former is almost
  112. certain to have commenced by the time you read this.  This time we mean it!
  113. You betcha. :-)
  114.  
  115. Although the DLLs are still basically a mess, the Windows DLLs (16- and 32-
  116. bit) now have some documentation and a small example application.  Note that
  117. they should now be compatible with C/C++, Visual BASIC and Delphi.  Weirder
  118. languages (FoxBase, etc.) are probably Right Out.
  119.  
  120. Finally, note that support for unshrinking has now been turned OFF by default,
  121. although the source code is still available (as with unreducing).  This was
  122. done for legal reasons, not technical ones, and no, we're not any happier
  123. about it than you are. :-(  See the COPYING file for details.
  124.  
  125.  
  126. INTERNET RESOURCES
  127. ------------------
  128.  
  129. Info-ZIP's web site is at http://www.info-zip.org/pub/infozip/
  130. and contains the most up-to-date information about coming releases,
  131. links to binaries, and common problems.
  132. (See http://www.info-zip.org/pub/infozip/FAQ.html for the latter.)
  133. Files may also be retrieved via ftp://ftp.info-zip.org/pub/infozip/ .
  134. Thanks to Walnut Creek CD-ROM for hosting our primary site.
  135.  
  136.  
  137. DISTRIBUTION
  138. ------------
  139. If you have a question regarding redistribution of Info-ZIP software, either
  140. as is, as packaging for a commercial product, or as an integral part of a
  141. commercial product, please read the Frequently Asked Questions (FAQ) section
  142. of the included COPYING file.
  143.  
  144. Insofar as C compilers are rare on some platforms and the authors only have
  145. direct access to a subset of the supported systems, others may wish to pro-
  146. vide ready-to-run executables for new systems.  In general there is no prob-
  147. lem with this; we require only that such distributions include this README
  148. file, the WHERE file, the COPYING file (contains copyright/redistribution
  149. information), and the appropriate documentation files (unzip.doc and/or
  150. unzip.1 for UnZip, etc.).  If the local system provides a way to make self-
  151. extracting archives in which both the executables and text files can be
  152. stored together, that's best (in particular, use UnZipSFX if at all possible,
  153. even if it's a few kilobytes bigger than the alternatives); otherwise we
  154. suggest a bare UnZip executable and a separate zipfile containing the re-
  155. maining text and binary files.  If another archiving method is in common
  156. use on the target system (for example, Zoo or LHa), that may also be used.
  157.  
  158.  
  159. BUGS AND NEW PORTS:  CONTACTING INFO-ZIP
  160. ----------------------------------------
  161. All bug reports and patches (context diffs only, please!) should go to
  162. Zip-Bugs@lists.wku.edu, which is the e-mail address for the Info-ZIP
  163. authors.  (Note that a few rare systems require the Zip-Bugs part to be
  164. capitalized as shown; most systems work OK with lowercase "zip-bugs,"
  165. however.)  DO NOT MAIL US LARGE BINARIES--EVER.  If you need to send us
  166. a problem archive that happens to be large (> 20K), contact us first for
  167. instructions.
  168.  
  169. "Dumb questions" that aren't adequately answered in the documentation
  170. should also be directed to Zip-Bugs rather than to a global forum such
  171. as Usenet.  (Kindly make certain that your question *isn't* answered by
  172. the documentation, however--a great deal of effort has gone into making
  173. it clear and complete.)
  174.  
  175. Suggestions for new features can be discussed on Info-ZIP@lists.wku.edu,
  176. a mailing list for Info-ZIP beta testers and interested parties; you need
  177. to subscribe first, however (see below).  We make no promises to act on all
  178. suggestions or even all patches, but if it is something that is manifestly
  179. useful, sending the required patches to Zip-Bugs directly (as per the
  180. instructions in the ZipPorts file) is likely to produce a quicker response
  181. than asking us to do it--the authors are always ridiculously short on time.
  182. (Please do NOT send patches or encoded zipfiles to the Info-ZIP list.
  183. Please DO read the ZipPorts file before sending any large patch.  It would
  184. be difficult to over-emphasize this point...)
  185.  
  186. If you are considering a port, not only should you read the ZipPorts file,
  187. but also please check in with Zip-Bugs BEFORE getting started, since the
  188. code is constantly being updated behind the scenes.  (For example, VxWorks,
  189. VMOS and Netware ports were once claimed to be under construction, although
  190. we have yet to see any up-to-date patches.)  We will arrange to send you the
  191. latest sources.  The alternative is the possibility that your hard work will
  192. be tucked away in a subdirectory and mostly ignored, or completely ignored
  193. if someone else has already done the port (and you'd be surprised how often
  194. this has happened).
  195.  
  196.  
  197. BETA TESTING:  JOINING INFO-ZIP
  198. -------------------------------
  199. If you'd like to keep up to date with our UnZip (and companion Zip utility)
  200. development, join the ranks of beta testers, add your own thoughts and con-
  201. tributions, or simply lurk, send a two-line mail message containing the
  202. commands HELP and LIST (on separate lines in the body of the message, not
  203. on the subject line) to mxserver@lists.wku.edu.  You'll receive two messages
  204. listing the various Info-ZIP mailing-list formats that are available (and
  205. also various unrelated lists) and instructions on how to subscribe to one
  206. or more of them (courtesy of Hunter Goatley).  As of 1997, subscribing to
  207. the announcements list required a command of the form
  208.  
  209.         SUBSCRIBE Info-ZIP-announce "Joe Isuzu"
  210.  
  211. The discussion list is called Info-ZIP; it can be set for either normal or
  212. digest-style delivery.
  213.  
  214.  
  215. -- Greg Roelofs (sometimes known as Cave Newt), principal UnZip developer
  216.    guy, with inspiration from David Kirschbaum, was Author of this text.
  217.  
  218. -- Christian Spieler (shorthand: SPC), current UnZip maintance coordinator,
  219.    applied the most recent changes.
  220.