| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- 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
- update to v0.2.2: * aml: Don't put the same item onto the event queue more than once
- Update to 0.2.1 * epoll: Fix fd deletion
- Update to 0.2.0 * A kqueue backend has been added, run natively without epoll-shim
- Use %meson_build before calling %meson_install. The RPM macros changed in meson 0.55.
- Initial aml package