X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=changelog;h=0bcc2fb5d2106e5193d59dbcc42e67fcc9aabe78;hb=3212d4ff1f32821483c1c8f2fd592666a83050f1;hp=642d69b950d1ba9e49da4c22eef1cbb58dc805ab;hpb=15480be436960212fd31b8963516766a68adcdd5;p=adns.git diff --git a/changelog b/changelog index 642d69b..0bcc2fb 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,42 @@ +adns (1.5.0~rc1~) UPSTREAM; urgency=low + + * WIP + + -- Ian Jackson Mon, 20 Oct 2014 02:29:45 +0100 + +adns (1.5.0~rc0) UPSTREAM; urgency=low + + New features: + * Support for queries about IPv6 data in all applicable adns + query types (including AAAA, PTR, and adns_r_addr queries). + (Thanks very much to Mark Wooding.) + * Support for transport over IPv6. (Thanks to Mark Wooding again.) + * adns_addr2text and adns_text2addr: Convenient functions for + converting between addresses and address literals. + + Bugfixes: + * Fix a crashing bug in adnslogres. (Debian#392102.) + * Do all checks of checked PTR owner name before actually sending the + query, and reject IPv4 PTR owner names whose labels have leading zero + digits or values >255. + + Build system fixes and improvements: + * `make clean' removes the pipes. + * Work around bugs in make (Debian #4073, #756123) affecting regress. + * Do not include Makefile and src/config.h in distribution tarball. + + Regression test debugging improvements: + * Provide gdbwrap convenience script. + * Honour ADNS_TEST_DEBUG env. var. (Mark Wooding.) + + Other improvements: + * Licence changed to GPLv3 (still LGPLv2 for adns.h). + * Source code cleanups. (Some from Mark Wooding.) + * Now in git. + * Documentation and webpage updates. + + -- Ian Jackson Mon, 20 Oct 2014 01:29:50 +0100 + adns (1.4); urgency=low Improvements for multithreaded programs: