home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / APDZ22.ZIP / APP-DIZ.HIS < prev    next >
Text File  |  1992-12-27  |  10KB  |  174 lines

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