pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2020-11-01
2020-11-01 19:06:59 by Tobias S. Josefowitz <tobij@tobij.de>
527bb9d5667d235ef70412c63bf7374ffe4e08bf (
8
lines) (+
6
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
CHANGES: Document Concurrent.Promise fix
119:
o Concurrent.Promise
-
Fixed race condition where success- and/or failure- callbacks
+
-
Fixed race condition where success- and/or failure- callbacks
could get lost.
-
+
- Convert errors thrown by the executor passed to Concurrent.Promise()
+
on create into promise rejection.
+
o Crypto.ECC Now works against Nettle 3.5.