summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 68e5b9ab..c840e5eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+urweb (20170720+dfsg-3) UNRELEASED; urgency=medium
+
+ * Improve performance by using -D_FORTIFY_SOURCE=1 instead of
+ -D_FORTIFY_SOURCE=2. (Closes: #934722)
+
+ -- Benjamin Barenblat <bbaren@mit.edu> Mon, 26 Aug 2019 19:44:41 -0400
+
urweb (20170720+dfsg-2) unstable; urgency=medium
* Disable code hoisting when using MLton’s C codegen. (Closes: #871572)