home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / zip22.zip / CHANGES < prev    next >
Text File  |  1997-11-03  |  23KB  |  389 lines

  1. ------------------------- June 30th 1996 version 2.1a ------------------
  2.  1. Fix typo in man/zip.1 (Frank Donahoe)
  3.  2. zipdll: add support for encryption (Mike)
  4.  3. unix: don't test for <sys/termio.h> in configure  (Onno)
  5.  4. unix: test for <sgtty.h> in configure (Onno)
  6.  5. unix: Fix the for do done loops in configure (Onno)
  7.  6. Amiga: Add replacement for getenv (Paul)
  8.  7. Amiga: use UX_EF_TIME (Paul)
  9.  8. Win32: use UX_EF_TIME (Paul)
  10.  9. Acorn: documentation fixes (Sergio)
  11. 10. Acorn: makefile adjustments (Sergio)
  12. 11. Acorn: use __riscos instead of __arm (Sergio)
  13. 12. Acorn: display Zip$Exts with zip -v (Sergio)
  14. 13. zipdll: use proper return codes (Mike)
  15. 14. zipdll: check for included and excluded files (Mike)
  16. 15. fix array sizes in revision.h (Paul)
  17. 16. amiga: zip -A works (Paul)
  18. 17. VMS: show unix style help with -h (Patrick Ellis, Christian)
  19. 18. VMS: add documentation for binary distribution (Christian)
  20. 19. amiga: update zip.doc, man/zip.1 (Paul, Onno)
  21. 20. OS/2: In makefile.os2 use -DDYN_ALLOC in ASFLAGS too (Kai Uwe)
  22. 21. VMS: use "-FF" instead of -FF in the help screen (Mike Freeman)
  23. 22. get match.S working on linux (Greg)
  24. 23. remove error message that makes no sense for wizzip (Mike)
  25. 24. add backslash escaping for embedded quotes in filenames from stdin (Paul)
  26. 25. DJGPP: decrease size of djgpp v2 executable by 1600 bytes (Laszlo Molnar)
  27. 26. add extra checks to seekable() (Paul)
  28. 27. DOS: work arounds for MSC7 *time() functions (Onno)
  29. 28. more general version_local for Visual C++ 4.x (Steve)
  30. 29. create a BUGS file with OS bugs that break zip (Onno, Jean-loup)
  31. 30. Acorn: add missing , to version_local() (Thomas Esken)
  32. 31. Better handling in version_local of the NetBSD version info (Onno)
  33. 32. Delete obsolete #pragma from trees.c (Onno, Peter Mauzey)
  34. 33. Add dirent to possible dir libraries (Onno, Peter Mauzey)
  35. 34. Remove <sys/types.h> include from mktime.c (Onno, Peter Mauzey)
  36. 35. Add -R documentation (Onno)
  37. 36. Change unix/Makefile att6300 entry (Peter Mauzey)
  38. ------------------------- July 6th 1996 version 2.1b -------------------
  39.  1. Make envargs() and count_args() equal to to unzip52's (Walter Haidinger)
  40.  2. Fix a couple of compiler warnings (Walter Haidinger)
  41.  3. Only warn if there are additional flags with -d (Walter Haidinger)
  42.  4. Print freshening with the -f option (Walter Haidinger)
  43.  5. Don't use #elif, pyramid's C compiler hates it (Kevin M. Fritz)
  44.  6. Use sysctl() in version_local() for NetBSD (Onno)
  45.  7. Amiga include file cleanup (Walter Haidinger)
  46.  8. Add Amiga SAS/C smakefile (Walter Haidinger)
  47. ------------------------- July 14th 1996 version 2.1c ------------------
  48.  1. Add strchr() detection to unix/configure (Onno, Kevin M. Fritz)
  49.  2. Fix warning for unused variable in win32's version_local (Steve)
  50.  3. Move GUI stuff out of the dll itself and in to the application (Mike)
  51.  4. Change all the WIZ* macros to WINDLL or WINDLL_ZIP (Mike)
  52.  5. Implement the -A option in the dll code (Mike)
  53.  6. Change include filenames from wiz*.h to win*.h (Mike)
  54.  7. ifdef out the help and licensing stuff for the DLL (Mike)
  55.  8. change wildcard handling for DOS and WIN32 (Paul)
  56.  9. fixes for escaping certain characters in filenames (Paul)
  57. 10. make -R position independent (Paul)
  58. 11. fix for stat(".", ...) failing in rootdir for WatCom libs (Paul)
  59. 12. crypt.c: better casting of getpid() (Paul)
  60. 13. make -R work with Amiga (current dir is "", not ".") (Paul)
  61. 14. handle multipart patterns with -R (Paul)
  62. 15. dosmatch() rewritten and now used for both msdos and win32 (Paul)
  63. 16. prevent leading "./" or "../" in internal filenames (Paul)
  64. 17. SAS/C changes better integrated, smakefile may possibly be broken (Paul)
  65. 18. remove band-aid for bug that Watcom stat() DOESN'T have (Paul)
  66. 19. fix of long-unnoticed defect in Amiga command line argument parsing (Paul)
  67. 20. minor fix for win32's version_local() (Steve)
  68. 21. initialize escape to zero in getnam() (Onno, Frank Donahoe)
  69. 22. Use ln -s and cc -o to suit AFS/NFS environment (Jochen Roderburg)
  70. 23. Amiga: use stat.c for SAS/C too (Walter Haidinger)
  71. 24. Amiga: use SAS/C getenv() (Walter Haidinger)
  72. 25. Amiga: added prototype for ctrl-c trap function (Walter Haidinger)
  73. 26. Amiga: in smakefile add debug flags and stat.c (Walter Haidinger)
  74. 27. revision.h: use lists.wku.edu as email address (Walter Haidinger)
  75. ------------------------- August 7th 1996 version 2.2a ------------------
  76.  1. QDOS port (Jonathan Hudson)
  77.  2. win32 volumelabel handling (Paul)
  78.  3. VM/CMS clean up (Greg Hartwig)
  79.  4. leading "../" in internal filenames are allowed (Paul)
  80.  5. System V packages support (John Bush)
  81.  6. Fix handling of atx in zipup() (Onno, Greg)
  82.  7. Fixed typo that caused zip -R to dump core (Onno)
  83.  8. msdos/makefile.dj2: fix for command line too long when linking zip.exe
  84.  9. win95 long filename support with djgpp v2 (Onno, Kimio Itoh)
  85. ------------------------- August 9th 1996 version 2.2b ------------------
  86.  1. windll: use wiz instead of wizip (Mike)
  87.  2. use z->name NOT z->zname to open files (Onno, Mike)
  88. ------------------------ September 1st 1996 version 2.2c ------------------
  89.  1. windll: use fprintf instead of putc to send data to std{out,err} (Mike)
  90.  2. os2: make borlandc version detection equal to unzip 5.30d (Kai Uwe)
  91.  3. use #elif constructions for msdos,os2 and win32 compiler detection (Onno)
  92.  4. fix for incorrect free in zip.c (Onno, Mike, Steve)
  93.  5. BeBox port from Chris
  94.  6. unix/{configure,Makefile} fixes for SCO Xenix 286 (Tom Schmidt)
  95.  7. remove zilog entry from unix/Makefile (Onno)
  96.  8. man page fixes (Tom Schmidt)
  97.  9. SCO ODT {3,5} fixes (Bill Davidsen)
  98. ------------------------ October 8th 1996 version 2.2d ------------------
  99.  1. Fix bug in QDOS patch that broke zipsplit.c (Onno, Paul)
  100.  2. Fix a couple of warnings from BorlandC (Mike)
  101.  3. msdos/makefile.wat: Delete some more files when cleaning up (Paul)
  102.  4. store msdos volumelabels without a dot in them (Paul)
  103.  5. clean up of unix/{Makefile,configure,packaging} (Tom Schmidt)
  104.  6. make QDOS port case independent (Jonathan Hudson)
  105.  7. new amiga SASC makefile (Walter Haidinger)
  106.  8. don't truncate filenames in win32's in2ex() (Paul)
  107.  9. os2/makefile.os2 update for emx 0.9c (Kai Uwe)
  108. 10. password() function for QDOS (Jonathan)
  109. 11. fix the last(?) free() related bug (Mike)
  110. 12. win32: security descriptors operations (Scott Field)
  111. 13. win32: FILE_SHARE_DELETE is not defined in some win32 compilers (Onno)
  112. 14. win32: fix makefile.wat to include nt.c (Onno)
  113. ------------------------ January 17th 1997 version 2.2e ------------------
  114.  1. define USE_CASE_MAP in osdep.h for those ports that need it (Onno)
  115.  2. define PROCNAME in osdep.h for those ports that need it (Onno)
  116.  3. wild() prototype decl only if PROCNAME defined => delete MSVMS define (Onno)
  117.  4. add DOS EMX makefile (E-Yen Tan)
  118.  5. include <qdos.h> a little earlier in qdos/qdos.c (Jonathan)
  119.  6. add ttyio.o to OBJZ in qdos/Makefile.qdos (Jonathan)
  120.  7. remove unused fprintebc define from zip.c (Onno)
  121.  8. use the right password routine in ttyio.c for unzip (Mike)
  122.  9. BeOS update from Chris
  123. 10. Fix for 'zip -r foo x:' (Paul)
  124. 11. Fix library bug on beos (Chris)
  125. 12. Fix calculating version number (kitoh_@mix.or.jp, Walter Haidinger)
  126. 13. IsWinNT always returned TRUE (Mike)
  127. 14. Windll update from Mike
  128. 15. Improved crc routines for x86 from Scott Field
  129. 16. Detect in unix/configure if we can use crc_i386.S (Onno)
  130. 17. Fix spurious internal logic error (Paul)
  131. 18. Fix to include directory names on the Acorn when needed (Sergio)
  132. 19. include zip.h in mvs.h (Onno, George Carr)
  133. 20. add workaround for AZTEC C compiler bug to revision.h (Paul, Walter)
  134. 21. MVS doesn't have rmdir (George Carr)
  135. 22. define and use USE_ZIPMAIN for WINDLL en VM_CMS (Onno)
  136. 23. Fixes from Greg Hartwig to make CMS standalone versions possible.
  137. 24. Move OS specific encryption stuff to the os specific directories (Christian)
  138. 25. Change password fetching interface in ttyio and crypt (Christian)
  139. 26. Update emx support for 0.9c (Christian)
  140. 27. Define WINDLL instead of MSWIN (Christian)
  141. 28. Extended time stamp extra field format support (Christian)
  142. 29. Support for rsxnt-emx 0.9c win32 compiler (Christian)
  143. 30. Use izshr017b (Christian)
  144. ------------------------ March 11th 1997 version 2.2f ------------------
  145.  1. Move makefile.emx, rsxwinnt.h and zip.def to win32 subdir (Kai Uwe)
  146.  2. Add win32 target to makefile.os2 to allow cross compilation (Kai Uwe)
  147.  3. Fix NTSD_EAS link time failures with win32 (Paul)
  148.  4. Fix buffer freed too early in password verification code (Mike)
  149.  5. Remove unix/zipgrep and man/zipgrep.1 (sanvila@ctv.es)
  150.  6. Only use crc_i386.o when we're using an x86 (Onno, Mark)
  151.  7. Remove carriage returns from amiga/crc_68.a (Paul)
  152.  8. New windll from Mike
  153.  9. Fix typo in os2/os2zip.c (Kai Uwe)
  154. 10. Don't use ctime (last file status change) for unix and qdos cross compile
  155.     (Greg)
  156. 11. added gccwin32 crosscompilation target (RSXNT) to os2/makefile.os2 (Kai Uwe)
  157. 12. fixed the OS/2 file attribute and time stamp generation for zipping
  158.     stdin ("-") (Kai Uwe)
  159. 13. fixed the atime and ctime stat fields for the OS/2 Watcom C library
  160.     (Kai Uwe)
  161. 14. added atime and ctime support for the UT extra field when generated under
  162.     OS/2, the atime and ctime values are only stored when zipping (Kai Uwe)
  163. 15. qdos patches from Jonathan Hudson mainly for extended time flag handling
  164. 16. amiga aztec compiler bug workaround (Paul)
  165. 17. fix -v output of zipcloak, zipnote and zipsplit (Paul)
  166. 18. new amiga/makefile.azt with targets for debug versions (Paul)
  167. ------------------------ March 31st 1997 version 2.2g ------------------
  168.  1. remove -I/usr/local/include from unix/Makefile (Chris)
  169.  2. Update versinfolines in revision.h (Greg)
  170.  3. change 1U to 0x1 to accomodate non ANSI compilers (Onno, Rodney Brown)
  171.  4. win32zip.c: cast buffer parameter in memcompress() to char * (Mike)
  172.  5. remove beos/zipgrep (Chris)
  173.  6. correct the -e password verification check in zip.c (Christian)
  174.  7. use ZCONST instead of const in the generic code. (Christian)
  175.  8. fix mktime timezone correction when time is near to daylight/nodaylight
  176.     switch points. (Christian)
  177.  9. correct dependencies in makefile.os2 (Christian)
  178. 10. use a more sensible default for iztime.ctime than "0" when system does not
  179.     not support creation time stamps. (Christian)
  180. 11. fix VMS_PK_EXTRA function interface declarations. (Christian)
  181. 12. implement atime/ctime support in win32. (Christian)
  182. 13. win32/win32.c: replacement getch() for Watcom. (Paul)
  183. 14. win32/makefile.wat: debug object files kept separate. (Paul)
  184. 15. msdos/makefile.wat: debug object files kept separate. (Paul)
  185. 16. Fix extended time defines for the acorn. (Sergio)
  186. 17. Define PROCNAME() in acorn/osdep.h (Sergio)
  187. 18. Ignore exit status of ${INSTALL_D} in unix/Makefile (Chris)
  188. 19. Add Metroworks and BEOS info to version() in several files (Chris)
  189. 20. Move defines for the password fetch to zip.h (Christian)
  190. 21. Support the obsolete version rsxnt 1.1 / emx 0.9b (Christian)
  191. 22. Remove obsolete "#define PROCNAME ..." from cmsmvs/cmsmvs.h (Christian)
  192. 23. Fix extended time defines for qdos (Jonathan Hudson)
  193. 24. Use watcom getch() from unz530q in win32/win32.c (Onno)
  194. 25. Don't install zipgrep via the unix package tools (John Bush)
  195. 26. use izshr021 (Onno)
  196. 27. Fix zipnote: use iname not zname in zipnote.c (Onno)
  197. 28. Create proginfo directory (Christian)
  198. ------------------------ May 5th 1997 version 2.2h --------------------
  199.  1. Fix vms/zipup.h: iztime --> iztimes  (Onno, Mike Freeman)
  200.  2. Remove windll/wizdll.def (Mike)
  201.  3. Add a couple of external variable declaration to windll.h (Mike)
  202.  4. Remove zipgrep from install in unix/Makefile (Onno)
  203.  5. Make updating .zip files with extended time fields possible (Kai Uwe)
  204.  6. Delete beos/Makefile.gcc, beos/Makefiles handles both compilers (Chris)
  205.  7. Fixes for unused variables (Chris)
  206.  8. Added very simplistic example how to load and call the windll (Mike)
  207.  9. Updated windll documentation to note this example (Mike)
  208. 10. Removed an unused memeber of a structure in windll (Mike)
  209. 11. Add BUGS instead of infozip.who and algorith.doc with the packaging
  210.     tools (John Bush)
  211. 12. tailor.h: increment NUM_HOSTS to keep in sync with UnZip (Christian)
  212. 13. win32/osdep.h: remove NO_SECURE_TESTS define (Christian)
  213. 14. zip.h: add declaration for free_crc_table() (Christian)
  214. 15. windll: move everything that's not windows specific into api.* (Mike)
  215. 16. use iname when checking for directory names in zipfile.c (Sergio)
  216. 17. improved mktime.c with better error checking (Christian)
  217. 18. improved crc routines (Christian, Rodney Brown)
  218. 19. get the -z option working again (Onno, Brad Clarke)
  219. 20. define BROKEN_FSEEK and seekable() for those systems where fseek()
  220.     always returns 0 (== OK) (Onno, Jeffrey Altman)
  221. ------------------------ May 10th 1997 version 2.2i --------------------
  222.  1. win32's seekable should only check for FILE_TYPE_DISK (Onno, Jeffrey Altman)
  223.  2. add (ulg) cast to zipbeg = ~0 in zipfile.c (Steve)
  224.  3. seekable() *really* belongs in flush_block, keep it there (Onno)
  225.  4. seekable() calls fseekable(FILE *) (Onno)
  226.  5. define HAVE_FSEEKABLE if a port has their own fseekable (Onno)
  227.  6. WatCom doesn't have _get_osfhandle, use _os_handle instead (Paul)
  228.  7. upgrade to Mike's latest windll sources (Mike)
  229.  8. add -P option so you can specify a password on the commandline (Onno)
  230.  9. Get -@ working again (Onno)
  231. 10. emx+RSXNT doesn't know about _get_osfhandle() (Kai Uwe)
  232. 11. fix a couple of typos in the OS/2 makefiles (Kai Uwe)
  233. 12. fix initialization bug in windll code (Mike)
  234. 13. tweak deletedir for RISC OS (Sergio)
  235. 14. RISCOS doesn't know about fstat() (Sergio)
  236. 15. Remove acorn/acorn (Sergio)
  237. 16. Delete debugging statements from version_local() in msdos.c (Greg)
  238. 17. Fix huge bug in readzipfile() (Onno)
  239. ------------------------ May 18th 1997 version 2.2j --------------------
  240.  1. Add missing ';' after return ZE_PARMS in zip.c (Mike)
  241.  2. Remove obsolete 'struct stat st' in zipfile.c (Onno)
  242.  3. Get Amiga SFX handling working again (Paul)
  243.  4. Get zip -A working again (Onno)
  244.  5. Change an && to & in zipfile.c (Johnny)
  245.  6. Fix handling of empty sfx archives (Onno, Mike)
  246.  7. Remove experimental entries from the makefiles (Jean-loup)
  247.  8. Add exit codes to the manual page (Onno)
  248.  9. Remove lines from the help screen that contain lesser used options (Onno)
  249. ------------------------ June 8th 1997 version 2.2k --------------------
  250.  1. use zip -t ddmmyyyy for year 2000 stuff (Greg)
  251.  2. zip -@ only handles ONE filename per line (Jean-loup)
  252.  3. beos support for DR9 filesystem and symlinks (Chris)
  253.  4. VB support for windll (Mike)
  254. ------------------------ June 10th 1997 version 2.2l -------------------
  255.  1. beos filetype support (Chris)
  256.  2. fill the buffer in getnam() to get it working again (Onno)
  257.  3. implement -x@filename and -i@filename (Onno)
  258. ------------------------ June 22nd 1997 version 2.2m -------------------
  259.  1. Add a ; after de nextarg label in main() (Onno, Erik Baatz)
  260.  2. Initialize p to NULL in get_filters() (Onno, Frank Donahoe)
  261.  3. Fix typo in first if statement in filetypes() (Johnny Lee)
  262.  4. zip -A works again (Onno, Greg)
  263.  5. don't free zipbuf for VMS and CMS_MVS in main() (Onno, Mike Freeman)
  264.  6. fix make_zip.com, link_zip.com and vmsdefs.h for gcc 2.6.3 on VMS (Onno)
  265.  7. clarify -g option in the man page (Jean-loup)
  266. ------------------------ July 6th 1997 version 2.2n -------------------
  267.  1. use local in readzipfile2() declaration (Onno, Mike Freeman)
  268.  2. return values with windll in get_filters() (Mike)
  269.  3. a couple of minor patches for BEOS (Chris)
  270.  4. zip -g works again (Onno, Chris)
  271.  5. Some more Visual Basic dll support (Mike)
  272.  6. Fix stack overflow in readzipfile() for DOS (Onno, Michael Mauch)
  273. ------------------------ August 19th 1997 version 2.2o -------------------
  274.  1. beos README and Makefile tweaks from Chris.
  275.  2. Syntax corrections for README and man/zip.1  (Frank Donahoe)
  276.  3. Use name not iname when deleting directories in trash() (Christian)
  277.  4. change several wkuvx1 to lists in e-mail addresses (Christian)
  278.  5. default to PK style extra fields for VMS (Christian)
  279.  6. use izshr023 (Christian)
  280.  7. replace buggy time library functions (Walter Haidinger, Paul, Christian)
  281.  8. in2ex() and stat() are needed also when UTIL isn't defined (Greg Hartwig)
  282.  9. don't use type=record in fopen() for MVS and CMS (Greg Hartwig)
  283. 10. Change P and K literals to hex for EBCDIC systems (Greg Hartwig)
  284. 11. Add output path support for CMS and MVS (Greg Hartwig)
  285. 12. Add memtoasc and memtoebc for EBCDIC systems (Greg Hartwig)
  286. 13. Handle comments correctly to fix zipnote for CMS and MVS (Greg Hartwig)
  287. 14. Add -tt option (do not operate on files after date mmddyy) (Christian)
  288. 15. move alloc routines for DOS into the !UTIL block (Christian)
  289. 16. move UTIL blocks and version_local() functions to a more logical place
  290.     (Christian)
  291. 17. Handle -P, -R, -x@, -i@ and -tt for the VMS CLI (Christian)
  292. 18. Update VMS help file with the new options (Christian)
  293. 19. Use iname in MATCH, not zname (Jonathan Hudson)
  294. 20. windll: more Visual Basic support (Mike)
  295. 21. windll: more project makefiles (Mike)
  296. 22. windll: insert Zip in front of global variable names (Mike)
  297. ------------------------ August 25th 1997 version 2.2p -------------------
  298.  1. Remove unused flags from LFLAGS2 in unix/Makefile (Onno)
  299.  2. SunOS make bug: change unix_.o rule in unix/Makefile (Onno, Mike Freeman)
  300.  3. ZipIsWinNT() instead of IsWinNT() in zip.h (Mike)
  301.  4. Fix -t and -tt behaviour for windll (Mike)
  302.  5. Remove windll makefiles that are now elsewhere (Mike)
  303.  6. BEOS: preserve file attributes associated with symbolic links (Chris)
  304.  7. No need to use in2ex() for ziputils (Christian)
  305.  8. Fix comment handling for EBCDIC systems (Christian)
  306.  9. EBCDIC conversion for entry names read from zipfile in UTIL mode (Christian)
  307. 10. Fix "fatal" error messages on EBCDIC systems (Christian)
  308. 11. zipnote.c: Fix handling of entry name changes for EBCDIC systems (Christian)
  309. 12. removed a large part of "dead" code from ziputils version (Christian)
  310. 13. use z->iname in comparison functions for sorting (Christian)
  311. 14. new installation utils for the acorn (Sergio)
  312. 15. use LSSTAT in set_extra_field for unix and beos (Onno)
  313. 16. perror(z->zname) instead of perror("zip warning") (Onno, Geoff Pennington)
  314. 17. Amiga SFX should work again (Paul)
  315. 18. refer to zip22 in install.doc (Frank Donahoe)
  316. ------------------------ September 10th 1997 version 2.2q -------------------
  317.  1. Change .doc to .txt, these aren't MS-Word documents (John D. Mitchell)
  318.  2. Change msdos$_(OBJ) to msdos_$(OBJ) (Kai Uwe)
  319.  3. Fix a couple of amiga related glitches (Paul)
  320.  4. Support for DOS packed .exe files in makefile.dj2 (Frank Donahoe)
  321.  5. Change warning message for zip -A (Greg)
  322. ------------------------ September 29th 1997 version 2.2r -------------------
  323.  1. Fix make svr4package (Eric Baatz)
  324.  2. Fix VMS warning (Mike Freeman, Christian)
  325.  3. Clean up beos gcc port and beos README (Chris)
  326. -------------------------- October 6th 1997 version 2.2s --------------------
  327.  1. Change lpPrint to lpZipPrint for windll (Mike)
  328.  2. Change lpPassword to lpZipPassword for windll (Mike)
  329.  3. Amiga timezone fixes (Paul)
  330.  4. WatCom C 11.0 makefile fixes (Paul)
  331.  5. Tandem port from Dave Smith
  332.  6. Corrections and updates for install.txt (Christian)
  333.  7. Minor VMS README update (Christian)
  334. -------------------------- October 12th 1997 version 2.2t --------------------
  335.  1. qdos compiler bug workaround (Jonathan)
  336.  2. prevent storing qdos specific filenames that exceed filesystem limits
  337.     (Jonathan)
  338.  3. fix undelimited comment in fileio.c (Frank Donahoe)
  339.  4. disable storing of symlinks in BEOS until OS support is available (Chris)
  340.  5. Init hash_head to 0 in amiga/deflate.a (Paul)
  341.  6. Upgrade to izshr025 (Christian)
  342.  7. don't add ".zip" to ZIP name for TANDEM (Dave Smith)
  343.  8. use zipup.h not tandem.h in zipup.c (Dave Smith)
  344.  9. rename history to CHANGES (Onno)
  345. 10. rename install.txt to INSTALL (Onno)
  346. 11. rename zip.txt to ZIPMAN (Onno)
  347. 12. create WHATSNEW (Onno)
  348. -------------------------- October 15th 1997 version 2.2u --------------------
  349.  1. Use Info-ZIP instead of Info-Zip (Christian)
  350.  2. Note recent filename changes in several files (Christian)
  351.  3. Remove a couple of items from the TODO list (Christian, Onno)
  352.  4. Add windll port, zip -t yyyymmdd and zip -R to WHATSNEW (Christian)
  353.  5. VMS documentation cleanups and clarifications (Christian)
  354.  6. dist entry in unix/Makefile (Onno)
  355.  7. remove duplicate amiga/timezone.txt (Christian)
  356.  8. rename ZIPMAN to MANUAL and update a couple of files regarding this (Onno)
  357. -------------------------- October 24th 1997 version 2.2v --------------------
  358.  1. izshr026: in WHERE wiz40 instead of wiz30 (Christian)
  359.  2. izshr026: another couple of Info-ZIP spelling fixes (Christian)
  360.  3. Remove zipgrep from the makefiles that still had it (Christian)
  361.  4. Update makefiles to handle the MANUAL renaming change (Christian)
  362.  5. Fix the last daylight savings bug on the Amiga (Paul)
  363.  6. Fix the SCO Unix specialty detection in unix/configure (Onno,
  364.     bug reported by Bo Kullmar for Solaris 2.6 and with uname -X output
  365.     for SCO Unix from ken@apisys.com and dgsmith@vnet.ibm.com)
  366.  7. Update WHERE and amiga/time_lib.c from unzip 5.32g (Greg)
  367. -------------------------- October 26th 1997 version 2.2w --------------------
  368.  1. Additional +Onolimit check in unix/configure (Onno, Peter Jones)
  369.  2. Use ZIPERR macro instead of ziperr (Christian)
  370.  3. initialize z->lflg for zip entries without extra field (Christian)
  371.  4. "local (+ locextend)" vs. "central" header consistency check (Christian)
  372.  5. Override local header values with central header values with -A
  373.     and differences between these headers (Christain)
  374.  6. made "deltaoff" signed long; offset adjustment may be negative (Christian)
  375.  7. fix a number of "wild" deallocation bugs (Christian)
  376.  8. When zipping from a FAT drive (only 8.3 DOS names) under OS/2 or
  377.     WIN32, set z->vem to "OS_DOS | <real zip version number>".
  378.     Mark as "made by DOS PKZIP 2.0" only when dosify was requested. (Christian)
  379.  9. DOS port should not store fake unix style external attributes. (Christian)
  380. 10. amiga/time_lib.c from izshr028 (Christian)
  381. -------------------------- October 31st 1997 version 2.2y --------------------
  382.  1. amiga/time_lib.c from izshr029 (Christian)
  383.  2. Turbo C++ version code clarification (E-Yen Tan)
  384.  3. Fix spelling in cmsvms/zipname.conven (Rodney Brown)
  385.  4. Fix memset check in unix/configure for Unixware 2.1.1 (Rodney Brown)
  386.  5. Forward declaration fixes for HP-UX bundled compiler (Rodney Brown)
  387. -------------------------- November 3rd 1997 version 2.2 --------------------
  388.  1. Update WHERE (Greg).
  389.