BusyB is a simple system for automatically executing builds. If you
have software that you want to build at certain times or when certain
things happen, BusyB is the utility for you.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release features a completely redesigned look for the HTML build logs. The build history is now presented in an easier to read table form, with the most recent build shown first.
The threading in the triggers was removed, which
simplifies the trigger runtime. A Trigger class
which is the super class of all triggers was
added. All existing triggers were rewired to use
the new Trigger superclass. The "And", "Or", and
"Not" triggers were added.
The HTML output now looks nicer. Time units were
added, so now you can specify a build to occur
every 4 hours and 26 minutes instead of having to
work out the time in seconds. A new command based
trigger was added.