home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / WBD135S.ZIP / WBHIST.DOC < prev    next >
Text File  |  1994-02-14  |  6KB  |  143 lines

  1.      Weather Board Revision History
  2.      -------------------------------
  3.  
  4.      3/01/94 :  v.  1.35
  5.  
  6.      Chaned the code a bit to try to eliminate string space problems on one
  7.      system. Tightened the editing of the forecaster's name(s) in the output.
  8.      Included the "helper" version of the program in the archives for use with
  9.      older versions of Weathermation software. Updated the documentation on
  10.      both the Dos and OS/2 versions. Updated the Shareware expire date to
  11.      5/1/94.
  12.  
  13.      1/02/94 :  v.  1.34
  14.  
  15.      Fixed an obscure logic bug in the error routine. If a second error was
  16.      encountered while the program was already processing an error, the
  17.      error routine would go into a loop.
  18.  
  19.      12/29/93 :  v.  1.33
  20.  
  21.      Changed the shareware expiration logic so the program will run through
  22.      the end of the last month of its time frame.  The shareware version of
  23.      the program now expires every 60 days instead of every 90 days.
  24.  
  25.      Added error level 1 to test for shareware expiration, instead of error
  26.      level 5.  Be sure to add an IF ERRORLEVEL 1 statement to your Z.BAT or
  27.      Z.CMD file.  See the example files in the archive for the proper
  28.      format.  This change has no effect on the registered version, since it
  29.      never expires.
  30.  
  31.      Added code to check the local and state forecast entries in WB.CFG for
  32.      correct length.  These fields will be shortened to the correct maximum
  33.      length if they are too long.
  34.  
  35.      Added the word "peninsula" to the Full Edit routine.
  36.  
  37.      12/09/93 :  v.  1.32
  38.  
  39.      DOS and OS/2 versions of Weather Board are now available.  The new
  40.      shareware archive names are called WBD132S.ZIP and WBO132S.ZIP.  The
  41.      new registered archives have an R in them instead of an S.  The new
  42.      .EXE files are called WBDOS.EXE and WBOS2.EXE.  Be sure to change the
  43.      name in your old Z.BAT file.  See the README.TXT file in the OS/2
  44.      archive for notes on OS/2 setup for Weather Board.
  45.  
  46.      Added code to handle the "information for XXX is not available" message
  47.      from Weathermation.  This message is now bypassed, and Weather Board
  48.      will edit / produce whatever information it can get from Weathermation.
  49.      Also added additional WB messages to let you know what is going on during
  50.      connections.
  51.  
  52.      12/02/93 :  v.  1.30
  53.  
  54.      EVERYONE PLEASE READ THE NEW DOCS AND UPGRADE FILE !!
  55.  
  56.      Added a new item to WB.CFG to make the Modem Hook Control during
  57.      editing an optional feature. You can confiure the program to use it or
  58.      not use it. This was done because some modems generate false Device I/O
  59.      Errors when the ATH1 command is issued in the program. Most modems work
  60.      fine, however. So now you can still use the program, even if you have
  61.      one of those cranky modems.
  62.  
  63.      11/17/93 :  v.  1.29
  64.  
  65.      Added code to allow manual switching from the Primary phone number to
  66.      the Secondary phone number.  This will cut down on the time it takes
  67.      to get the weather report, especially if you are at the local keyboard
  68.      and you know that the Primary number is not answering, or that
  69.      something else is wrong.  If you're not there, the automatic switch
  70.      will still take place.
  71.  
  72.      11/07/93 :  v.  1.28
  73.  
  74.      Added code to take the modem off hook during editing, and put it back
  75.      on hook after the edit is finished. This was a lot more involved than
  76.      it sounds, since I don't have direct access to the UART registers. I
  77.      had a lot of trouble trying to do this before, but I think I have it
  78.      this time. It works on the three modems I have here. I hope it works
  79.      on yours too!
  80.  
  81.      09/30/93 :  v.  1.27
  82.  
  83.      This one isn't my fault. It appears that many Weathermation sites are
  84.      upgrading to a new version of the software that has a display bug in it.
  85.      It doesn't display its prompt when a human or the program first logs on.
  86.      Code has been added to "nudge" WM into displaying its prompt. As near as
  87.      I can tell, compatibility has been maintained with the older "working"
  88.      version of Weathermation.
  89.  
  90.      09/20/93 :  v.  1.26
  91.  
  92.      Rewrote the modem connect module in a last ditch effort to get certain
  93.      modem / cpu combos to work with the program. Added code to check for
  94.      NO ANSWER which some modems return instead of NO CARRIER. Changed the
  95.      way the configuration file is read to handle commas in the telephone
  96.      numbers. Edited the displayed phone numbers so they will not mess up
  97.      the screen, regardless of their length.
  98.  
  99.      09/19/93 :  v.  1.25
  100.  
  101.      EVERYONE PLEASE READ THE NEW DOCS AND UPGRADE FILE !!
  102.  
  103.      Did some fairly extensive mods to officially support the Weathermation
  104.      command stacking feature.  This sort of worked by default in prior
  105.      versions.  WB now can do two local and two state summary forecasts in
  106.      one run if desired.  There are new docs and an upgrade file to support
  107.      this for existing installations.  Enhanced the editor a TON for this
  108.      one.  Also added an Edit Mode option to speed up the capture file
  109.      editing because of all the editor mods.  Increased the modem timer to
  110.      try to overcome some occasional problems with modems that don't return
  111.      result codes fast enough.
  112.  
  113.      09/11/93 :  v.  1.20
  114.  
  115.      Enhanced the editor quite a bit to handle the "zone" method that the
  116.      Gulf states use to do their state summaries.  Had to modify the way
  117.      the program goes after the forecast files because of this also.  Added
  118.      a "Working..." message to let you know that the program is still alive
  119.      during editing.  Fixed a small bug that caused the program to dial the
  120.      secondary phone number when it was set to NONE, under certain obscure
  121.      conditions.
  122.  
  123.      09/08/93 :  v.  1.16
  124.  
  125.      Bug fix release.  Fixed a nasty one that caused Device Timeout errors
  126.      on some modems when opening the communications port.  Also fixed a
  127.      couple of minor ones that slipped through Alpha & Beta.
  128.  
  129.      09/06/93 :  v.  1.15
  130.  
  131.      Enhanced the forecast editor some more.  It now seeks out state names
  132.      in the body text and capitailzes them as required.
  133.  
  134.      09/04/93 :  v.  1.10
  135.  
  136.      Added the State Summary forecast by popular demand.  Enhanced the
  137.      forecast editor a bit.
  138.  
  139.      09/01/93 :  v.  1.00
  140.  
  141.      First production release.  (fingers crossed!)
  142.  
  143.