summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorian <ian>2006-04-03 22:45:58 +0000
committerian <ian>2006-04-03 22:45:58 +0000
commitcb0a827b8a83aa3a3775c10e42131d1501390041 (patch)
tree47d6ec2078f95d7689971e7c69640a699e4aa4f0 /changelog
parent0ca555c6ad9af4942a8ab0cce2f1e253a7a14cf4 (diff)
Do not print size of leaked blocks of memory (this causes a spurious
regression test failure on some platforms).
Diffstat (limited to 'changelog')
-rw-r--r--changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/changelog b/changelog
index b2780f7..b1edb55 100644
--- a/changelog
+++ b/changelog
@@ -3,8 +3,10 @@ adns (1.1.999.0.2); urgency=medium
* Include reference to Peter Simons's Haskell bindings
in README.html.
- Patches from Bernd Eckenfels, the Debian maintainer:
+ Fixes from Bernd Eckenfels, the Debian maintainer:
* Correct type of various printf arguments: ptrdiff_t != int.
+ * Do not print size of leaked blocks of memory (this causes
+ a spurious regression test failure).
--