Release Name: 0.4.0
Notes:
cron-like scheduler service with a RESTful interface
Changes:
=== 0.4.0 :: 2008-12-23
* Log entries in task view can now be filtered by date. By default only entries
from the last 24 hours are shown.
* Added ability to reload and edit existing tasks [dvdplm]
* Added experimental 'dont_wait' parameter to the Taskr4Rails action that
forces the remote code to be forked so that it does not hold up the entire
server. Currently this will only work if the remote Rails server is running
on Mongrel.
* Taskr can be configured to send SNMP traps whenever task events are logged.
See the config.example.yml file's "LOGGING" section for more info.
* Task actions and parameters are now again included in the XML views for
the task list and for individual tasks.
* Restr 0.5.0 is now required, due to a bug in Restr 0.4.0 that caused
some actions to log their activities incorrectly.
* Picnic 0.7.0 is now required, due to changes in environment configuration.
* Fixed dependency loading problems introduced by upstream changes in RubyGems
1.3.1.
|