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