home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR14 / TTP25AU.ZIP / TIC2PCB.HIS < prev   
Text File  |  1993-10-31  |  29KB  |  553 lines

  1.                                   Tic-2-PCB
  2.                              History documentation
  3. -----------------------------------------------------------------------------
  4. 10-31-93  -  I may have tracked down that pesky little bug that would allow
  5.              Tic-2-PCB to duplicate descriptions if the FILE_ID.DIZ checking
  6.              was turned on.  The reason it would do that was because I wasn't
  7.              reseting the internal FILE_ID.DIZ flag to zero after processing
  8.              it, therefore causing the description for the next archive with-
  9.              out a FILE_ID.DIZ to use the previous one.  Hopefully this
  10.              squashes that little bugger!
  11.  
  12.              I updated a few more areas of the documentation.  No need to
  13.              reprint it though.
  14.  
  15. 10-15-93  -  2.5 - This update adds support for PCBoard version 15.0 message
  16.              base indexes.
  17.  
  18.              I received some reports of bugs in version 2.4a, but I couldn't
  19.              locate anything out of the ordinary within the code, so I added
  20.              some cleaning up routines to see if that takes care of it.
  21.  
  22.              I've only added one new feature and 2 new command lines for
  23.              this release.
  24.  
  25.              Added support for the new (default) message base indexes.  To
  26.              for the use of the old indexes, just use the /NDX and Tic-2-PCB
  27.              will search for the MESSAGEBASE.NDX index verses the .IDX.
  28.  
  29.              Added a /PO command line switch that will allow you to add a
  30.              packout date to each message.  This switch is in the format of
  31.              /PO# where number is any positive integer.  For example /PO27
  32.              would add 27 days to todays date and would place 11-11-93 in
  33.              the @PACKOUT: extended header.
  34.  
  35.              I'm in the process of converting this program over to Turbo
  36.              Pascal 7.0 which I'm about half done, but I ran into a few
  37.              problems, so I figured I would get this release out on the
  38.              boards.
  39.  
  40.              As for my location, I'm now in Morro Bay, CA and will not be
  41.              putting up a support board until after the first of the year
  42.              and maybe not even then.  This new job is really tasking me
  43.              with a lot of hours...  However, I am one that really believes
  44.              in good support, so I've arranged for tech support through a
  45.              local FIDO-Net BBS.  All the info is contained within the
  46.              PROGRAMS.DWS file.
  47.  
  48. 03-18-93  -  2.4a- This update fixes a bug in the File Date within the DIR
  49.              file.  Peter Deegan of My Computer Company BBS in Austrailia
  50.              reported that the FileDate in the listing wasn't being set
  51.              correctly.  Thanks Peter!
  52.  
  53. 03-14-93  -  2.4 - This is primarily a bug fix & enhancement release.
  54.  
  55.              Added new routines to reformat description within the
  56.              FILE_ID.DIZ and not even import a DESC.SDI that's non-standard.
  57.  
  58.              Fixed the way extra long .TIC file descriptions are handled.
  59.  
  60.              Fixed the Unknown area switch.  It was found to be working
  61.              backwards.
  62.  
  63.              Reorganized the method used to read in the areas, and then
  64.              subsequently dimensioning my arrays.  This makes the code more
  65.              disk intensive now since I'm gathering the area info from the
  66.              .TIC files first.  This allows me to determine what area
  67.              definitions are needed from the config file instead of loading
  68.              all the arrays and string into memory, therefore getting the
  69.              "Out of string space" error.
  70.  
  71.              Updated the CONVERT.EXE and TTPCFG.EXE to handle up to 560 areas
  72.              which stops the problem with the dreaded "Out of string space".
  73.              I have set an arbitrary limit of 560 areas, but this is only a
  74.              minor change in code.  (it also only applies to the
  75.              configuration file manager - the main code will handle an
  76.              unlimited amount)
  77.  
  78.              Fixed the problem with the area names and the code not properly
  79.              importing the files into their correct directories.
  80.  
  81.              Fixed an annoyance with the display should a file description
  82.              be longer than 9 lines (plus the Rcvd by line).
  83.  
  84.              Fixed the Multi-Node bug where you would receive an error message
  85.              "Permission denied" if the DIR file or message base was being
  86.              read while Tic-2-PCB was updating it.
  87.              
  88.              Changed the way the .TIC file info was gathered, therefore
  89.              making it just a tad bit faster.
  90.  
  91.              Fixed a problem with the newer version .TIC files which use the
  92.              Release keyword.
  93.              
  94.              Changed the screen clearing routine and added an output header
  95.              instead of clearing the screen completely.  I added the header
  96.              so a person could at least tell that the program is working.
  97.  
  98.              I've added a command line switch called /DEBUG.  This switch
  99.              will turn on some logging which will show exactly where, and
  100.              what the program was doing at any moment while it's executing.
  101.              Should the code hang, be sure to grab the file TIC2PCB.DBG
  102.              before running it again.  I'll need this file in order to tell
  103.              where Tic-2-PCB is pukeing. :(  I would also like to receive a
  104.              copy of your config file, the suspect .TIC file, and the
  105.              archive too.
  106.  
  107.              In order to provide wide compatability, if you aren't validating
  108.              the CRC-32 in the .TIC files, I'm not going to check for the
  109.              keyword or line, this should give compatability to processors
  110.              such as FileManager and a few others that don't produce the .TIC
  111.              files with CRC lines.
  112.  
  113.              Now that I have assumed the duties of HUB here, I have finally
  114.              discovered why everyone who is using Tic-2-PCB have asked me to
  115.              make it forward files.  It seems this TICK & Tic-2-PCB stuff is
  116.              for the birds!  You can bet I'll be implementing this as soon as
  117.              I'm finished converting over to C++.  Hopefully this will be the
  118.              last release in QuickBASIC.  When I do release the C++ version,
  119.              I'll name it 3.0.
  120.  
  121. 01-22-93  -  v2.3 -  CONFIG FILE CHANGE!
  122.              
  123.              I switched to a binary file format to speed up disk access and
  124.              make life much easier for me. <g>
  125.                         
  126.              Added a new configuration file manager since the format is now
  127.              binary.  (Duh!)  This will cause some people to wimper and
  128.              whine, but in the long run it will be much better.  The name of
  129.              it is TTPCFG.EXE.  The syntax is:
  130.                        
  131.                        TTPCFG {CONFIG.NAM}
  132.              
  133.              Added a program to convert version 2.2 config files into an
  134.              incomplete binary file.  Mainly it places all of your area info
  135.              and some default information into the binary config file.  Use
  136.              this before executing TTPCFG.  Should save you some time.
  137.                         
  138.              Removed the requirement for the DOWNLOAD.TXT entry.
  139.  
  140.              Made a command line parameter /VER which will report what the
  141.              compiled program name is, version, and compile date.
  142.  
  143.              I have looked at the possibility of adding complete
  144.              compatibility with ULP, but due to the possibility of loosing
  145.              the description, I'm finding this more of a henderance than a
  146.              benefit.  If you test a file and then convert it, I will have
  147.              to rescan the directory to see if it exists under a different
  148.              name, change the name in the PCBoard directory & the
  149.              DOWNLOAD.TXT file (if used).  If the archive fails the
  150.              verification and is renamed to .DUP, .BAD, or .ERR I have no
  151.              way of handling it other than leaving the DIR file as is, or as
  152.              a minimum change the DIR file entry to match the new file name,
  153.              which I doubt would be desirable by most sysops...  This is an
  154.              unfortunate conclusion to this idea, I was looking forward to
  155.              making this a really nice feature. :(
  156.  
  157.              Added the ability to send file announcements to a specific
  158.              message base.  All files received from an AREA will be
  159.              announced in one continuous message.  
  160.  
  161.              I removed the need for the TIC2PCB.SCR & .SC1 files.  I'm now
  162.              handling all the video routines internally.
  163.  
  164.              As all of you can see, this is starting to get even closer to
  165.              the full blown file forwarding system I onced promised.  It
  166.              will evolve, but maybe not right away...  Hang in there gang!
  167.  
  168.              Please note that my FIDO address will be changing some time in
  169.              February from 1:347/10 to 1:347/110.
  170.  
  171. 12-27-92  -  v2.2 - CONFIG FILE CHANGE!!!
  172.              
  173.              Be sure to look at the new configuration file format!
  174.              
  175.              I made the config file so it will support keywords instead
  176.              of a specific order (except for the area declarations).
  177.  
  178.              Added a KEYWORD {@}TEST  You now have the option of testing
  179.              each individual file, or testing a whole list of them by using
  180.              the TEST keyword for individual file testing or @TEST to make a
  181.              list file.  If the KEYWORD @TEST is used, Tic-2-PCB will keep
  182.              track of each file processed and shell out after completion of
  183.              all processing and pass the filename TIC2PCB.LST as parameter %1.
  184.              This should accommodate the next version of Stacy Smith's ULP
  185.              program which will preserve the "Received by: Tic-2-PCB" lines
  186.              if used, and individual file processing in local mode.  Thanks
  187.              Stacy!
  188.  
  189.              Added a KEYWORD COPYARC which if present, it will force Tic-2-PCB
  190.              to copy the inbound archives to the destination directory and
  191.              leave a copy in the inbound directory.
  192.              
  193.              Added a KEYWORD FILEDATE that if found will cause Tic-2-PCB
  194.              to use the ARCHIVE date within the PCBoard(tm) DIR file.
  195.  
  196.              Added a KEYWORD LOGOFF that turns all standard logging off.
  197.              The TIC2PCB.ERR file will still be written though.
  198.  
  199.              Added a KEYWORD NOINFO to turn of the appending of "Received by:
  200.              Tic-2-PCB MM/DD/YY From:AREANAME"
  201.  
  202.              Added a KEYWORD NODIZ to turn off FILE_ID.DIZ checking.  Tic-2-PCB
  203.              will now shell out and check the archive for a FILE_ID.DIZ or
  204.              a DESC.SDI and use it instead of the one or two line description
  205.              that comes inside the .TIC files.  You must have the archive
  206.              utilities that are listed within the docs for this to operate
  207.              correctly.  Also, Tic-2-PCB can not I.D. self extracting archives
  208.              or process the description files within them.  If an archive
  209.              can't be identified, it will be processed as normal.
  210.  
  211.              Added a KEYWORD NOCRC which will turn off the CRC-32 comparison
  212.              of the included CRC-32 within the TICK file and the actual
  213.              ARCHIVE CRC-32.  This gives added security to your system should
  214.              someone try to sneak a bogus file through your TICK processor.
  215.              This WILL NOT check the files within the archive!
  216.  
  217.              Added a KEYWORD UNKNOWN  which will allow UNKNOWN file areas to
  218.              be imported into the default directories.  This is designed to
  219.              allow files to be imported that do not have a defined area in
  220.              the config file.  The reason for this is because there's no
  221.              password checking on UNKNOWN imports.  If this keyword is not
  222.              found in the config file or it is commented out, all UNKNOWN
  223.              AREA .TIC files will be renamed to TKnnnnnn.UNK and the ARCHIVE
  224.              will NOT be imported into the system.
  225.                         
  226.              Added a KEYWORD in the area declaration called PASSWORD.  This
  227.              will support password checking of the TICK files.  If this
  228.              option is used, it will search the TICK file for the PW keyword
  229.              and then compare that password to the password listed in the
  230.              config file for that AREA.  If it isn't a match then the
  231.              TKnnnnnn.TIC will be renamed to TKnnnnnn.PWD and the archive
  232.              WILL NOT be processed into your BBS.  To disable this feature,
  233.              just comment out or delete the PASSWORD xxxxxx  lines.
  234.  
  235.              Added a command line switch of /BELL to turn the beeping off
  236.              when an error occurs.
  237.  
  238.              Added a new output screen.  You can select /M for MONO on
  239.              the command line if your system doesn't support color.
  240.  
  241.              I improved the logging routines.  The following entries will now
  242.              be found in the log file:
  243.  
  244.              --------[ Processing {INBOUND} - MM-DD-YYYY - HH:MM:SS
  245.              --------[ Process complete - MM-DD-YYYY - HH:MM:SS
  246.              --------[ Process Aborted! - MM-DD-YYYY - HH:MM:SS
  247.              A - Area unknown for file specified
  248.                  Renamed .TIC to .UNK
  249.              C - CRC check sum error on archive
  250.                  Renamed .TIC to .CRC
  251.              D - FILE_ID.DIZ is longer than 450 bytes - Not used
  252.              E - Error encountered in .TIC file
  253.                  Renamed .TIC to .ERR
  254.              F - File doesn't exist
  255.                  Renamed .TIC to .FIL
  256.              P - Incorrect password for AREA
  257.                  Renamed .TIC to .PWD
  258.              S - DESC.SDI longer than 85 bytes - Not used
  259.              √ - Process successful.  File imported properly
  260.  
  261.              At the request of one of the Tic-2-PCB users (sorry I don't
  262.              recall who you were) I have renamed the included config file,
  263.              log file, and error file as SAMPLE.CFG, SAMPLE.LOG, and
  264.              SAMPLE.ERR.  Thanks for the suggestion, who ever you are! <g>
  265.  
  266.              TIC2PCB.DOC has been updated.
  267.              
  268.              Made available as TTP22.ARJ on 12/27/92.
  269.  
  270. 11-11-92  -  v2.1 - Set this up as debug code.
  271.              
  272.              After evaluation for a two week period this code is stable
  273.              since recompiling under QuickBASIC 4.5.
  274.  
  275.              Made available as TTP21.ARJ on 11/21/92.
  276.  
  277. 10-31-92  -  v2.0b - Jim Dritsas reported a bug that didn't correctly write
  278.              the PCBoard directory entries.  This bug was caused due to
  279.              porting the code over to VB-DOS. - FIXED
  280.  
  281. 10-25-92  -  v2.0a - This version wasn't supposed to make it out the door!
  282.              I had compiled some test code, and in the process of getting the
  283.              VB-DOS code compiled and bundled up, I accidentally grabbed the
  284.              wrong executable and put it out.  I'm very sorry for that! :(
  285.  
  286.              Added errorlevels to the code, and it will exit with the
  287.              following levels:
  288.  
  289.                  0 - Successful execution, no errors encountered.
  290.                  1 - Unsuccessful execution, errors encountered, and
  291.                      TIC2PCB.ERR file created/appended.
  292.                  2 - Unsuccessful execution, no .TIC files to process.
  293.  
  294.              Added code that will continue processing if a .TIC file is
  295.              found without an accompanying file.
  296.  
  297.              TIC2PCB.DOC has been updated.
  298.  
  299. 10-18-92  -  v2.0 - NO CHANGES MADE TO CODE EXCEPT RECOMPILED USING MS'S
  300.              VISUAL-BASIC FOR DOS.
  301.                   
  302. 10-08-92  -  v1.6 - CONFIGURATION FILE CHANGE!!!
  303.  
  304.              Changed the command line implementation to require a configuration
  305.              file name.  The method to execute the program will be
  306.                   
  307.                   TIC2PCB <config file>
  308.  
  309.                you must specify a configuration filename or the program will
  310.              halt execution.  This was done for people receiving files from
  311.              another net, which was causing problems with the size of the
  312.              array's within the code, you can now have several different config
  313.              files to support each network.
  314.  
  315.              Fixed a bug that was reporting that the TIC2PCB.CFG file was
  316.              not found when it actually was, but the file or path didn't
  317.              exist within the configuration file.  I have now written error
  318.              trapping routines that will (hopefully in most cases) identify
  319.              the line that the error occurred on and report what path/file
  320.              it was working on when it encountered the error.  There will also
  321.              be a file created called TIC2PCB.ERR which will tell you what the
  322.              error was in case you were asleep or away when the program last
  323.              executed.
  324.              
  325.              Incorporated support for FileManager type TIC files.
  326.  
  327.              Made an option for a batch file to be called to process all files
  328.              when received.  This routine will call the batch file specified
  329.              within the configuration file and pass the file name as %1, the
  330.              file name will specify the location and the file name after it has
  331.              been moved to it's destination directory.  (C:\UPLOAD\FILENAME.xxx)
  332.              Your upload processor must handle renaming or moving the file if
  333.              it should fail any testing.
  334.  
  335.              Major optimization of code, which is based somewhat on OOP.  I
  336.              moved most of the routines into separate modules, which should
  337.              free up some memory, run faster, and be easily modified.
  338.  
  339.              Support for FILE_ID.DIZ detection, Forwarding of files, a message
  340.              report to the sysop when files are received, and a configuration
  341.              program should be included in the next release after being compiled
  342.              under VisualBASIC for DOS.
  343.              
  344.              After spending several hours, and a lot of weekends supporting
  345.              Tic-2-PCB, I am considering making it shareware in the near future
  346.              which I expect it to be a one time fee of $15 for non-commercial,
  347.              and $25 for business use.  I know this is something that you
  348.              probably hate to see, I know I do when I've been using a free
  349.              utility for a while and gotten used to it, but I now understand
  350.              why authors resort to this type of programming.  It takes a lot of
  351.              time, and the family tends to be left out in the living room while
  352.              I'm pounding away on the keys, and they only see me when I'm hungry
  353.              or I need to go to the bathroom. <g>
  354.              
  355.              TIC2PCB.DOC has been updated.
  356.  
  357. 09-11-92  -  v1.5 - CONFIGURATION FILE CHANGE!!!
  358.  
  359.              Fixed a bug that was causing the descriptions to get cut off
  360.              when a comma was encountered - FIXED
  361.              
  362.              Made an option for "Received by Tic-2-PCB mm-dd-yy From:AREANAME"
  363.              entry in the DIR file.
  364.  
  365.              Completed the option to select either C)urrent date or F)ile date
  366.              for DIR file entry. (NOTE: The log file entry will log the current
  367.              date the file was imported)  I thought I had this done in v1.4! :(
  368.  
  369.              I added a feature that will add an entry to your DOWNLOAD.TXT file
  370.              so the common File Profilers will have upload/download stats for
  371.              callers to view.
  372.  
  373.              Optimized some code, and rearranged some subroutines.  Not really
  374.              noticeable speed, just easier to make changes in the future.
  375.  
  376.              I will be adding a feature that will send a private message to the
  377.              sysop, showing what files were imported and where.  It will also
  378.              send errors that are encountered (i.e. bad file names, incorrect
  379.              paths, duplicate file name, etc.)
  380.              
  381.              There have been several requests to allow processing to continue
  382.              when an error is encountered (bad file name, path errors, etc.).
  383.              I have thought about this feature, but Tic-2-PCB exits when an
  384.              error is encountered, just in case something is really wrong,
  385.              and it decides to trash your system. (hopefully things will never
  386.              get to that point anyway) <grin>  If the general feeling is to
  387.              continue on even after an error is encountered, then I will write
  388.              it into the code.
  389.  
  390.              TIC2PCB.DOC has been updated.
  391.  
  392. 07-30-92  -  v1.4a - It figures!  Not less than a week later, I get another
  393.              bug report. :(
  394.              
  395.              Thanks to Tim Fierro, I have incorporated support for FEcho .TIC
  396.              files.  The file format is completely different than TICK, so I
  397.              figured I would add support for that system too.
  398.  
  399.              If someone else has another file processor that Tic-2-PCB isn't
  400.              processing properly, just send me a copy of the .TIC file and
  401.              I'll try to add support for it too.
  402.  
  403.              Minor changes made to TIC2PCB.DOC. (not enough to reprint it)
  404.  
  405. 07-23-92  -  v1.4 - CONFIGURATION FILE CHANGE!  Released as a regular release.
  406.              If I run into more serious problems, I'll start sending ßeta code
  407.              out the door again.
  408.  
  409.              Thanks to Richard Vonzel, I was able to locate another problem
  410.              that wasn't noticeable but yet caused some real hair pulling, if
  411.              things were entered in mixed case, the program code wasn't
  412.              interpreting the mixed case.  FIXED!
  413.  
  414.              As requested by Bob Rathke, I instituted an UNKNOWN area, which
  415.              will toss all unknown area files to the default directory listed
  416.              in lines 2 & 3 of TIC2PCB.CFG.
  417.  
  418.              As requested by Jim Rhodes, a TIC2PCB.LOG file has been added.  It
  419.              will show the date imported, area name, file name, size, and
  420.              destination DOS directory.  If there's anything else someone wants
  421.              entered in this log, let me know.  The log can be disabled in
  422.              line 15 of TIC2PCB.CFG by entering "N" (without quotes) for no
  423.              logging.  If this option is used, make sure you check the size
  424.              of this log if you are receiving lots of files on a regular
  425.              basis.  You can delete it if it gets to big, or you no longer
  426.              want it.
  427.  
  428.              You can also thank Jim for pointing out the problem when moving
  429.              files to other drives, and the "Release" line in the .TIC files,
  430.              which were corrected in the last release.
  431.  
  432.              As requested by several people, and to ease the problems of
  433.              installation I've changed the way Tic-2-PCB handles comments.
  434.              They're no longer required, nor is the pesky semi-colon (;)
  435.              either!
  436.              
  437.              If you should forget to place the trailing back slash (\) on a
  438.              line that is supposed to have a directory entry, Tic-2-PCB will no
  439.              longer toss cookies or fits.
  440.  
  441.              Implemented the option for "F"ile or "C"urrent date to be used in
  442.              the directory file listing.
  443.  
  444.              TIC2PCB.DOC has been updated.
  445.  
  446. 07-16-92  -  v1.3ß - Released this version due to the inability to move files
  447.              to another drive.  Tic-2-PCB will now move files to other drives.
  448.  
  449.           -  I made a modification that will support the "Release" key word
  450.              found at the top of some .TIC files.  I think this was that
  451.              pesky bug.
  452.  
  453.           -  Cleaned up some output routines.  It seems I left some debugging
  454.              code in the file and word wrap was never enabled, and the version
  455.              number was never changed.  Sorry, it should work now. :-)
  456.  
  457.           -  Had one report that the TIC2PCB.CFG file couldn't be found in the
  458.              directory, I couldn't track this one down.  Anyone else had this
  459.              problem before?
  460.  
  461.           -  Added more error trapping routines.
  462.  
  463.           -  Added a support conference on my BBS called Tic-2-PCB (#8).
  464.  
  465.           -  If you want access to this conference, send me net-mail with the
  466.              following information and I will set up an account for you so
  467.              you won't have to go through the verification procedures:
  468.  
  469.              REAL NAME:
  470.              PASSWORD:
  471.              ADDRESS:
  472.              CITY/STATE:
  473.              DATA LINE:
  474.              VOICE LINE:
  475.              DATE OF BIRTH:
  476.  
  477.              Your account will normally be setup within 24 hours.
  478.  
  479.           -  As of this release, I will indicate if any changes have been made
  480.              to the documentation.  This should help save a few trees. <grin>
  481.  
  482.           -  No changes made to Tic2PCB.Doc
  483.  
  484. 07-15-92  -  v1.2ß - 1.1ß1 Had a pesky little bug appear, but it
  485.              disappeared after recompiling with the new code.  Hopefully
  486.              it stays gone!
  487.  
  488.           -  Included code to preserve the original file date of the
  489.              archive.  It was being dated to the present day.
  490.  
  491.              I haven't had much time to incorporate the other features as of
  492.              yet.  This file date thing took me a while.  I have some
  493.              information that will help me include some more enhancements
  494.              for future releases.
  495.  
  496.              Future enhancements will be:
  497.  
  498.              1. Archive identification without relying on the suffix.
  499.              2. Calling PCBTEST (or other batch) on all moved/copied files.
  500.              3. Incorporating FILE_ID.DIZ & DESC.SDI detection.
  501.              4. Allowing a recompress of the archive after a copy/move.
  502.              5. Make a configuration setup routine.
  503.  
  504.              NOTE:  I got a lot of calls reporting problems.  I found that
  505.              80% were due to the configuration file being cleaned out.
  506.  
  507.              YOU HAVE TO LEAVE THE ; (SEMI-COLON) IN THE 33RD COLUMN OR
  508.              TIC2PCB WON'T WORK.  I will be changing this in the next
  509.              version or so.
  510.  
  511.              The other 20% were due to that invisible bug.
  512.  
  513. 06-26-92  -  v1.1ß1 Minor bug fix!  Released the same day.
  514.  
  515. 06-26-92  -  v1.1ß Major upgrade!  Added support for multiple areas, and
  516.              tossing to different file directories and directory listings.
  517.  
  518.           -  Enabled word wrapping for lines that are too long for the
  519.              standard PCBoard directory listing.
  520.  
  521.           -  Enhanced the Move file routine.  <That was an oversight
  522.              on my part>.
  523.  
  524.           -  Began setting up the configuration file to support the
  525.              FILE_ID.DIZ & DESC.SDI file description methods.  These are
  526.              becoming more and more popular.
  527.  
  528.              I plan on allowing the Sysop to say whether they would
  529.              like to change the file date or leave it the same on new
  530.              files. (Presently the file date is being changed to the
  531.              current date when being copied)
  532.  
  533.              Will also allow Sysops to say how long of a secondary
  534.              description they want up to eight lines.
  535.  
  536.              Be sure to read about the new configuration file changes,
  537.              you must follow the pattern in the file or it WON'T WORK.
  538.              Thanks everyone, for telling me what you wanted to see in
  539.              Tic-2-PCB.
  540.  
  541. 06-19-92  -  v1.1ß Tic-to-PCB had a name change to Tic-2-PCB!  I like this
  542.              method of spelling much better. <grin>
  543.  
  544.           -  Made a few changes to the video output and removed unnecessary
  545.              code.  Changed some sub routines, reformatted the code for
  546.              easier reading.
  547.  
  548.           -  Added TIC2PCB.HIS and FILE_ID.DIZ to archive.
  549.  
  550.           -  A complete revision to the Tic2PCB manual.
  551.  
  552. 06-12-92  -  v1.0ß Initial release as ßeta.
  553.