finshed and tested event handling; site doc update for v 0.2.0
[god.git] / History.txt
blobbad9f8362181e60c82c902e2cd0d05e6b619dd2a
1 == 0.2.0
3 * Rewrote innards to use a state and event based lifecycle
4 * Basic support for events via kqueue (bsd/darwin) and netlink/pec (linux) [kevinclark]
5 * Added advanced syntax (simple syntax calls advanced api underneath)
6 * Condition returns have changed meaning. With simple syntax, a true return activates block
7 * Updated http://god.rubygorge.org with updated simple config and new advanced config
9 == 0.1.0 / 2007-07-07
11 * 1 major enhancement
12   * Birthday!