Package Release Info

aml-0.3.0-bp155.1.6

Update Info: Base Release
Available in Package Hub : 15 SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

aml-devel
libaml0

Change Logs

* Mon Jan 23 2023 Michael Vetter <mvetter@suse.com>
- 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 <dmueller@suse.com>
- 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 <rpm@fthiessen.de>
- Update to 0.2.1
  * epoll: Fix fd deletion
* Tue Apr 13 2021 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to 0.2.0
  * A kqueue backend has been added, run natively without epoll-shim
* Wed Sep 16 2020 Christophe Giboudeaux <christophe@krop.fr>
- Use %meson_build before calling %meson_install. The RPM macros
  changed in meson 0.55.
* Thu Aug 06 2020 Alexander Graul <alexander.graul@suse.com>
- Initial aml package