Added improvements to done verb and bid verb
Fixed related bugs
Added support for cloning auxiliary framers. This is provided via the
aux framer as clonename
form of the aux verb
Only framers whose schedule kind is moot may be cloned.
Added support for inline relative addressing syntax and removed goal and state
varients of relative addressing as these are imcompatible
special cases of recurred and elapsed still supported
Support for ioflo has test run using reporting via house metas
Added framer schedule type of moot, when moot, house builder does not call
resolveLinks on the framer. When moot the framer
is meant to be cloned. ResolveLinks will be called on the clones
Added actor, main, and me relative addressing in "of" clauses
Refactored so all share resolution happens at resolve time not parse time
Refactored so all frame and framer resolution happens at resolve time not parse time
Deprecated current server command as will be changing syntax significantly
Got rid of tasker command as only use subclasses Framer, Logger, Server
Refactor and clean up code
Change default inode path in resolvePath to "framer.me.frame.me.actor.me"
Raises error if duplicate unders
Refactor so resolving Tasker links uses utility function more DRY
Refactor so resolving Framer and Frame links uses utility function to be more DRY
Replaced Restarter Actor with SideAct restart
---------
20141027
---------
Changed how version author metadata is handled to fix import problem with
Python 2.6
---------
20141002
---------