summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorian <ian>2006-05-09 19:37:58 +0000
committerian <ian>2006-05-09 19:37:58 +0000
commitbf41c1c2f7c3d6ff50211cf8b7b75bf245bab110 (patch)
tree16e86644b5944a0bd252006685b0ce47a45ea31b /changelog
parent2448bf5993be92387636ae47a8e7e24ac1896c0c (diff)
+ * Cast ptrdiff_t to int for %.*s length in adnsheloex and adnslogres,
@@ -3,6 +3,8 @@ suppress spurious autoconf error. (Report from Mihai Ibanescu.) + * Cast ptrdiff_t to int for %.*s length in adnsheloex and adnslogres, + as is required. (Report from Jim Meyering.)
Diffstat (limited to 'changelog')
-rw-r--r--changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog b/changelog
index fe1086a..bb2d2d8 100644
--- a/changelog
+++ b/changelog
@@ -3,6 +3,8 @@ adns (1.3); urgency=low
Bugfixes:
* In configure.in, quote macro name argument to define() to
suppress spurious autoconf error. (Report from Mihai Ibanescu.)
+ * Cast ptrdiff_t to int for %.*s length in adnsheloex and adnslogres,
+ as is required. (Report from Jim Meyering.)
--