summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2015-10-28 17:03:17 -0400
committerJoey Hess2015-10-28 17:03:17 -0400
commit5cde1ed21cc912db0b53846196f920fe52835dbc (patch)
treeee6ffa3c3044daca1b25bc08db9c653dbb774f0b /debian/changelog
parentd61e3866d794635de5875d7292861fb49ad0340a (diff)
fix memory leak, and optimise when command output is very large
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 8c4715f5..c5538c7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,9 @@ propellor (2.13.0) UNRELEASED; urgency=medium
* Made the execProcess exported by propellor, and everything built on it,
avoid scrambled output when run concurrently.
* Propellor now depends on STM.
+ * The cabal file now builds propellor with -O. While -O0 makes ghc
+ take less memory while building propellor, it can lead to bad memory
+ usage at runtime due to eg, disabled stream fusion.
* Add File.isCopyOf. Thanks, Per Olofsson.
-- Joey Hess <id@joeyh.name> Sat, 24 Oct 2015 15:16:45 -0400