X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dns.git/blobdiff_plain/26c5740fbec0a35c7c7a981e1b71436302831e03..c13d8c69b179a728a940185b6e3643722425a3d8:/debian/changelog diff --git a/debian/changelog b/debian/changelog index c1ce5f2..f42e700 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +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. + + -- Steven Valdez Sat, 20 Jul 2013 16:40:58 -0400 + +invirt-dns (0.0.14~glasgall3achernya1) precise; urgency=low + + * Switch to dh7 + * Bump standards version + + -- Alexander Chernyakhovsky Fri, 31 May 2013 03:48:09 -0400 + invirt-dns (0.0.14~glasgall3) precise; urgency=low * SQLAlchemy API changes (query() -> query)