summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2014-11-18 00:19:11 -0400
committerJoey Hess2014-11-18 00:19:11 -0400
commit82d50a57968c73adaa4feb1a245d93403c72ce09 (patch)
treed20f37fc3f9d9bbafda5ee743022af06be04a267 /debian/changelog
parentfcf4ad84646b6c215cd5bc9517aa890d60f65a44 (diff)
Avoid outputting color setting sequences when not run on a terminal.
Currently TERM is checked for every message. Could be memoized, but it would add complexity, and typical propellor output is not going to be more than a few hundred messages, and likely this will be swamped by the actual work.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3858ac2f..b0d5f7e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ propellor (0.9.3) UNRELEASED; urgency=medium
* Convert GpgKeyId to newtype.
* DigitalOcean.distroKernel property now reboots into the distribution
kernel when necessary.
+ * Avoid outputting color setting sequences when not run on a terminal.
-- Joey Hess <joeyh@debian.org> Mon, 10 Nov 2014 11:15:27 -0400