fixed god binary exiting with -1; fixed god binary group control
[god.git] / History.txt
blob1c803ae4c69d469f8235d69c0b07498550de9c9d
1 == 0.4.0
3 * Major Enhancements
5 * Bug Fixes
6   * Use exit!(0) instead of exit! in god binary to exit with code 0 (instead of default -1)
7   * Command line group control fixed
9 == 0.3.0 / 2007-08-17
11 * Fix netlink header problem on Ubuntu Edgy [Dan Sully]
12 * Add uid/gid setting for processes [kevinclark]
13 * Add autostart flag for watches so they don't necessarily startup with god [kevinclark]
14 * Change command line call options for god binary to accommodate watch start/stop functionality
15 * Add individual start/stop/restart grace periods for finer grained control
16 * Change default DRb port to 17165 ('god'.to_i(32))
17 * Implement command line control to start/restart/stop/monitor/unmonitor watches/groups by name
18 * Watches can now belong to a group that can be controlled as a whole
19 * Allow god to be installed (sans events) on systems that don't support events
20 * Daemonize and handle PID files for non-daemonizing scripts [kevinclark]
21 * Fix simple mode lifecycle gap
22 * Remove necessity to specify pid_file for conditions
23 * Change config file to use God.init and God.watch directly instead of God.meddle block
24 * Move god binary command logic to main library
25 * Enhance god binary with better reporting
26 * Fix synchronization bug in Timer (reported by Srini Panguluri)
27 * Add Lambda condition for easy custom conditions [Mike Mintz]
28 * Add sugar for numerics (seconds, minutes, kilobytes, megabytes, percent, etc)
29 * Add optional PID and log file generation to god binary for daemon mode
30 * Add God.load to do glob enabled loading
31 * Add -V option to god binary for detailed version/build info
33 == 0.2.0 / 2007-07-18
35 * Rewrote innards to use a state and event based lifecycle
36 * Basic support for events via kqueue (bsd/darwin) and netlink/pec (linux) [kevinclark]
37 * Added advanced syntax (simple syntax calls advanced api underneath)
38 * Condition returns have changed meaning. With simple syntax, a true return activates block
39 * Updated http://god.rubyforge.org with updated simple config and new advanced config
41 == 0.1.0 / 2007-07-07
43 * 1 major enhancement
44   * Birthday!