Changelog for
python-kaa-base-0.6.0-6.9.x86_64.rpm :
Wed Oct 21 14:00:00 2015 sor.alexeiAATTmeowr.ru
- Spec cleanup.
- Use upstream tarball.
Wed May 27 14:00:00 2009 jfunkAATTfunktronics.ca
- 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.
Thu Aug 28 14:00:00 2008 jfunkAATTfunktronics.ca
- Update to 0.4.0
Sat May 5 14:00:00 2007 jfunkAATTfunktronics.ca
- Update to 0.1.3
Mon Mar 5 13:00:00 2007 jfunkAATTfunktronics.ca
- Initial release