home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / ZFV12.ZIP / WHATS.NEW < prev    next >
Text File  |  1991-05-11  |  5KB  |  106 lines

  1. ZFV v1.2 - Changes
  2. ──────────────────────────────────────────────────────────────────────────────
  3.  
  4.    *  ZFV now allows callers to extract 1 or more files from an archive into
  5.       a "temp" archive file for download.  The temp archive file that is
  6.       created will be automatically Flagged when the caller is returned
  7.       to PCBoard (if certain conditions are met ... keep reading ...).
  8.  
  9.       For this to work,
  10.  
  11.       1).  You must be running a version of PCBoard dated no earlier than
  12.            2/27/91.
  13.  
  14.       2).  ZFV must be run from PCB's "home" directory (ie. your PCBView.Bat
  15.            file must not change the current directory)
  16.  
  17.       3).  The temporary archive file must be placed into a subdirectory
  18.            that is part of your download path (see the /F switch below).
  19.            By default, ZFV will put the temp archive into whatever
  20.            subdirectory is used for PCBoard's "Temporary Work Files".
  21.  
  22.       New command line switches/options have been added to support this
  23.       feature:
  24.  
  25.          /X         will disallow archive file extraction
  26.  
  27.          /Fd:\path\ will cause ZFV to create any temporary archive files
  28.                     in d:\path\ rather than in the location specified by
  29.                     the PCBSetup "Temporary Work Files" entry which is
  30.                     the default.  Note that the subdirectory name must
  31.                     immediately follow the switch (ie. no spaces between
  32.                     the /F and the d:\path\).
  33.  
  34.       Note that if both of these options are specified, /X will take
  35.       precedence.
  36.  
  37.       Since you probably don't want these temporary archive files hanging
  38.       around after the caller hangs up, ZFV will create a $$LOGOFF.BAT file
  39.       in your PCBoard "home" directory to delete them.  If you already
  40.       have a $$LOGOFF.BAT file, then you'll have to modify it yourself to
  41.       accomplish the cleanup.  If you have told ZFV to put the temporary
  42.       files into D:\PATH\, then add a line to your LOGOFF.BAT file that
  43.       says "ERASE D:\PATH\ZTMP*.*" (or "ERASE D:\PATH\ZTMP%PCBNODE%" if you
  44.       are running a multi-node board).
  45.  
  46.    *  The selected archive file can now be FLAGged from within ZFV.
  47.       It is assumed that if the entire archive is flagged for download
  48.       the caller is basically done fiddling with it ... so ZFV will
  49.       immediately return to PCBoard so the flag operation can be
  50.       performed.
  51.  
  52.    *  Patched the comm routines to remove a bug which sometimes caused
  53.       the counters that track the number of characters in the I/O buffers
  54.       to become corrupted.
  55.  
  56.    *  Modified the way the program decides the speed at which to open the
  57.       comm port when the "Hayes" flag is turned ON in PCBSetup.
  58.  
  59.    *  The status line now shows both the comm port opening speed and the
  60.       caller's connect speed.
  61.  
  62.    *  Found a memory pointer that, in some cases, wasn't being initialized.
  63.       While I doubt it's ever been fatal, it was sloppy.
  64.  
  65.    *  Noticed that when reading a REDUCED file inside a .ZIP archive, 4K more
  66.       bytes than is required could sometimes be allocated ... sloppy.
  67.  
  68.    *  Fixed a runtime error 200 caused when an archive file contains all
  69.       zero-byte files <sheesh! who'da thought it?>
  70.  
  71.  
  72. ZFV v1.1 - Changes
  73. ──────────────────────────────────────────────────────────────────────────────
  74.  
  75.    *  If an archive contains stored path names along with file names, ZFV
  76.       will now display them.
  77.  
  78.    *  Documented the program's memory requirements . . . see the file
  79.       Memory.Txt for the details.
  80.  
  81.    *  The R)ead function was displaying FormFeed characters if they were
  82.       found in the file.  This causes some ANSI comm programs to clear the
  83.       screen which results in some very strange pagination.  Formfeeds are
  84.       no longer displayed.
  85.  
  86.    *  Fixed a problem that caused ZFV to think there was an error if it only
  87.       read 128 bytes from the PCBoard.Sys file ... This causes a problem when
  88.       trying to run in non-PCB environments via a converter utility.
  89.  
  90.    *  Modified the program to accept any PCBoard 14.x PCBoard.Dat file ...
  91.       this should help those folks attempting to run ZFV with another bbs
  92.       package via a conversion utility.
  93.  
  94.    *  Added code to support the /B switch when displaying files within an
  95.       archive file.  If the file is found to contain BINARY data, and if
  96.       the /B switch has been specified on ZFV's command line, then the file
  97.       will be uncompressed and displayed in a hex-dump format.  If the file
  98.       to be read contains ascii text, it will be displayed as usual.
  99.  
  100.    *  Added a percent done figure to the More prompts when displaying files
  101.       as in
  102.                        (15.3%) More: Y)es, N)o, NS)NonStop?
  103.  
  104.    *  Added a H)elp command.
  105.  
  106.