home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / FAN_120.ZIP / HISTORY.DOC < prev    next >
Text File  |  1992-09-19  |  3KB  |  83 lines

  1.      Version 1.00 beta                  18-Apr-1992
  2.      
  3.        + Initial release.
  4.      
  5.      Version 1.10 beta                  28-May-1992
  6.        
  7.        +  Added FILES.BBS support for file announcements.
  8.      
  9.           The following keywords were added to the
  10.           configuration file:
  11.      
  12.           FILESBBS_FileName [full FILES.BBS specification]
  13.           FILESBBS_Files [path name of data files]
  14.           FILESBBS_AnnounceName [tag name of area]
  15.           
  16.           If FILESBBS_FileName is defined, then this file
  17.           will also be searched for new incoming files to
  18.           announce, in addition to any .TIC files in the
  19.           inbound directory.  The format of the FILESBBS
  20.           file is:
  21.           
  22.                FileName FileDescription
  23.           
  24.           FILESBBS_Files is the directory in which the
  25.           actual files reside.
  26.           
  27.           FILESBBS_AnnounceName is the name to use in the
  28.           Announcement Definition below when referring to
  29.           new files found in the Files.BBS.
  30.           
  31.           If this option is used, ALL FILESBBS_xxxxx
  32.           statements must be defined, and in the order of
  33.           FileName first, Files, and then AnnounceName.
  34.           
  35.           Up to 40 Files.BBS files may be defined.
  36.           
  37.        +  Added duplicate checking ability via an announce
  38.           file.  The following keyword was added to the
  39.           configuration file:
  40.           
  41.                AnnounceList [full file specification]
  42.           
  43.           This file contains a list of all the files that
  44.           have been announced, one file name per line.
  45.           
  46.           It is a good idea to define this if using FILESBBS
  47.           statement.  It will be checked to prevent
  48.           duplicate announcements if you haven't had a
  49.           chance to move the files from your "newup" areas
  50.           since the last run of FAN.
  51.           
  52.           It can be deleted periodically if it grows too
  53.           large.
  54.           
  55.      Version 1.20 beta                  19-Sep-1992
  56.        
  57.        +  Added 'Months' keyword
  58.           
  59.           In order to support multiple languages, each month
  60.           name can be customized.  See Fan.Cfg for more
  61.           details.
  62.           
  63.        +  Fixed case sensativity for Area and Announce
  64.           names.  These names can be any case.
  65.        
  66.        +  Can now define different network addresses on an
  67.           area-per-area basis. However, the origin of the
  68.           *file* for FILES.BBS files will be the primary
  69.           address.  For TIC files, it will remain whatever
  70.           the 'origin' keyword is in the .TIC file.
  71.      
  72.        +  Corrected bug with log levels and log message
  73.           output to the screen.
  74.        
  75.        +  Enhanced the description formatting for messages.
  76.           Can now specify an optional left and right margin
  77.           for the %x token as follows:
  78.        
  79.                %[left_margin:right_margin]x
  80.        
  81.           See Fan.Cfg for more details.
  82.           
  83.