Summary: | [maintainer update] devel/caf: update to 0.14.5 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Matthias Vallentin <vallentin> | ||||
Component: | Individual Port(s) | Assignee: | Vanilla I. Shu <vanilla> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | vanilla | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: vanilla Date: Sat Mar 19 14:44:57 UTC 2016 New revision: 411410 URL: https://svnweb.freebsd.org/changeset/ports/411410 Log: Update to 0.14.5. PR: 208046 Submitted by: maintainer Changes: head/devel/caf/Makefile head/devel/caf/distinfo head/devel/caf/pkg-plist |
Created attachment 168273 [details] caf-0.14.5_1.diff Bugfixes: - message_handler no longer accidentally accepts timeouts (e46ef38) - Fix issues with combining behaviors using or_else (35c558a) - Fix exception handling in blocking actors (564001b) Improvements: - Improved stealing behavior of workers (34e25fa) - Typed handles can be combined with extend_with (5a624bf)