X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-dns.git/blobdiff_plain/838840b229a38f55338358c174c35b3cd8c9ce41..refs/heads/precise-prod:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 7580116..988f4a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,183 @@ +invirt-dns (0.0.21) unstable; urgency=low + + * Workaround a bug in Twisted's zone file parsing. + + -- Quentin Smith Mon, 25 Nov 2019 22:26:48 -0500 + +invirt-dns (0.0.20) unstable; urgency=low + + * Rewrite _lookup to use inlineCallbacks for readability, in the process + fixing a defer leak. + + -- Quentin Smith Mon, 16 Jun 2014 18:25:13 -0400 +invirt-dns (0.0.19) precise; urgency=low + + * Add ".other" pseudo-subdomain to find IPs being used for purposes + such as renumberings, and TXT queries in that pseudo-domain to + find out what is being done with those IPs. + + -- Mitchell Berger Tue, 15 May 2018 13:48:00 -0400 + +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. + + -- 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 + + -- Adam Glasgall Tue, 30 Apr 2013 13:11:12 -0400 + +invirt-dns (0.0.14~glasgall1) precise; urgency=low + + * rebuild for precise + + -- Adam Glasgall Tue, 30 Apr 2013 12:51:39 -0400 + +invirt-dns (0.0.13) unstable; urgency=low + + * Style nit for Quentin + + -- Mitchell Berger Sat, 29 Oct 2011 15:59:00 -0400 + +invirt-dns (0.0.12) unstable; urgency=low + + * Teach the DNS server how to delegate. + + -- Mitchell Berger Sat, 29 Oct 2011 05:37:00 -0400 + +invirt-dns (0.0.11) unstable; urgency=low + + * Refactor DNS logic. + * Fix bugs in 0.0.10: shouldn't give answers to A, NS on *.in-addr.arpa. + + -- Greg Price Fri, 27 Feb 2009 04:51:16 -0500 + +invirt-dns (0.0.10) unstable; urgency=low + + * Add support for resolving PTR records in the in-addr.arpa zone. + * If we're not authoritative for an in-addr.arpa zone, generate a + phantom SOA record for the exact request that came in. + + -- Quentin Smith Fri, 27 Feb 2009 02:56:31 -0500 + +invirt-dns (0.0.9) unstable; urgency=low + + * Don't error if dns.zone_files isn't set in the config. + + -- Evan Broder Fri, 30 Jan 2009 20:09:35 -0500 + +invirt-dns (0.0.8) unstable; urgency=low + + * Check the nics table first and then the machines table so that you can + do DNS lookups for machines with multiple IPs. + + -- Evan Broder Mon, 12 Jan 2009 20:51:28 -0500 + +invirt-dns (0.0.7) unstable; urgency=low + + [ Yang Zhang ] + * Do a better job of handling quoting + + -- Evan Broder Wed, 12 Nov 2008 18:48:50 -0500 + +invirt-dns (0.0.6) unstable; urgency=low + + * Add support for basic quoting in the zone file + + -- Evan Broder Sat, 01 Nov 2008 04:01:09 -0400 + +invirt-dns (0.0.5) unstable; urgency=low + + * Instead of hacking in support for prod.xvm.mit.edu, support zone files + that override the database + * Punt passup option as it can be handled by the zone file + + -- Evan Broder Sat, 01 Nov 2008 01:05:57 -0400 + +invirt-dns (0.0.4) unstable; urgency=low + + * Whoops - actually install the invirt-dns script + * Fix some stale, unneeded dependencies + + -- Evan Broder Fri, 31 Oct 2008 21:05:28 -0400 + +invirt-dns (0.0.3) unstable; urgency=low + + * Don't hang on NXDOMAINs + * Rearrange package structure + + -- Evan Broder Fri, 31 Oct 2008 21:00:51 -0400 + +invirt-dns (0.0.2) unstable; urgency=low + + * Standardize on "Invirt project" + + -- Evan Broder Fri, 24 Oct 2008 13:33:10 -0400 + +invirt-dns (0.0.1) unstable; urgency=low + + * sipb-xen -> invirt + + -- Greg Price Fri, 24 Oct 2008 00:54:52 -0400 + +sipb-xen-dns (1.06) unstable; urgency=low + + * Fix the SQLAlchemy calls + + -- Evan Broder Fri, 03 Oct 2008 20:44:23 -0400 + +sipb-xen-dns (1.05.1) unstable; urgency=low + + * Include the requirement on twisted.names + + -- Evan Broder Thu, 02 Oct 2008 18:48:58 -0400 + +sipb-xen-dns (1.05) unstable; urgency=low + + * Convert package to not include a svn checkout in the binary package + + -- Evan Broder Thu, 02 Oct 2008 18:41:25 -0400 + sipb-xen-dns (1.04) unstable; urgency=low * Search for longest-matching domain name instead of first-matching.