| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Spec cleanup. - Use upstream tarball.
- Update to 0.6.0
* 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.
- Update to 0.4.0
- Update to 0.1.3
- Initial release