Add ".other" pseudo-subdomain to find IPs under transition.
[invirt/packages/invirt-dns.git] / debian / changelog
index f61ea58..944a09a 100644 (file)
@@ -1,3 +1,76 @@
+invirt-dns (0.0.19) precise; urgency=low
+
+  * Add ".other" pseudo-subdomain to find IPs under transition.
+
+ -- Mitchell Berger <mitchb@mit.edu>  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 <mitchb@mit.edu>  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 <mitchb@mit.edu>  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 <mitchb@mit.edu>  Sat, 04 Oct 2014 14:10:00 -0400
+
+invirt-dns (0.0.15) precise; urgency=low
+
+  * Updating version for precise migration.
+
+ -- Steven Valdez <dvorak42@mit.edu>  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 <achernya@mit.edu>  Fri, 31 May 2013 03:48:09 -0400
+
+invirt-dns (0.0.14~glasgall3) precise; urgency=low
+
+  * SQLAlchemy API changes (query() -> query)
+
+ -- Adam Glasgall <glasgall@mit.edu>  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 <glasgall@mit.edu>  Tue, 30 Apr 2013 13:11:12 -0400
+
+invirt-dns (0.0.14~glasgall1) precise; urgency=low
+
+  * rebuild for precise
+
+ -- Adam Glasgall <glasgall@mit.edu>  Tue, 30 Apr 2013 12:51:39 -0400
+
+invirt-dns (0.0.13) unstable; urgency=low
+
+  * Style nit for Quentin
+
+ -- Mitchell Berger <mitchb@mit.edu>  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 <mitchb@mit.edu>  Sat, 29 Oct 2011 05:37:00 -0400
+
 invirt-dns (0.0.11) unstable; urgency=low
 
   * Refactor DNS logic.