CHANGES in win32-taskscheduler-0.2.0 vs CHANGES in win32-taskscheduler-0.2.1
- old
+ new
@@ -1,4 +1,21 @@
+== 0.2.1 - 8-Oct-2011
+* Fixed a bug that would not allow task to run as SYSTEM. Thanks go to
+ Josh cooper for the spot and patch.
+* Fixed a bug in new_work_item that would cause it to crash if you tried
+ to create a work item that already existed. An error is now raised instead.
+ Thanks go to Pete Higgins for the spot.
+* The set_trigger and trigger= methods now internally transform and validate
+ the trigger hash in the same manner as new_work_item. Thanks again go to
+ Pete Higgins.
+* Cleaned up the repo. The C source files have been removed from the main
+ repository (and this gem). They are in a separate branch on github for
+ anyone who misses them.
+* Refactored the Rakefile, removing tasks related to the old C source files,
+ and added tasks for cleaning, building and installing a gem.
+* Updated the README file, eliminating references to anything that was only
+ related to the older C version.
+
== 0.2.0 - 19-Jun-2009
* Rewritten in pure Ruby!
* The TaskScheduler::ONCE constant is now a valid trigger type. Thanks go to
Uri Iurgel for the spot and patch.
* Added the TaskScheduler#exists? method.