TODO.md in arborist-0.0.1.pre20160829140603 vs TODO.md in arborist-0.0.1.pre20161005112841
- old
+ new
@@ -1,30 +1,23 @@
# To-Do
## First Release (0.1)
* README, Tutorial, Setup docs
-
* Performance/profiling examination
-### Observers
-
-* Add `exclude` to observers DSL
- * modify tree api to accept negative criteria to subscribe
- * pass to manager's create_subscription()
- * alter subscription to no-op if event matches negative stuff
-
-
### Monitor
* Add some default monitor types and utilities
- ftp
- imap
- pop
- smtp
* Write a gem for `fping` monitor
+
+* Redo the select loop of the UDP socket monitor to wait for them in parallel instead of in series.
## Second Release (0.2)
### Setup/Installation