home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac / wbd149s.zip / WHATSNEW.DOC < prev    next >
Text File  |  1996-01-02  |  10KB  |  222 lines

  1.      What's new in recent releases of Weather Board
  2.      -----------------------------------------------
  3.  
  4.      12/15/95 :  v.  1.49
  5.  
  6.      Changed the local forecast code from FP1 to FP to handle a new version
  7.      of Weathermation.
  8.  
  9.      11/15/94 :  v.  1.48
  10.  
  11.      *** New config line (21).  Be sure to add it if you are upgrading from
  12.      any previous version!
  13.  
  14.      Added support for drive and path info on the input and output weather
  15.      files.  Also added screen & log messages to tell you where the output
  16.      files are, and what they are named.  Now, if you have a ramdisk, and
  17.      you want to edit the files on that drive to increase the speed of the
  18.      program, or you just feel like putting the files on some other drive,
  19.      you can do it.  This requires line 21 in WB.CFG, which specifies either
  20.      NONE to use the current directory, or the complete drive and path WITH
  21.      the trailing slash!
  22.  
  23.      Examples:  E:\JOE\
  24.                 F:\
  25.  
  26.      If you enable this option, be sure to edit the copy statements in Z.BAT
  27.      or Z.CMD so they will pick up the relocated files!
  28.  
  29.  
  30.      11/10/94 :  v.  1.47
  31.  
  32.      Increased the minumum number of lines for a complete forecast from 8 to
  33.      12.  Sometimes, incomplete zone forecasts were being produced as
  34.      complete ones.
  35.  
  36.      Added connection time and date messages on screen and in the log.  This
  37.      tells you when the connection to Weathermation started and stopped.
  38.      Now you can track your connect time and phone costs.
  39.  
  40.      Added log & screen messages that tell you when the shareware version of
  41.      the program will expire.  This acutally made it into 1.46 when I
  42.      updated the expiration logic on November 1, but now its official!  (g)
  43.  
  44.  
  45.      10/01/94 :  v.  1.46
  46.  
  47.      *** New config line (20).  Be sure to add it if you are upgrading from
  48.      any previous version!
  49.  
  50.      Added the option to allow WB to bypass updating your BBS bulletins if
  51.      the zone forecast number you requested was not found.  WB can return
  52.      an errorlevel 2 based on how you set this option.  Your batch file will
  53.      need to be modified accordingly.
  54.  
  55.      Enhanced the Zone Forecast search routine so that it will find a zone
  56.      number even if the number is imbedded in a group of zone numbers.
  57.  
  58.      Added code to send an ATZ to the modem at program startup if you
  59.      specifiy an init string in the config file. This should lessen the
  60.      "unexpected response" messages caused by some modems.
  61.  
  62.      Added editing code to check for duplicate zone numbers in the same line
  63.      of input text. This should put a stop to duplicate reports when there
  64.      is a case where something like ILZ001 and INZ001 appear in the same
  65.      line.
  66.  
  67.      Removed the Configuration Settings from the main program screen to get
  68.      some more room for the program messages. The complete config setup is
  69.      still available in the log header, if you need to see it.
  70.  
  71.      Added code to handle Illinois zone forecasts. It looks like they have a
  72.      similar problem to Michigan. I hope this doesn't become widespread.
  73.  
  74.      Changed the documentation. I broke out the Weathermation numbers and
  75.      the city codes into their own files.
  76.  
  77.  
  78.      9/01/94 :  v.  1.45
  79.  
  80.      Streamlined the code that captures the Weathermation file.  This has
  81.      eliminated Device Timeout errors on my systems that occured when
  82.      Weather Board was running in the background under a multitasker.
  83.      Hopefully, it will cure such problems on all systems.
  84.  
  85.      Added code to handle Michigan zone forecasts. It seems that they got
  86.      changed from MI to DTX for a state code! Anyway, they're back in
  87.      business untill somebody out there does something ELSE stupid.
  88.  
  89.  
  90.      7/29/94 :  v.  1.44
  91.  
  92.      Removed the code that bypasses the county list in the Zone Forecast
  93.      output listing.  It was biting me at every turn, causing bogus
  94.      "incomplete forecast" messages.  This was due to the fact that not all
  95.      weather stations use the phrase "including the cities of..." in their
  96.      forecast bulletins.  So, now, the county list will appear in output
  97.      listings wherever it is used.
  98.  
  99.  
  100.      7/21/94 :  v.  1.43
  101.  
  102.      Added even more Zone Forecast code. This release contains the "New York
  103.      City" fix. It allows large cities that have different neighborhoods
  104.      defined as zones to be picked up by Weahter Board. You do this by using
  105.      the three letter city code with a zone number, instead of the two
  106.      letter state code.
  107.  
  108.      Found and fixed a couple of editor bugs, having to do with things
  109.      inside parens. I'll probably be fixing lower case stuff untill my dying
  110.      day. (g)
  111.  
  112.      What happened to 1.42? Well, let's just say the test results were
  113.      underwhelming, and leave it at that...
  114.  
  115.  
  116.      7/04/94 :  v.  1.41
  117.  
  118.      Well, it never fails.  Added more Zone Forecast code to hanlde a
  119.      condition where the NWS control codes matched the zone number that WB
  120.      was looking for. This produced multiple zones in the output file.
  121.  
  122.      Enhanced the editor to remove the county listings from zone forecast
  123.      ouput.  Now, if the program finds your specified zone, it will produce
  124.      the usual header info, skip the county list, and start again with the
  125.      "Including the citys of..." line.  This makes small, neat looking
  126.      reports.  Note that if WB doesn't find your zone, or if you put the
  127.      ALL keyword in line 19 of WB.CFG, you will still get the county lines
  128.      in the output. This is because I don't know exactly what you're looking
  129.      for under these conditions, so you get everything.
  130.  
  131.      Increased the program stack space to maximum in an attempt to stop
  132.      "stack overflow" errors on a few systems.
  133.  
  134.  
  135.      7/01/94 :  v.  1.40
  136.  
  137.      Here's the first whack at Zone Forecasts.  There is a new line in
  138.      WB.CFG to handle this.  Be sure to add it.  See the new appendix in the
  139.      docs for details on implementing this feature.  Its a bit of a kludge,
  140.      but so is the way the NWS does it.  Sorry about that.
  141.  
  142.      A few more editor enhancements were adeed that didn't make it into
  143.      1.39.  Also, the date and time were added to the Special Weather
  144.      Statement.
  145.  
  146.  
  147.      6/09/94 :  v.  1.39
  148.  
  149.      Various editing enhancements.  Also, some internal changes were made to
  150.      get ready for the next release, which will handle Zone Forecasts.
  151.  
  152.  
  153.      5/28/94 :  v.  1.38
  154.  
  155.      Both Versions:
  156.  
  157.      Figured out a new way to get around the Weathermation prompt display
  158.      bug.  Now one Weather Board program will handle both old and new
  159.      versions of Weathermation.  I had to eliminate 300 baud calls in the
  160.      process however.  They were just too slow to get the job done.  Now,
  161.      the program waits 30 seconds to see the Weathermation prompt.  If it
  162.      doesn't, it tries to force the prompt.  If another 30 seconds goes by,
  163.      the program assumes that its not connected to a Weathermation site and
  164.      terminates the call.  Various screen / log messages were added or
  165.      changed in support of this.
  166.  
  167.      Added notification for frost and freeze conditions to the Special
  168.      Weather Statement.  Now you'll get a "heads up" so you can protect
  169.      those tender plants!
  170.  
  171.      OS/2:
  172.  
  173.      Wrote a Basic timer routine to take the place of the TIMER function,
  174.      which doesn't work in OS/2.  Now when the program says its going to
  175.      wait 30 seconds before it does something, it really should wait that
  176.      long, no matter what CPU speed you have.
  177.  
  178.  
  179.      5/05/94 :  v.  1.37
  180.  
  181.      Added a new feature (finally!).  Weather Board will now scan the local
  182.      forecast file for indications of severe weather or flooding.  If it
  183.      finds something like that, it will produce a "Special Weather
  184.      Statement" informing your users that severe weather or a warning, watch
  185.      or advisory exists for your area.  The file is called BADWEATH.TXT, and
  186.      you can put it in a logon screen to alert your users to read the full
  187.      forecast.  Messages are included on screen and in the log to show that
  188.      the file was created.  If severe weather doesn't exist in your area,
  189.      the file will not be produced.  See the sample Z.BAT or Z.CMD file for
  190.      a way to implement this feature.
  191.  
  192.  
  193.      5/01/94 :  v.  1.36
  194.  
  195.      Changed the partial / non existing forecast code a little.  The program
  196.      is supposed to produce whatever it can get in these cases, but was
  197.      exiting with error 5 instead on the state forecast.  Added a new
  198.      message to tell the Sysop to check the output files for valid info if
  199.      this condition arises.
  200.  
  201.      Fixed the Full Edit on the month of May.  Now the routine can tell the
  202.      difference between stuff like "may 15" and "may be severe".
  203.      Capitalization of "may" will / won't happen as is appropriate.
  204.  
  205.  
  206.      3/01/94 :  v.  1.35
  207.  
  208.      Chaned the code a bit to try to eliminate string space problems on one
  209.      system.  Tightened the editing of the forecaster's name(s) in the
  210.      output.  Included the "helper" version of the program in the archives
  211.      for use with older versions of Weathermation software.  Updated the
  212.      documentation on both the Dos and OS/2 versions.  Updated the Shareware
  213.      expire date to 5/1/94.
  214.  
  215.  
  216.      1/02/94 :  v.  1.34
  217.  
  218.      Fixed an obscure logic bug in the error routine.  If a second error was
  219.      encountered while the program was already processing an error, the
  220.      error routine would go into a loop.
  221.  
  222.