diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-27 17:02:23 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-27 17:02:23 -0400 |
| commit | 20b04d366b2cff90c39d06fd424ae3e8b67e49f6 (patch) | |
| tree | 2ebd3fdbacb20ab42bc7ce6b331f99336f551fed /debian | |
| parent | 6e3b0022fa451181fdce8abd145e27a64a777711 (diff) | |
make Propellor.Message use lock to handle concurrent threads outputting messages
Not yet handled: Output from concurrent programs.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6b3f6940..1699b27b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,7 +18,7 @@ propellor (2.13.0) UNRELEASED; urgency=medium * combineWith now takes an additional parameter to control how revert actions are combined (API change). * Added Propellor.Property.Concurrent for concurrent properties. - (Note that no output multiplexing is currently done.) + (Note that no command output multiplexing is currently done.) * Add File.isCopyOf. Thanks, Per Olofsson. -- Joey Hess <id@joeyh.name> Sat, 24 Oct 2015 15:16:45 -0400 |
