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