1 invirt-dns (0.0.21) unstable; urgency=low
3 * Workaround a bug in Twisted's zone file parsing.
5 -- Quentin Smith <quentin@mit.edu> Mon, 25 Nov 2019 22:26:48 -0500
7 invirt-dns (0.0.20) unstable; urgency=low
9 * Rewrite _lookup to use inlineCallbacks for readability, in the process
12 -- Quentin Smith <quentin@mit.edu> Mon, 16 Jun 2014 18:25:13 -0400
13 invirt-dns (0.0.19) precise; urgency=low
15 * Add ".other" pseudo-subdomain to find IPs being used for purposes
16 such as renumberings, and TXT queries in that pseudo-domain to
17 find out what is being done with those IPs.
19 -- Mitchell Berger <mitchb@mit.edu> Tue, 15 May 2018 13:48:00 -0400
21 invirt-dns (0.0.18) precise; urgency=low
23 * Stop replacing the Authority section with the Results section; Twisted
24 now places NS results in the Authority section, and our swapping has
25 once again broken delegation and thus the dev cluster.
27 -- Mitchell Berger <mitchb@mit.edu> Wed, 09 May 2018 00:11:00 -0400
29 invirt-dns (0.0.17) precise; urgency=low
31 * Don't populate the authority or additional sections in responses
32 to queries for unimplemented record types.
34 -- Mitchell Berger <mitchb@mit.edu> Sat, 04 Oct 2014 17:31:00 -0400
36 invirt-dns (0.0.16) precise; urgency=low
38 * Be tolerant of requests for record types that have not been
39 implemented by Twisted yet - instead of returning SERVFAIL,
40 return either NXDOMAIN or an empty result set with NOERROR
41 as appropriate depending on whether the name exists in our zones.
43 -- Mitchell Berger <mitchb@mit.edu> Sat, 04 Oct 2014 14:10:00 -0400
45 invirt-dns (0.0.15) precise; urgency=low
47 * Updating version for precise migration.
49 -- Steven Valdez <dvorak42@mit.edu> Sat, 20 Jul 2013 16:40:58 -0400
51 invirt-dns (0.0.14~glasgall3achernya1) precise; urgency=low
54 * Bump standards version
56 -- Alexander Chernyakhovsky <achernya@mit.edu> Fri, 31 May 2013 03:48:09 -0400
58 invirt-dns (0.0.14~glasgall3) precise; urgency=low
60 * SQLAlchemy API changes (query() -> query)
62 -- Adam Glasgall <glasgall@mit.edu> Thu, 02 May 2013 20:42:20 -0400
64 invirt-dns (0.0.14~glasgall2) precise; urgency=low
66 * SQLAlchemy API changes (SQLError is now DBAPIError
68 -- Adam Glasgall <glasgall@mit.edu> Tue, 30 Apr 2013 13:11:12 -0400
70 invirt-dns (0.0.14~glasgall1) precise; urgency=low
74 -- Adam Glasgall <glasgall@mit.edu> Tue, 30 Apr 2013 12:51:39 -0400
76 invirt-dns (0.0.13) unstable; urgency=low
78 * Style nit for Quentin
80 -- Mitchell Berger <mitchb@mit.edu> Sat, 29 Oct 2011 15:59:00 -0400
82 invirt-dns (0.0.12) unstable; urgency=low
84 * Teach the DNS server how to delegate.
86 -- Mitchell Berger <mitchb@mit.edu> Sat, 29 Oct 2011 05:37:00 -0400
88 invirt-dns (0.0.11) unstable; urgency=low
91 * Fix bugs in 0.0.10: shouldn't give answers to A, NS on *.in-addr.arpa.
93 -- Greg Price <price@mit.edu> Fri, 27 Feb 2009 04:51:16 -0500
95 invirt-dns (0.0.10) unstable; urgency=low
97 * Add support for resolving PTR records in the in-addr.arpa zone.
98 * If we're not authoritative for an in-addr.arpa zone, generate a
99 phantom SOA record for the exact request that came in.
101 -- Quentin Smith <quentin@mit.edu> Fri, 27 Feb 2009 02:56:31 -0500
103 invirt-dns (0.0.9) unstable; urgency=low
105 * Don't error if dns.zone_files isn't set in the config.
107 -- Evan Broder <broder@mit.edu> Fri, 30 Jan 2009 20:09:35 -0500
109 invirt-dns (0.0.8) unstable; urgency=low
111 * Check the nics table first and then the machines table so that you can
112 do DNS lookups for machines with multiple IPs.
114 -- Evan Broder <broder@mit.edu> Mon, 12 Jan 2009 20:51:28 -0500
116 invirt-dns (0.0.7) unstable; urgency=low
119 * Do a better job of handling quoting
121 -- Evan Broder <broder@mit.edu> Wed, 12 Nov 2008 18:48:50 -0500
123 invirt-dns (0.0.6) unstable; urgency=low
125 * Add support for basic quoting in the zone file
127 -- Evan Broder <broder@mit.edu> Sat, 01 Nov 2008 04:01:09 -0400
129 invirt-dns (0.0.5) unstable; urgency=low
131 * Instead of hacking in support for prod.xvm.mit.edu, support zone files
132 that override the database
133 * Punt passup option as it can be handled by the zone file
135 -- Evan Broder <broder@mit.edu> Sat, 01 Nov 2008 01:05:57 -0400
137 invirt-dns (0.0.4) unstable; urgency=low
139 * Whoops - actually install the invirt-dns script
140 * Fix some stale, unneeded dependencies
142 -- Evan Broder <broder@mit.edu> Fri, 31 Oct 2008 21:05:28 -0400
144 invirt-dns (0.0.3) unstable; urgency=low
146 * Don't hang on NXDOMAINs
147 * Rearrange package structure
149 -- Evan Broder <broder@mit.edu> Fri, 31 Oct 2008 21:00:51 -0400
151 invirt-dns (0.0.2) unstable; urgency=low
153 * Standardize on "Invirt project"
155 -- Evan Broder <broder@mit.edu> Fri, 24 Oct 2008 13:33:10 -0400
157 invirt-dns (0.0.1) unstable; urgency=low
161 -- Greg Price <price@mit.edu> Fri, 24 Oct 2008 00:54:52 -0400
163 sipb-xen-dns (1.06) unstable; urgency=low
165 * Fix the SQLAlchemy calls
167 -- Evan Broder <broder@mit.edu> Fri, 03 Oct 2008 20:44:23 -0400
169 sipb-xen-dns (1.05.1) unstable; urgency=low
171 * Include the requirement on twisted.names
173 -- Evan Broder <broder@mit.edu> Thu, 02 Oct 2008 18:48:58 -0400
175 sipb-xen-dns (1.05) unstable; urgency=low
177 * Convert package to not include a svn checkout in the binary package
179 -- Evan Broder <broder@mit.edu> Thu, 02 Oct 2008 18:41:25 -0400
181 sipb-xen-dns (1.04) unstable; urgency=low
183 * Search for longest-matching domain name instead of first-matching.
184 * ns1.prod.xvm.mit.edu (0.0.0.0) is the primary nameserver for the prod
187 -- Yang Zhang <y_z@mit.edu> Mon, 25 Aug 2008 01:01:17 -0400
189 sipb-xen-dns (1.03) unstable; urgency=low
193 -- Yang Zhang <y_z@mit.edu> Sun, 24 Aug 2008 16:37:16 -0400
195 sipb-xen-dns (1.02) unstable; urgency=low
197 * sipb_xen_database -> invirt.database
198 * use invirt.config in dnsserver.py
200 -- Yang Zhang <y_z@mit.edu> Sun, 3 Aug 2008 19:18:40 -0400
202 sipb-xen-dns (1.01) unstable; urgency=low
204 * update SOA record for the xvm.mit.edu order of things
206 -- Greg Price <price@mit.edu> Sun, 3 Aug 2008 02:10:03 -0400
208 sipb-xen-dns (1) unstable; urgency=low
211 -- SIPB Xen Project <sipb-xen@mit.edu> Sun, 24 Feb 2008 20:45:28 -0500