X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/902bb0790dbbdf9ee73f6d1b00aa703dbd8f0486..2277ca1a2098f784630d4c50f8ff0327bf7ac685:/changelog diff --git a/changelog b/changelog index d4fe568..f579dc6 100644 --- a/changelog +++ b/changelog @@ -45,6 +45,7 @@ adns (0.5) unstable; urgency=high * Remove trailing , from some enums in adns.h. * Dynamically linked clients now made with -l, so as to avoid rpath. * Do not use $^ in make rules (should help with non-GNU make). + * Declare flags parameters as ints not enums because C++ is crap. --