From bcea30ecd53223416678488c2b71f06b47207ea4 Mon Sep 17 00:00:00 2001 From: jubalh <> Date: Jan 28 2023 18:54:22 +0000 Subject: Update aml to version 0.3.0 / rev 6 via SR 1060476 https://build.opensuse.org/request/show/1060476 by user jubalh + dimstar_suse - 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 --- diff --git a/.files b/.files index b9ac8fc..b23bcd9 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 47d2a0a..ce2ceea 100644 --- a/.rev +++ b/.rev @@ -39,4 +39,18 @@ 1042618 + + f05721fd142556f88b3bcd557a9d3f8e + 0.3.0 + + dimstar_suse + - 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 + 1060476 + diff --git a/aml-0.2.2.tar.gz b/aml-0.2.2.tar.gz deleted file mode 120000 index e587717..0000000 --- a/aml-0.2.2.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreiaa3m5hdvis62hxvfrtuntldg5eba635nzd3ibrgxchvkf6c6jpou \ No newline at end of file diff --git a/aml-0.3.0.tar.gz b/aml-0.3.0.tar.gz new file mode 120000 index 0000000..9567333 --- /dev/null +++ b/aml-0.3.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreigluhfbncouamp26n53pimekwiqnnws6rrk5ceqvh5bnyycfsq6wa \ No newline at end of file diff --git a/aml.changes b/aml.changes index c30c10e..6e5d0bc 100644 --- a/aml.changes +++ b/aml.changes @@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Mon Jan 23 16:46:39 UTC 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 4 11:25:10 UTC 2022 - Dirk Müller - update to v0.2.2: diff --git a/aml.spec b/aml.spec index 80ada44..c7403ac 100644 --- a/aml.spec +++ b/aml.spec @@ -1,7 +1,7 @@ # # spec file for package aml # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: aml -Version: 0.2.2 +Version: 0.3.0 Release: 0 Summary: Another Main Loop License: ISC