home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / fpbt20r0.zip / REVISION.INF < prev   
Text File  |  1994-06-01  |  8KB  |  128 lines

  1.  
  2.     FPBlt v2.0                                             Revision History
  3.     ───────────────────────────────────────────────────────────────────────
  4.  
  5.     A word on nomenclature:  Each release is named in the following manner:
  6.                       v<version>.<release>.<modification>
  7.     For instance, v1.0.4 means that the file is the fourth modification to 
  8.     version 1.0 of the program.  If a "ß" preceedes the modification 
  9.     number, it means that the code in question is a Beta Test release.
  10.  
  11.                ┌───────────────────────────────────────────────┐
  12.                │ REMEMBER TO BACK UP BEFORE UPDATING THE CODE! │
  13.                └───────────────────────────────────────────────┘
  14.  
  15.     04/18/94 ■ FPBlt v0.7.ß1 released
  16.  
  17.     04/19/94 ■ FPBlt v0.7.ß2 released
  18.              - COSMETIC: Repositioned message displayed when no message 
  19.                traffic took place between runs
  20.              - COSMETIC: Changed the appearance of the registration
  21.                reminder screen
  22.              - COSMETIC: FPBlt no longer announces that it is meant for 
  23.                FidoPCB v1.x.  It only says it is meant for FidoPCB
  24.  
  25.     04/20/94 ■ FPBlt v0.8.ß1 released
  26.              - FIXED: FPBlt was looking for an incorrect character sequence 
  27.                when checking if the resident copy of FidoPCB was Registered or 
  28.                not, thereby not reporting the use of an unregistered version.
  29.                The program now knows what the correct sequence is
  30.              - FIXED: Forgot to uncomment the code statement that blows away 
  31.                the FIDOPCB.STA file after an FPBlt run.  Since this file 
  32.                contains the data used by FPBlt to update the database, it must 
  33.                disappear, or incorrect reports may be generated
  34.              - FIXED: Error Trapping routine now offers the offending file 
  35.                information if a problem is detected with it.  The manual may
  36.                have said so, but the program didn't know it!
  37.  
  38.     04/25/94 ■ FPBlt v0.8.ß2 NOT RELEASED
  39.              - NEW: Added a Screen Clear (@cls@ macro) to the top of the 
  40.                bulletin.  When viewing a series of bulletins from the 
  41.                Bulletins prompt, without relisting the menu, PCBoard doesn't
  42.                always reset the number of lines it displayed in a screenful.
  43.                This forces a reset.
  44.              - NEW: Added a forced "More?" prompt (@more@) at the end of the
  45.                bulletin.  In some cases, users with expert mode disabled could
  46.                get a menu right back after viewing a bulletin, which could
  47.                push all it off-screen.  This prevents that situation.
  48.              - FIXED: Whenever transactions with the NET_MAIL area took place, 
  49.                FPBlt was overlooking them.  FPBlt checks for transactions by 
  50.                comparing the Names in the Areas Table against those extracted
  51.                from FIDOPCB.STA and only full matches are valid.  In this 
  52.                case, the extracted field was one character too short and 
  53.                therefore a mismatch!
  54.  
  55.     04/25/94 ■ FPBlt v0.8.ß3 released
  56.              - FIXED: There was a problem realting to Packet Processing:  If 
  57.                FidoPCB tosses more than one PKT, and the later packets 
  58.                contained messages for areas prior to the ones in the previous
  59.                packets (ex. PKT1 has mail for area 6, and PKT2 has mail for 
  60.                area 1), FPBlt would issue an Error number QB09.  The ofender 
  61.                was a secondary counter that was supposed to be reset, but was 
  62.                not.
  63.  
  64.     05/02/94 ■ FPBlt v1.00 released
  65.              - ADDED: Descriptor for Error QB14
  66.  
  67.     05/25/94 ■ FPBlt v2.0.ß1 released
  68.              - Due to limitations in QuickBasic, the entire code was ported 
  69.                and translated to CA/Clipper v4.0 (aka. Summer '87).
  70.              - NEW: FPBLT creates two files, FPBLT.PTR and FPBLT.RUN the first
  71.                time it is run.  Inquire for details if you are curious, but do
  72.                not delete them (especially FPBLT.PTR)!
  73.              - NEW: FPBLT appends new areas automatically, if they're found in 
  74.                FidoPCB's Pointer file (FIDOPCB.CNF)
  75.              - CHANGED: Configuration File has been reorganized and parameters 
  76.                added as follows:
  77.                  Line  1: Validation Code or 16 zeroes (0)
  78.                  Line  2: Address (exactly like ORIGIN line in FIDOPCB.CFG)
  79.                ° Line  3: Registration info for Bulletin (30 char limit)
  80.                  Line  4: Path to FidoPCB (DO NOT ADD A TRAILING '\'!)
  81.                  Line  5: Path/Name of PCBOARD.DAT
  82.                  Line  6: Path/Name of the Traffic bulletin
  83.                ° Line  7: Column Header text color in the Bulletin
  84.                ° Line  8: Area Name color in the Bulletin
  85.                ° Line  9: Received Counts color in the Bulletin
  86.                ° Line 10: Sent Counts color in the Bulletin
  87.                ° Line 11: Area Activity Totals color in the Bulletin
  88.                ° Line 12: Grand Total counts color in the Bulletin
  89.                     ° = Enabled in the Registered version only
  90.              - IN PROGRESS: A new Error Handling system is being developed for 
  91.                this version of FPBLT.  The documentation still reflects the
  92.                Error Handler for FPBLT v1.0, and will not change until the new
  93.                one is complete.
  94.  
  95.     05/29/94 ■ FPBlt v2.0.ß2 released
  96.              - *** IMPORTANT *** Some Operating Systems (NW/DOS 7, for one)
  97.                incorrectly report a "NOT ENOUGH MEMORY" error.  The culprit is 
  98.                the Clipper compiler, and can be resolved by adding the
  99.                following Environment command: SET CLIPPER=E000.  If this does
  100.                not fix the problem, use: SET CLIPPER=E000;V002 instead
  101.              - FIXED: The FIDOPCB.STA file was not being deleted if it was of 
  102.                zero length (no transactions).
  103.              - FIXED: Unless changes were made to the database record counts,
  104.                information was not displayed on the "Message Areas" line of
  105.                the display
  106.              - FIXED: If no updates were made to the Traffic Bulletin, no
  107.                information to that effect was displayed
  108.              - COSMETIC: Two error messages were inadvertently running every
  109.                word together to form one 'super-word'
  110.              - FINISHED: The new Error Handling system is now complete.  See
  111.                the file, FPBLT.DOC for details
  112.              - REMOVED: Now that it is known that this release of FPBlt works 
  113.                as advertised, there is no need to keep the Debugging module in
  114.                the code.  This reduces memory requirements and boosts the 
  115.                speed a bit.  Some Debug trace code remains, and will be 
  116.                removed at the end of the Beta cycle
  117.  
  118.     05/31/94 ■ FPBlt v2.0.ß3 released
  119.              - FIXED: If a file required by FPBlt did not exist, FPBlt aborted
  120.                with an incorrect Error Message.  This was because of a typo in
  121.                the error handler
  122.              - FIXED: If FPBlt could not find a file it requires, it would
  123.                either continue anyway, or not return the filename (depending 
  124.                on the situation).  This was indirectly caused by the same typo
  125.  
  126.     06/01/94 ■ FPBlt v2.00 released
  127.  
  128.