Blame aml.changes

Bernhard M. Wiedemann a8e9a8
-------------------------------------------------------------------
bcea30
Mon Jan 23 16:46:39 UTC 2023 - Michael Vetter <mvetter@suse.com>
bcea30
bcea30
- Update to 0.3.0:
bcea30
  * The time unit has been changed from milliseconds to microseconds
bcea30
  * The global object registry has been replaced with weak references
bcea30
  * It is now guaranteed that a callback will not be called after aml_stop().
bcea30
  * Worker threads now keep references to work objects that are being
bcea30
    executed. This ensures that they cannot be freed while they
bcea30
    are being worked
bcea30
bcea30
-------------------------------------------------------------------
7ea62e
Sun Dec  4 11:25:10 UTC 2022 - Dirk Müller <dmueller@suse.com>
7ea62e
7ea62e
- update to v0.2.2:
7ea62e
  * aml: Don't put the same item onto the event queue more than once
7ea62e
7ea62e
-------------------------------------------------------------------
286687
Thu Oct 21 14:52:13 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
286687
286687
- Update to 0.2.1
286687
  * epoll: Fix fd deletion
286687
286687
-------------------------------------------------------------------
5093ef
Tue Apr 13 23:18:38 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
5093ef
5093ef
- Update to 0.2.0
5093ef
  * A kqueue backend has been added, run natively without epoll-shim
5093ef
5093ef
-------------------------------------------------------------------
Bernhard M. Wiedemann 9e4569
Wed Sep 16 07:27:15 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
Bernhard M. Wiedemann 9e4569
Bernhard M. Wiedemann 9e4569
- Use %meson_build before calling %meson_install. The RPM macros
Bernhard M. Wiedemann 9e4569
  changed in meson 0.55.
Bernhard M. Wiedemann 9e4569
Bernhard M. Wiedemann 9e4569
-------------------------------------------------------------------
Bernhard M. Wiedemann a8e9a8
Thu Aug  6 15:43:07 UTC 2020 - Alexander Graul <alexander.graul@suse.com>
Bernhard M. Wiedemann a8e9a8
Bernhard M. Wiedemann a8e9a8
- Initial aml package