ChangeLog in arborist-0.0.1.pre20161005182540 vs ChangeLog in arborist-0.1.0

- old
+ new

@@ -1,11 +1,77 @@ +2016-12-28 Michael Granger <ged@FaerieMUD.org> + + * .gems, Rakefile: + Update to latest *ability + [09438b7a8aff] [tip] + +2016-10-19 Michael Granger <ged@FaerieMUD.org> + + * lib/arborist/client.rb: + Use ** instead of * for client methods that take keyword args + [73b6f150a8c1] [github/master] + + * lib/arborist/mixins.rb, lib/arborist/node.rb, + spec/arborist/client_spec.rb: + Add specs for Client#ack and #unack + [819556c743c6] + +2016-10-17 Michael Granger <ged@FaerieMUD.org> + + * TODO.md: + Add a note to the TODO list + [3de683ee0405] + +2016-10-12 Michael Granger <ged@FaerieMUD.org> + + * spec/arborist/node_spec.rb: + Remove accidentally-commited focus + [d2cac6a84aaa] + +2016-10-12 Mahlon E. Smith <mahlon@martini.nu> + + * lib/arborist/node.rb, spec/arborist/node_spec.rb: + Add matching for 'parent' attribute data. + [c50907900b60] + +2016-10-06 Mahlon E. Smith <mahlon@martini.nu> + + * lib/arborist/manager.rb, lib/arborist/monitor.rb, + lib/arborist/node.rb, spec/arborist/monitor_spec.rb, + spec/arborist/node_spec.rb: + Make monitors automatically set #include_down if matching on an + unreachable status type. + + - Add reachable? and unreachable? predacates to node + - Whitespace fixes + [3dcff4c89426] + +2016-10-05 Mahlon E. Smith <mahlon@martini.nu> + + * lib/arborist/node.rb: + Reenable event publishing from handle_event(). + [1918cc1afa1a] + +2016-10-05 Michael Granger <ged@FaerieMUD.org> + + * lib/arborist/node.rb, spec/arborist/node_spec.rb: + Fix event broadcasting for deep hierarchies. + + - Refactored event broadcasting so #update and #handle_event share + broadcasting code. + [9ab8636bb2c5] + + * Rakefile, arborist.gemspec: + Update gemspec with Ruby requirements + [8ea4314d4dc9] + 2016-10-04 Mahlon E. Smith <mahlon@martini.nu> * lib/arborist/node.rb: State transition cleanup: Only nodes in a 'down' state can transition to 'acked'. - [eed40468bb5e] [tip] + [eed40468bb5e] 2016-10-03 Mahlon E. Smith <mahlon@laika.com> * lib/arborist/command/config.rb: Require the manager when generating a default configuration file. @@ -13,10 +79,10 @@ 2016-09-28 Michael Granger <ged@FaerieMUD.org> * TODO.md, lib/arborist/node.rb, spec/arborist/node_spec.rb: Fix the unknown => disabled transition when updating with an ACK - [30d2548e1308] [github/master] + [30d2548e1308] * lib/arborist/manager.rb, spec/arborist/manager_spec.rb: Flatten the config into one namespace This fixes the manager's defaults, which were never actually used.