X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blobdiff_plain;f=NEWS;h=bd0dff178497b8386e0f3d746f7192213867aa11;hp=0718c40e5bef9eb98fd670a33510c78d1fc45f93;hb=58a876e5ac9539ff14acb7dc3ea3633f5bdb41d8;hpb=bcebe7fe4e835edb587548d46024f7d5c0c13efd diff --git a/NEWS b/NEWS index 0718c40..bd0dff1 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,3 @@ -I am pleased to announce adns 1.5.0~rc0 - Changes in adns 1.5, since adns 1.4, are: * This release provides full IPv6 support. Applications can request @@ -7,6 +5,10 @@ Changes in adns 1.5, since adns 1.4, are: A records (containing IPv4 addresses). adns 1.5 can speak to nameservers over IPv6. + * adns_addr2text and adns_text2addr: Convenient C functions for + converting between addresses and address literals. These carry + less baggage than getaddrinfo and getnameinfo. + * There is a fix to the one currently known bug in the resolver: previously, some harmless but wrong owner names for checked ptr queries would be accepted; now they are rejected with `Domain @@ -16,6 +18,8 @@ Changes in adns 1.5, since adns 1.4, are: * There are also some build system and test suite improvements. + * Licence is now GPLv3. + Compatibility: adns 1.5 is fully forwards API- and ABI-compatible with 1.4.