X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dns.git/blobdiff_plain/b8f8534651b1ba734dc184efbf8f2c0e8c6e08bc..f0fcc10d816f9bd3f04b1c51f09d9a60ecaebe77:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 1e721c4..b1b93ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +invirt-dns (0.0.18) precise; urgency=low + + * Stop replacing the Authority section with the Results section; Twisted + now places NS results in the Authority section, and our swapping has + once again broken delegation and thus the dev cluster. + + -- Mitchell Berger Wed, 09 May 2018 00:11:00 -0400 + +invirt-dns (0.0.17) precise; urgency=low + + * Don't populate the authority or additional sections in responses + to queries for unimplemented record types. + + -- Mitchell Berger Sat, 04 Oct 2014 17:31:00 -0400 + +invirt-dns (0.0.16) precise; urgency=low + + * Be tolerant of requests for record types that have not been + implemented by Twisted yet - instead of returning SERVFAIL, + return either NXDOMAIN or an empty result set with NOERROR + as appropriate depending on whether the name exists in our zones. + + -- Mitchell Berger Sat, 04 Oct 2014 14:10:00 -0400 + invirt-dns (0.0.15) precise; urgency=low * Updating version for precise migration.