Changelog for
libaml0-0.3.0-bp156.2.4.x86_64.rpm :
* Mon Jan 23 2023 Michael Vetter
- Update to 0.3.0:
* The time unit has been changed from milliseconds to microseconds
* The global object registry has been replaced with weak references
* It is now guaranteed that a callback will not be called after aml_stop().
* Worker threads now keep references to work objects that are being executed. This ensures that they cannot be freed while they are being worked
* Sun Dec 04 2022 Dirk Müller - update to v0.2.2:
* aml: Don\'t put the same item onto the event queue more than once
* Thu Oct 21 2021 Ferdinand Thiessen - Update to 0.2.1
* epoll: Fix fd deletion
* Tue Apr 13 2021 Ferdinand Thiessen - Update to 0.2.0
* A kqueue backend has been added, run natively without epoll-shim
* Wed Sep 16 2020 Christophe Giboudeaux - Use %meson_build before calling %meson_install. The RPM macros changed in meson 0.55.
* Thu Aug 06 2020 Alexander Graul - Initial aml package