Code

Bumped version to 1.3.2; Updated ChangeLog.
[liboping.git] / ChangeLog
index 121e8bfb504960efe8c02d13414408b1c7050b57..bd9a186581a63638a569a46b552b691939059963 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-27, Version 1.3.2:
+       * src/oping.h: Remove `HAVE_*_H' macros for system headers. Those
+         macros should not be used in system wide installed header files.
+         Thanks to Sebastian for fixing this.
+
 2009-07-20, Version 1.3.1
        * src/liboping.c: Fix too eager argument validation that prevented the
          library to work as documented. Thanks to Sebastian for catching this