summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2017-07-29 15:43:57 -0400
committerJoey Hess2017-07-29 15:43:57 -0400
commitef7f2bb7fd6a79ee3e9d0abbaf6f002c146f3fbc (patch)
tree8f3c9310e2a7d6af206704b77b0e4c40cec31d6e /debian/changelog
parent0946286c8afa9ed140b5636f87fdf5d9530fb954 (diff)
Added PROPELLOR_TRACE environment variable
which can be set to 1 to make propellor output serialized Propellor.Message.Trace values, for consumption by another program. This commit was sponsored by Ewen McNeill.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 99f12602..7645b371 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
propellor (4.7.2) UNRELEASED; urgency=medium
+ * Added PROPELLOR_TRACE environment variable, which can be set to 1 to
+ make propellor output serialized Propellor.Message.Trace values,
+ for consumption by another program.
* Rsync: Make rsync display its progress, in a minimal format to avoid
scrolling each file down the screen.