home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / tstat16.zip / HISTORY.DOC < prev    next >
Text File  |  1993-03-23  |  7KB  |  158 lines

  1.  
  2.  
  3.           TechnoSTAT v1.6 History Release Information
  4.                Copyright (C) 1993 by Eric Scales
  5.  
  6. ==============================================================================
  7. Tuesday  03/23/93 9:00pm  (v1.6)
  8.  
  9.   Fixed a problem with the unregistered version...  When I compiled, I didn't
  10.   bother to check to see what the bulletin looked like when TechnoSTAT was
  11.   unregistered..  Needless to say I was embarrassed at the results.  I forgot
  12.   to call a function to enable the default colors and the program was
  13.   generating its own colors.  (Flashing Dark Gray bulletins are not
  14.   attractive :)
  15.  
  16.   I removed the sound that TechnoSTAT makes when it is unregistered..  I know
  17.   this is very annoying and could turn most Sysops to take TechnoSTAT out
  18.   of their batch files..  The 5 second delay was changed to 4 1/2 seconds.
  19.   (BIG DEAL <G>)
  20.  
  21.   Moved the header of the bulletin to the left 2 spaces and tried to center
  22.   everything accordingly.  (It drove me nuts that it wasn't centered
  23.   correctly)  If you think anything needs to be centered better, please tell
  24.   me as looking at this screen for hours on end makes everything look
  25.   centered.
  26.  
  27.   Changed the routines that open and read the PCBSTATS.DAT, TSTAT.KEY, and
  28.   TSTATCLR.CFG to better support file-sharing methods.  Anyone running
  29.   multinode and having problems, please report them!  Hopefully this should
  30.   speed it up a slit second or two also :)
  31.  
  32.   Changed the code around a bit to allow registered users to not have a color
  33.   configuration file..   Before if you were unregistered it didn't care one
  34.   way or the other because it didn't read the file in anyhow, but if you were
  35.   a registered user the file had to be there or it exited with errorlevel 7.
  36.   (I was too lazy to change it then <G>)  Now if you are a registered user 
  37.   and it finds the color config file, it will exit with an errorlevel of 9 if
  38.   the file was unable to be read in..  I suggest if you like the colors the
  39.   way they are and you are a registered user, that you go ahead and delete or
  40.   rename the TSTATCLR.CFG file.  This will slightly speed TechnoSTAT up as if
  41.   the file is not there, it doesn't have to read it in therfore speeding the
  42.   process up..
  43.   
  44.   A few Errorlevel changes and additions..  See the documents for more 
  45.   details..
  46.  
  47. ==============================================================================
  48. Sunday   03/21/93 9:38pm  (v1.5a)
  49.  
  50.   Again another version :)
  51.  
  52.   Changed the TSTAT.REG file around to include a little more information..
  53.  
  54.   Changed the bulletins to have "[UNREGISTERED EVALUATION COPY]" for an
  55.   unregistered version.  The BBS name will be at the bottom for the 
  56.   unregistered version.  
  57.  
  58.   Added two more lines to the tstatclr.cfg file.  Line # 18 is the line that
  59.   says "Registered to:" at the bottom of the bulletin.  Line #19 is the BBS
  60.   name.  THIS IS FOR REGISTERED VERSIONS ONLY!
  61.   
  62.   Finally have the STATKEY.EXE file finished.  It has been included in this
  63.   zipfile.  StatKey will generate a TSTAT.KEY file to register TechnoSTAT if
  64.   you have a valid security code.  You can upload your tstat.reg file to 
  65.   E.D.S. Development and I will send you a message with the correct security
  66.   code.  Everything you enter must be exactly as you will enter it into
  67.   StatKey (This means capital letters, leading zeros, etc.).
  68.  
  69.   Redid the History.doc file.  It was out of sync..
  70. ==============================================================================     
  71. Sunday   03/21/93 4:20pm  (v1.5)
  72.  
  73.   Yes, we already have another version  <G>
  74.   This shouldn't affect anyone but the registered users..
  75.  
  76.   A color configuration file calles TSTATCLR.CFG was added..
  77.   This config file configures the colors of your bulletin.
  78.   Everything except the TechnoSTAT header, reg #, and tagline at the bottom
  79.   can be configured as a different color.
  80.  
  81.   Another Errorlevel was added..
  82.   Errorlevel #7 (Unable to open file TSTATCLR.CFG)
  83.  
  84.   Color configuration only available for registered users!
  85.   The docs have been changed and a PCBoard Color Code table was added to the
  86.   zip file.
  87.  
  88. ==============================================================================     
  89. Saturday 03/20/93 5:40pm  (v1.0)
  90.   
  91.   
  92.   Official Release to the public...
  93.   
  94.   Took out the beta time checking..  Since we are out of the Beta cycle, it 
  95.   is no longer needed..
  96.  
  97.   Added code to detect a TechnoSTAT key in the same directory as TechnoSTAT.
  98.   This will make registrations much easier..  Just pop a key file in the 
  99.   directory and the UNREGISTERED prompts are all unlocked..
  100.  
  101.   Compiled without Debug information.  (To lessen the EXE size)
  102.  
  103.   Errorlevels have changed..  DISREGARD THE ERRORLEVELS IN THIS DOC!!
  104.   PLEASE REFER TO THE ERRORLEVELS IN THE TSTAT.DOC FILE!!
  105.   
  106.   If you have any problems please call: (812) 423-3394 E.D.S. Development
  107.   to report them..
  108.  
  109. ==============================================================================     
  110. Monday 03/15/93   6:44pm  (BETA)
  111.    
  112.   Added a routine that will check the filesize of PCBSTATS.DAT and make sure
  113.   you did not enter an invalid node number..  Before it would generate a 
  114.   bulletin with 0 stats..
  115.  
  116.   Errorlevel #6 was added..  (Invalid Node)
  117.  
  118. ==============================================================================
  119. Monday 03/15/93   5:34pm  (BETA)
  120.  
  121.   Put a routine in to check to make sure it wasn't thirty days old to prevent
  122.   old beta copies from being run instead of the newer ones...
  123.  
  124.   Fixed a programming error..  I was not closing the PCBSTATS.DAT file after
  125.   I read it in..  I don't think this would have caused any harm, but if so, 
  126.   it's fixed now...
  127.  
  128.   Added another commandline parameter..  Either SYSTEM or the node number.
  129.   TechnoSTAT will now either create a systemwide bulletin or a bulletin for
  130.   a seperate node..  Along with this came a small cosmetic change in the help
  131.   screen displayed by entering TSTAT with no arguments...  Added two new
  132.   errorlevels..
  133.  
  134.   The current errorlevels are as follows:
  135.     
  136.      0  Successful
  137.      
  138.      1  Not enough command line arguments
  139.      
  140.      2  Could not open the PCBSTATS.DAT file (First command line argument)
  141.      
  142.      3  Could not create output file (Second command line argument)
  143.     (No need to delete this file before running TechnoSTAT because if the
  144.     file is present, it gets overwritten)
  145.      
  146.      4  Your Beta version of TechnoSTAT is too old..  
  147.     Call (812) 423-3394 to obtain a new copy...
  148.  
  149.      5  The file seek to the proper node in PCBSTATS.dat was not successful..
  150.  
  151. ==============================================================================
  152. Sunday 03/14/93   3:07pm  (BETA)
  153.    
  154.   First Official Beta Release...
  155.   Test thoroughly and report your findings to E.D.S. Development
  156.     
  157.  
  158.