summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2015-10-27 17:02:23 -0400
committerJoey Hess2015-10-27 17:02:23 -0400
commit20b04d366b2cff90c39d06fd424ae3e8b67e49f6 (patch)
tree2ebd3fdbacb20ab42bc7ce6b331f99336f551fed /debian/changelog
parent6e3b0022fa451181fdce8abd145e27a64a777711 (diff)
make Propellor.Message use lock to handle concurrent threads outputting messages
Not yet handled: Output from concurrent programs.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
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