- (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler
   supports it.  Mentioned by Colin Watson in bz#2100, ok djm.
diff --git a/ChangeLog b/ChangeLog
index 9865d41..dbc9679 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20130510
+ - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler
+   supports it.  Mentioned by Colin Watson in bz#2100, ok djm.
+
 20130423
  - (djm) [auth.c configure.ac misc.c monitor.c monitor_wrap.c] Support
    platforms, such as Android, that lack struct passwd.pw_gecos. Report