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