X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dns.git/blobdiff_plain/66f0546472e36a789a40be2b189c645a269efee4..c13d8c69b179a728a940185b6e3643722425a3d8:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 4527707..f42e700 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,31 @@ +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) + + -- Adam Glasgall Thu, 02 May 2013 20:42:20 -0400 + invirt-dns (0.0.14~glasgall2) precise; urgency=low * SQLAlchemy API changes (SQLError is now DBAPIError