fix broken daemon code in god binary (sort of)
[god.git] / History.txt
blob2205af56098c3fb73e3e57cfc9186c5dfea66ee1
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'.to_i(32))
8 * Implement command line control to start/restart/stop/monitor/unmonitor watches/groups by name
9 * Watches can now belong to a group that can be controlled as a whole
10 * Allow god to be installed (sans events) on systems that don't support events
11 * Daemonize and handle PID files for non-daemonizing scripts [kevinclark]
12 * Fix simple mode lifecycle gap
13 * Remove necessity to specify pid_file for every condition
14 * Change config file to use God.init and God.watch directly instead of God.meddle block
15 * Move god binary command logic to main library
16 * Enhance god binary with better reporting
17 * Fix synchronization bug in Timer (reported by Srini Panguluri)
19 == 0.2.1 / 
21 * Fix netlink header problem on Ubuntu Edgy [Dan Sully]
23 == 0.2.0 / 2007-07-18
25 * Rewrote innards to use a state and event based lifecycle
26 * Basic support for events via kqueue (bsd/darwin) and netlink/pec (linux) [kevinclark]
27 * Added advanced syntax (simple syntax calls advanced api underneath)
28 * Condition returns have changed meaning. With simple syntax, a true return activates block
29 * Updated http://god.rubyforge.org with updated simple config and new advanced config
31 == 0.1.0 / 2007-07-07
33 * 1 major enhancement
34   * Birthday!