summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
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