implemented cli control
[god.git] / History.txt
blobe1c4a16ae9d9c7d003e3d5156be6b2d1fff64f02
1 == 0.3.0 /
3 * Add uid/gid setting for processes [kevinclark]
4 * Add autostart flag for watches so they don't necessarily startup with god [kevinclark]
5 * Change command line call options for god binary to accommodate watch start/stop functionality
6 * Add individual start/stop/restart grace periods for finer grained control
7 * Change default DRb port to 17165 (god in base 32)
8 * Implement command line control to start/restart/stop/monitor/unmonitor watches by name
10 == 0.2.1 / 
12 * Fix netlink header problem on Ubuntu Edgy [Dan Sully]
14 == 0.2.0 / 2007-07-18
16 * Rewrote innards to use a state and event based lifecycle
17 * Basic support for events via kqueue (bsd/darwin) and netlink/pec (linux) [kevinclark]
18 * Added advanced syntax (simple syntax calls advanced api underneath)
19 * Condition returns have changed meaning. With simple syntax, a true return activates block
20 * Updated http://god.rubyforge.org with updated simple config and new advanced config
22 == 0.1.0 / 2007-07-07
24 * 1 major enhancement
25   * Birthday!