home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / wcron2b4.zip / fixed < prev    next >
Text File  |  1998-06-17  |  7KB  |  193 lines

  1.                       ┌───────────────────────────┐
  2.                       │ D O N ' T   P A N I C   ! │
  3.                       │          ;-)              │
  4.                       └───────────────────────────┘
  5.  
  6. Bugs fixed
  7. ──────────┘
  8.  
  9. warpcron: version 2.00ga
  10. wcrsetup: verison 1.00beta4
  11. (17 June 1998)
  12. ──────────────────────────────
  13.  
  14. warpcron.exe:
  15.   - Fix: display problem: "was on..." displayed wrong sometimes
  16.   - Fix: warpcron crashed when starting an event sometimes or behaved very strange.
  17.   - Fix: warpcron didn't find an event's program sometimes
  18.   - Fix: warpcron displays wrong weekday for a right date sometimes
  19.   - Fix: setting a weekday to false/true didn't show the expected result sometimes
  20.   - Fix: warpcron didn't always recognized a config change
  21.   - Fix: warpcron didn't write alive messages (SignTime) to logfile
  22.   - Fix: timeChanged routine was too sensitive; Warpcron detects a time change if the new time is 5 minutes different from the old time
  23.   - Fix: if Warpcron wants to send the daily logfile, CPU load goes to 100% and sending mail failed
  24.   - Fix: if Warpcron rereads its config a NoOfEvents of 0 results sometimes.
  25.   - Change: Caution! Changed behavior! Warpcron does not change in the program's directory before starting it anymore!
  26.  
  27. wcrsetup.exe:
  28.   - Fix: some strange behaviour... I think still not perfect, 
  29.     but does what it should do here.
  30.   - Fix: compiled with new compiler version; fixed some bugs.
  31.  
  32.  
  33. warpcron: version 2.00beta3
  34. wcrsetup: verison 1.00beta3
  35. (26 January 1998)
  36. ──────────────────────────────
  37.  
  38. popup.exe:
  39. - trap when file given with -f option doesn't exist
  40.  
  41. wcrsetup:
  42.  - checkbox if event's name dialog was not cleared
  43.  - SpecScreen not initialisied at program start
  44.  - Day-Checkboxes not set correct
  45.  - some other minor bugs and cosmetics
  46.  
  47. warpcron:
  48.  - nothing worth to say ;-)
  49.  
  50. warpcron: version 2.00beta2
  51. wcrsetup: verison 1.00beta1
  52. (17 January 1998)
  53. ──────────────────────────────
  54.  
  55. wcrsetup:
  56. - misc bugs, but some reported bugs are still in beta2
  57.   don't panic, I will kill 'em as fast as possible.
  58.  
  59. warpcron:
  60. - at some machines warpcron scheduled an event many times in one minute.
  61.   Again this was a problem with a different time format.
  62.   I use a much better system to seperate secondes and miliseconds from the time.
  63. - complete redesign of time calculating functions
  64.   much better code now
  65.   surely removed some old, ugly bugs.
  66.   perhaps some new bugs, but them are are lot easier to locate and kill :-)
  67. - Logfile etc. in current dir when not configured
  68. - events didn't start at 00:00
  69. - events with one time only started several times in a minute
  70. - when many events should start at the same time, some started events had 
  71.   strange errors
  72.   -> pause 100ms between starting events -> max 10 per second 
  73.   -> max 600 events per minute
  74. - RunSemOnly and not a single RunOnDay checked caused a hang at startup
  75.  
  76. warpcron: version 2.00alpha3
  77. wcrsetup: verison 1.00alpha4
  78. (03 January 1998)
  79. ──────────────────────────────
  80.  
  81. WarpcronSetup:
  82. - pushing "next" button on "events advanced" page caused a trap
  83. - "delete" function now works
  84. - Convert errors in date/time fields are catched now and a "0" 
  85.   is filled in the field
  86. - many minor bugs fixed
  87.  
  88. Warpcron:
  89. - automatic config change detect didn't update the screen
  90.  
  91.  
  92. XMas Release
  93. warpcron: version 2.00alpha1
  94. wcrsetup: verison 1.00alpha2
  95. (24 December 1997)
  96. ──────────────────────────────
  97.  
  98. First test release with new PM setup program!
  99.  
  100. Warpcron:
  101. - help screen scrolled up in 25 lines mode
  102. - problem with 4os2 and starting programs
  103. - am/pm time formats still had problems with unmissable feature
  104. - displaying of times/dates in program was not consitent
  105. - some display bugs
  106. - StartEventNow: BACKSPACE didn't do anything
  107. - program hung if no event with a time is present
  108. - wron starting of cmd's
  109.  
  110. WcrSetup:
  111.   first test release. Try out with care.
  112.  
  113.  
  114. V1.96
  115. - no hiding of cursor anymore
  116.   some editors had problems with it
  117. - a problem with RunEveryXMon if >1
  118. - default for editor (tedit.exe)
  119. - after editing config via key 'c' events were not sorted
  120. - ConfigChanged didn't always detect a changed config file 
  121. - error with calculation of DoNotRun...
  122. - some cosmetic bugs
  123.  
  124. V1.95
  125. - a config file without any event caused an exception.
  126.  
  127. V1.94
  128. - red screen at start
  129.   this bug was involved by version 1.9beta :-(, now hopefully fixed.
  130.  
  131. V1.93beta
  132. - when starting with one single event WarpCron hung -> fixed.
  133. - a small error in the config-read routine fixed.
  134.  
  135. V1.92beta
  136. - WarpCron sometimes starts up with a red screen and terminates after that.
  137.   That was a problem with an internal converting routine during reading of
  138.   warpcron.mis . Fixed.
  139.  
  140. V1.9beta
  141. - all time routines completely rewritten. They're much smarter now and I don't
  142.   think that there are still bugs in them.
  143.  
  144. V1.5b3
  145. - the calculating in RunEveryXMin, RunEveryXDay and RunEveryXMon was buggy.
  146.   Now hopefully fixed.
  147. - very strange bug in an internal routine: MaxDayOfMonth returns everytime
  148.   31 and not 28, 29, 30 or 31. Perhaps I was drunken as I write this
  149.   function ;-)
  150. - WarpCron didn't search the config in the etc anymore... fixed.
  151. - verification of logfile didn't always work
  152. - some little internal bugs fixed.
  153.  
  154. V1.5ß
  155. - the mode of the screen at start was not always restored
  156.   after end of WarpCron (25 <> 80 lines mode).
  157. - screen-bug: the word 'today' sometimes occured instead of 'tommorow'
  158. - bug in calculation of RunEveryXMin
  159. - StartByKey did not count RunEveryXMin
  160. - at a reread of the config WarpCron sometimes did not find its warpcron.cfg
  161.   and caused strange errors.
  162.  
  163.  
  164. V1.47
  165. - a bug with the config read routine; keywords were recognized after the
  166.   terminator ';' too :-( This caused some strange errors.
  167. - screen became blank if logfile does not exists anymore.
  168.   Now WarpCron proofs the logfile every time it will write something in the
  169.   logfile.
  170.  
  171. V1.45ß
  172. - some screen-painting bugs
  173.  
  174. V1.42
  175. - signtime does not work correct
  176. - sometimes the screen becomes black
  177. - the boring "waiting for next minute..." is not needed anymore
  178.  
  179. V1.41ß:
  180. - calculating of minutes was not perfect
  181.  
  182. V1.4:
  183. - events don't start at 00:00
  184.  
  185. V1.3x:
  186. - sometimes an event time went >23
  187. - DATE showed day/month/day, not day/month/year ;-)
  188. - some programs terminated immediately after starting.
  189.   This was the thing with the wrong directory.
  190. - RunEveryXMin did not run >24 hours
  191.   now hopefully fixed.
  192.  
  193.