home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / SW14_600.ZIP / READ.ME < prev    next >
Text File  |  1992-10-21  |  4KB  |  77 lines

  1. Version 2.00 changes the edit routine so that all edits return
  2. you to the edit screen and is the only exit now. The display
  3. in the editor for text entry now displays PRIOR line when that
  4. line contains data or displays BLANK if the entry is blank.
  5. These improvements ease editing and prevent the loss of data
  6. encountered in earlier versions.
  7.  
  8. Version 2.01 fixed a bug in the deletion routine. If the user
  9. /sysop deleted a record that was contained in the bulletin the
  10. program did not complete the deletion from the bulletin or the
  11. file LATEST.SWD (was LATEST.RWD before name change)
  12.  
  13. Version 2.02 I did not log the changes made in this update.
  14. The name was changed to make its purpose a lille more clear. The
  15. program itself has not changed. See the docs on how to change over
  16. to the new version.
  17.  
  18. Version 2.03 I made a correction in the title display. If the user
  19. typed in several entries the display was not aligned properly. I
  20. have now corrected this. The external sort routine has now been added
  21. to the program. Currently it uses a bubble sort and 50 records take
  22. 13 seconds on a PC-AT 12 mhz machine. Most of the time is spent
  23. writing the new file to disk and then copying it over on top of the
  24. old structure. The sort routine also gets rid of blank (deleted)
  25. records so its use is two-fold.
  26.  
  27. Version 2.04. I corrected some keyboard timeout errors. It was
  28. possible to timeout even if you had pressed keys. I also added
  29. "Review Ware" to the title screen. I corrected an error in the
  30. deletion routine and one in the new sort routine.
  31.  
  32. Version 2.5. I corrected a deletion/input error. It was possible
  33. to delete an entry and turn around and enter a new entry without
  34. the bulletin files being updated properly. This is the only procedure
  35. that produced the error and did not show itself while I was testing
  36. the program during revisions.
  37.  
  38. Version 3.00. This is a new version and not compatible with earlier
  39. versions unless SETUP instructions in the documentation are followed.
  40. There are now 12 types, and you can set up your own list of up to
  41. 18 entries and up to 16 characters long. This was done to make the
  42. program more flexible as I had done with my Book Review.
  43.  
  44. Version 4.00. After releasing 3.00 I discovered that the earlier
  45. data structure is not compatible with 3.00. I corrected a data
  46. length error that I overlooked in 3.00. With the new type going
  47. to 12-18 I was only saving one character. Any entries from 10
  48. to 18 would come out as 1. So this version is really not
  49. compatible with earlier versions. I have included a converion
  50. program to update the earlier data structure with the new.
  51. The SW-FIX.EXE need be run only one time, it is self deleting to
  52. prevent running it a second time. I had a reported problem with
  53. 3.00 not displaying the category correctly and in the 4.00
  54. version I could not duplicate this problem. I presume that it was
  55. directly related to the data length error already outlined.
  56.  
  57. Version 4.01. Corrected some reported display errors when using
  58. more than 15 categories (numbers 16-18 were not displayed).
  59. Modified the Help Menu and the Enter A Review helps.
  60.  
  61. Version 5.00. Upgraded to a registration serial number. You no
  62. longer need to get a hard coded copy to upgrade. Serial number
  63. is vailid for all future releases of this door.
  64.  
  65. Version 5.01. Had an error in the serail number routine. Not all
  66. registrations were acknowledged. This has been fixed.
  67.  
  68. Version 5.02. Same fix as 5.01
  69.  
  70. Version 6.00. Now supports many BBS formats and baud rates up to
  71. 115,200. Uses Door Patch 3.8 (DORPCH38.EXE). Added option not to
  72. delete expired reviews. See DOCs for details.
  73.  
  74.  
  75.                     James Huckabey
  76.                       10-21-92                             
  77.