* Final round of incompatible API changes before a 1.0 release. See
API_CHANGES for details.
* New class IOChannel, which provides advanced, asynchronous I/O to anything
that can be represented as a file descriptor (pipes, sockets, files, etc.)
* kaa.Process rewrite
* Began documentation (under doc/); core functionality is almost fully
* documented.
* Asynchronous tasks may now be aborted via InProgress.abort(); this
(especially) includes coroutines and threads.
* New base class kaa.Object from with most kaa classes (those which
provide signals) derive.
* Other core improvements and bug fixes.