X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/blobdiff_plain/66f7ac484ca092766a46a6d50c07cf59291ffc86..d1cac7c0fe9b41dced22f3ddbfc17f26b0f457f7:/changelog diff --git a/changelog b/changelog index fa349c0..647762d 100644 --- a/changelog +++ b/changelog @@ -10,6 +10,7 @@ adns (0.9) unstable; urgency=high * Do not spin if TCP connection blocks for writing (and add test case). * Fail queries if TCP dies repeatedly, rather than retrying many times. * Do not abort in a couple of places if TCP unexpectedly broken. + * Do not free something twice if query fails and is then cancelled. Portability/compilation fixes: * Move `extern "C" {' to after #include <...>'s.