home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / APDZ25.ZIP / APP-DIZ.HIS < prev    next >
Text File  |  1993-01-23  |  12KB  |  217 lines

  1.                                  Apply-Diz
  2.                             History Documentation
  3.  
  4.   Date       Ver#                          Remarks
  5. -------------------------------------------------------------------------------
  6.  
  7. 1/23/93 ---- v2.5   Found another glitch with the new PKZip.  Also added
  8.                     support for SQZ archive types.
  9.  
  10.                     Worked out a couple other areas that will prevent the
  11.                     file count from being 1 more than what is actually in
  12.                     the archive.  It was adding one to the total even if
  13.                     there was a FILE_ID.DIZ.
  14.  
  15.                     The version 2.4 wasn't downloaded by many, but I figured
  16.                     I would release another version number since I had
  17.                     a terrible time with Tic-2-PCB.
  18.  
  19.                     Added some more output to the screen which shows the
  20.                     archive name and compression type.
  21.  
  22.                     Apply-Diz.DOC has not been changed
  23.  
  24. 1/15/93 ---- v2.4   Found my computer locked up this morning.  It was because
  25.                     a very unlikely situation existed that could hang the
  26.                     system if something like 7 different conditions existed.
  27.                     Well, they existed last night and that's when the hidden
  28.                     flaw took over!
  29.  
  30.                     It seems when an LZH type archive was being processed,
  31.                     the system would hang in the routine that gathered the
  32.                     archive stats before compressing a FILE_ID.DIZ into it.
  33.  
  34.                     APP-DIZ.DOC has not been changed.
  35.  
  36. 1/10/93 ---- v2.3   Thanks to Gary Hedberg and John Luce for bringing the
  37.                     problems of the new version of ZIP to my attention, I
  38.                     have changed the way the file stats are calculated & read.
  39.  
  40.                     I also added a routine to include the FILE_ID.DIZ in the
  41.                     file count for the info line should it not exist before
  42.                     updating the archive with a new FILE_ID.DIZ.
  43.  
  44.                     Also had a RESUME statement before any errors could be
  45.                     processed which in turn would hang the system without
  46.                     any notice or error reports.
  47.  
  48.                     No changes have been made to APP-DIZ.DOC.
  49.  
  50. 12/27/92 --- v2.2   Thanks to Ray Cramer, who pointed out that the FILE_ID.DIZ
  51.                     date/time stamp was being set to the archives date/time
  52.                     stamp, and therefore allowing his upload processor pass
  53.                     files who's contents were actually older than what he
  54.                     allows on his system.  - FIXED    Thanks Ray!
  55.  
  56.                     I also found a problem with the archive statistics that
  57.                     would cause a problem with an array if the archive had
  58.                     numbers in it's name at exactly right place. - FIXED
  59.  
  60.                     Added a compiled date to the output screen.
  61.  
  62.                     Apply-Diz will now set the FILE_ID.DIZ to the newest file
  63.                     date found within the archive.  The archive's time stamp
  64.                     will still be used for the time stamp on the FILE_ID.DIZ
  65.                     however.  This is not a real concern since there aren't
  66.                     any processors that check a file's time for age. <g>
  67.  
  68.                     No significant changes to APP-DIZ.DOC, there's no need to
  69.                     print it.
  70.  
  71. 11/17/92 --- v2.1   Found a bug that created a DIZ.TMP scratch file instead of
  72.                     the DIZIT.TMP file.  This file was not being cleaned up
  73.                     after a call to the archiver. -- FIXED
  74.  
  75.                     Added support for several more command line switches:
  76.  
  77.                     /CF = Only checks for FILE_ID.DIZ's within the archive,
  78.                           and if found it will continue to the next archive
  79.                           without checking the PCBoard directory listing.
  80.  
  81.                     /CP = Opposite of /CF.  This will check only the PCBoard
  82.                           directory listing and continue on if found.
  83.  
  84.                     These switches are only used to speed things up if you
  85.                     don't want to have this running for a long period of time
  86.                     on your system.  However, if the description being searched
  87.                     for doesn't exist, Apply-Diz will default to normal
  88.                     processing for the current file.
  89.  
  90.                     /INFO = as requested by Tim Neff, an option for the usual
  91.                             "Files: nn Newest: mm-dd-yy Oldest: mm-dd-yy" line
  92.                             has been added.  This only works in the normal,
  93.                             /CP, or /RP mode of operation.
  94.  
  95.                     /NL = No logging.  This prevents those large log files from
  96.                           taking up precious hard disk space.  The error file
  97.                           will still be created if execution is unsuccessful.
  98.  
  99.                     /WK = This will be used to extract all FILE_ID.DIZ's,
  100.                           make scratch files, and maintain the current sessions
  101.                           logs.  This must be specified as /WKDRIVE:
  102.                           ( i.e. /WKD: )
  103.  
  104.                     As requested by Ray Cramer, I added support for an exclude
  105.                     file, verses internal coding, to prevent the inclusion of
  106.                     additional lines in the FILE_ID.DIZ files.  This file is
  107.                     a straight ASCII text file with a single entry on each
  108.                     line.  See APP-DIZ.XLD for further details.  I didn't want
  109.                     to make a separate config file, or any other files that
  110.                     have to be maintained, but this one really made sense!
  111.                     Thanks Ray!
  112.                     
  113.                     Made some changes to the program code with some speed gains
  114.                     in a few areas.  Unfortunately the slowness is due to the
  115.                     archive programs.
  116.  
  117.                     Made more friendly error trapping routines, and better
  118.                     file checking then previously used.
  119.  
  120.                     I would like to thank John Allen for testing Apply-Diz on
  121.                     his Novell network system.  He was the first one to report
  122.                     the .!!! scratch file.  MANY THANKS John!!!! :-)
  123.  
  124.                     Gary Hedberg was the first to test this version and I left
  125.                     out a routine and Apply-Diz deleted all of his files in
  126.                     the utility directory.  This has be FIXED!!! <grin>
  127.                     Thanks Gary!
  128.  
  129.                     Apply-Diz's memory requirements went up due to all the
  130.                     additional options, but I don't believe it's over 135k.
  131.                     If you determine different, please let me know.  This
  132.                     will most likely be different depending on how many
  133.                     files are being imported due to the dynamic code I'm
  134.                     using.
  135.  
  136. 10/26/92 --- v2.0   MAJOR BUG SQUASH!!!  Thanks to Randy Davila...  It seems
  137.                     I had a bug that was eluding my vision within the set file
  138.                     date time function that was leaving the file open which
  139.                     then caused a sharing violation and that in turn caused
  140.                     a scratch file to be opened with a suffix of .!!!.  THANKS
  141.                     Randy!!!
  142.  
  143.                     Also during this bug massacre, I was able to determine the
  144.                     memory requirements of Apply-Diz.  It's less than 75k!
  145.                     That means it should run in almost any environment. <g>
  146.                     
  147. 10/26/92 --- v1.0e  Found an area that would sometimes hang the system because
  148.                     I wasn't doing a complete exit from the program and that
  149.                     would cause it to hang sometimes.          
  150.                     
  151.                     Changed a couple output routines, and tinkered with the
  152.                     File Date/Time routine.
  153.  
  154.                     Still haven't figured out the network stuff yet, but I'm
  155.                     reading up on it, and Desqview.
  156.  
  157. 10/17/92 --- v1.0d  Again corrected a bug in the routine that makes the
  158.                     FILE_ID.DIZ's.  Also found a bug that aborted the
  159.                     execution if only a DESC.SDI file existed.
  160.                     This should now work John!<g>
  161.                     
  162.                     Changed some routines that will now preserve the archives
  163.                     original date time stamp, thus not making it appear as
  164.                     a new file when PCBoard processes it's directories.
  165.  
  166.                     Speeded up the code.
  167.  
  168.                     No changes made to APP-DIZ.DOC.
  169.  
  170. 10/16/92 --- v1.0c  Several bugs popped up over the last few nights, so I went
  171.                     in and made some changes...
  172.  
  173.                     Added an <esc> key checking routine.  Anytime during the
  174.                     processing of files, you may press the <esc> key to abort
  175.                     the process... (after the present file has been processed)
  176.  
  177.                     Added a log file.  It will be called APP-DIZ.LOG and this
  178.                     file will report all activity for each process.  If the
  179.                     program terminates abnormally, it will make another file
  180.                     called APP-DIZ.ERR.  Anything reported in this file as
  181.                     debug code, or program error should be reported
  182.                     immediately.
  183.  
  184.                     Made a new command line option in light of the bugs in the
  185.                     three previous compiles.  You can now specify RF or RP
  186.                     after the PCBoard description file.  RF will overwrite the
  187.                     FILE_ID.DIZ file within the archive, and RP will overwrite
  188.                     the PCBoard description with the FILE_ID.DIZ.
  189.  
  190.                     I Changed the way the command line handles wild cards.  It
  191.                     now accepts a wild card anywhere in the archive file spec
  192.                     (i.e.  C:\UPLOAD\*.ZIP, C:\UPLOAD\*.*, or C:\UPLOAD\NNN.*).
  193.  
  194.                     Added more filters for the file directory description when
  195.                     making a FILE_ID.DIZ from the PCBoard description.  It
  196.                     should now filter "Uploaded by", "Downloaded", "Apply-Diz",
  197.                     and "Received by".  If you know of anymore, or you have one
  198.                     that isn't supported yet, please leave me a message and
  199.                     I'll put it on this list for the next release.
  200.  
  201.                     Made code to prevent the processing of .EXE, .COM, .TXT,
  202.                     .GIF, .PCX, and .TIC files.  If you can think of any more
  203.                     just let me know.  I had to screen out the .EXE files
  204.                     because I don't have the info for detecting self extracting
  205.                     archives YET.
  206.  
  207.                     APP-DIZ.DOC has been updated.
  208.  
  209. 10/14/92 --- v1.0b  Another bug was uncovered that wasn't importing the
  210.                     complete file description into the FILE_ID.DIZ.  I hope
  211.                     this is the last of these little glitches!
  212.  
  213. 10/14/92 --- v1.0a  I stumbled across a bug that wasn't allowing DESC.SDI
  214.                     files to be imported into the PCBoard descriptions.
  215.  
  216. 10/14/92 --- v1.0   Initial public release.
  217.