blob: fce34102ffd8462a5955e2a221530eaa82b253d8 [file] [log] [blame]
Simon Kelley8ee85242016-07-06 22:23:22 +01001dnsmasq (2.77-1) unstable; urgency=low
2
3 * New upstream.
4
Simon Kelleycd2ddb92016-07-16 22:23:49 +01005 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 16 Jul 2016 22:22:10 +0000
6
7dnsmasq (2.76-2) unstable; urgency=medium
8
9 * Fix to systemd to fix failure to start with bridge interface.
10 (Closes: #831372)
11
12 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 16 Jul 2016 22:09:10 +0000
Simon Kelley8ee85242016-07-06 22:23:22 +010013
Simon Kelley9bb39982016-07-16 22:06:01 +010014dnsmasq (2.76-1.2) unstable; urgency=medium
15
16 * Non-maintainer upload.
17 * dnsmasq: Install marker file to determine package installed state,
18 for the benefit of the init script. (Closes: #819856)
19
20 -- Christian Hofstaedtler <zeha@debian.org> Sat, 16 Jul 2016 00:17:57 +0000
21
zeha@debian.org04cb5362016-07-06 22:30:10 +010022dnsmasq (2.76-1.1) unstable; urgency=medium
23
24 * Non-maintainer upload.
25 * Provide nss-lookup.target for systemd, without relying on insserv.
26 Patch from Michael Biebl <biebl@debian.org>. (Closes: #826242)
27
28 -- Christian Hofstaedtler <zeha@debian.org> Fri, 01 Jul 2016 13:41:11 +0000
29
Simon Kelley77607cb2015-09-10 23:08:43 +010030dnsmasq (2.76-1) unstable; urgency=low
31
32 * New upstream. (closes: #798586)
Simon Kelley47901152015-09-29 22:54:41 +010033 * Use /run/dnsmasq directly, rather than relying on link from /var/run
34 to avoid problems before /var is mounted. (closes: #800351)
Simon Kelley332c41e2016-05-01 22:36:46 +010035 * Test for the existance of /usr/share/doc/dnsmasq rather then
36 /etc/dnsmasq.d/README in the daemon startup script. (closes: #819856)
Simon Kelley09217a12016-05-03 17:04:35 +010037 * Add --help to manpage and mention dhcp6 in summary. (closes: #821226)
Simon Kelley332c41e2016-05-01 22:36:46 +010038
Simon Kelleyf186bdc2016-05-18 15:51:54 +010039 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 10 Sep 2015 23:07:21 +0000
Simon Kelley77607cb2015-09-10 23:08:43 +010040
Simon Kelley63ec5d12015-07-30 20:59:07 +010041dnsmasq (2.75-1) unstable; urgency=low
42
43 * New upstream. (closes: #794095)
Simon Kelley332c41e2016-05-01 22:36:46 +010044
Simon Kelleyf186bdc2016-05-18 15:51:54 +010045 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 30 Jul 2015 20:58:31 +0000
Simon Kelley63ec5d12015-07-30 20:59:07 +010046
Simon Kelley60176c72015-07-07 21:54:55 +010047dnsmasq (2.74-1) unstable; urgency=low
48
Simon Kelleyb69e8452015-07-15 19:54:50 +010049 * New upstream. (LP: #1468611)
Simon Kelley332c41e2016-05-01 22:36:46 +010050
Simon Kelleyb69e8452015-07-15 19:54:50 +010051 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 15 Jul 2015 21:54:11 +0000
Simon Kelley60176c72015-07-07 21:54:55 +010052
53dnsmasq (2.73-2) unstable; urgency=low
54
55 * Fix behaviour of empty --conf-file (closes: #790341)
56
57 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 7 Jul 2015 21:46:42 +0000
58
Simon Kelley72eba2b2014-10-03 08:50:37 +010059dnsmasq (2.73-1) unstable; urgency=low
60
Simon Kelleyd644b2a2015-06-01 21:00:16 +010061 * New upstream. (closes: #786996)
Simon Kelley32678042014-12-17 20:38:20 +000062 * Tweak field width in cache dump to avoid truncating IPv6
63 addresses. (closes: #771557)
Simon Kelleyd2c54582015-02-02 21:27:39 +000064 * Add newline at the end of example config file. (LP: #1416895)
Chris Lambb467a452015-02-09 11:52:30 +000065 * Make Debian package build reproducible. (closes: #777323)
Simon Kelleydec180a2015-05-13 12:16:13 +010066 * Add Requires=network.target to systemd unit.
Simon Kelley72eba2b2014-10-03 08:50:37 +010067
Simon Kelley24e92072015-06-04 22:32:43 +010068 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 4 Jun 2015 22:31:42 +0000
Simon Kelleyee4d1ce2015-02-12 18:30:32 +000069
70dnsmasq (2.72-3) unstable; urgency=medium
71
72 * debian/systemd.service: switch from Type=dbus to Type=forking.
73 dnsmasq does not depend on dbus, but Type=dbus systemd services cannot
74 work without it. (Closes: #769486, #776530)
75 - debian/init: when called with systemd-exec argument, let dnsmasq
76 go into the background, so Type=forking can detect when it is ready
77 * Remove line containing only whitespace in debian/contol.
78 (closes: #777571)
79
80 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 11 Feb 2015 21:56:12 +0000
Simon Kelley72eba2b2014-10-03 08:50:37 +010081
Simon Kelley6ac3bc02014-10-03 08:48:11 +010082dnsmasq (2.72-2) unstable; urgency=low
83
84 * Fix build in Debian-kFreeBSD. (closes: #763693)
85
86 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 02 Oct 2014 22:34:12 +0000
87
Simon Kelleya008a842014-05-20 21:01:34 +010088dnsmasq (2.72-1) unstable; urgency=low
89
90 * New upstream.
Simon Kelleyc43b8a62014-09-07 19:34:39 +010091 * If dns-root-data package is installed, use it to set the DNSSEC
92 trust anchor(s). Recommend dns-root-data. (closes: #760460)
Simon Kelley00c0f692014-09-16 11:22:33 +010093 * Handle AD bit correctly in replies from cache. (closes: #761654)
Simon Kelleya008a842014-05-20 21:01:34 +010094
Simon Kelleyd54409d2014-09-09 14:06:13 +010095 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 20 May 2014 21:01:11 +0000
Simon Kelleya008a842014-05-20 21:01:34 +010096
Simon Kelley0fa7e622014-05-16 20:21:55 +010097dnsmasq (2.71-1) unstable; urgency=low
98
99 * New upstream.
100 * Fix 100% CPU-usage bug when dnsmasq started with cachesize
101 set to zero. (LP: #1314697)
102
103 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 16 May 2014 20:17:10 +0000
104
Andreas Metzler62f992f2014-05-11 17:53:54 +0100105dnsmasq (2.70-3) unstable; urgency=medium
Simon Kelleya23949d2014-05-09 20:47:09 +0100106
107 * Write a pid-file, even when being started using systemd, since
108 other components may wish to signal dnsmasq.
Andreas Metzler62f992f2014-05-11 17:53:54 +0100109 * Enable dnsmasq systemd unit on install. Otherwise dnsmasq does not run on
110 fresh installations (without administrator handholding) and even worse it
111 is disabled on systems switching from sysv to systemd. Modify
112 postinst/postrm exactly as dh_systemd would, add dependency on
113 init-system-helpers. Closes: #724602
114
Simon Kelley0fa7e622014-05-16 20:21:55 +0100115 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 11 May 2014 17:45:21 +0000
Simon Kelleya23949d2014-05-09 20:47:09 +0100116
Simon Kelley8aa999e2014-05-04 21:45:26 +0100117dnsmasq (2.70-2) unstable; urgency=low
118
119 * Ensure daemon not stared if dnsmasq package has been removed,
120 even if dnsmasq-base is still installed. (closes: #746941)
121 * Tidy cruft in initscript. (closes: #746940)
122
123 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 04 May 2014 21:34:11 +0000
124
Simon Kelleyab720912014-04-23 12:31:40 +0100125dnsmasq (2.70-1) unstable; urgency=low
126
127 * New upstream.
128
129 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 23 Apr 2014 15:14:42 +0000
130
Simon Kelley160f6502014-02-04 16:49:41 +0000131dnsmasq (2.69-1) unstable; urgency=low
132
133 * New upstream.
Simon Kelley1a9a3482014-03-05 15:01:08 +0000134 * Set --local-service. (closes: #732610)
Simon Kelleyab720912014-04-23 12:31:40 +0100135 This tells dnsmasq to ignore DNS requests that don't come
136 from a local network. It's automatically ignored if
137 --interface --except-interface, --listen-address or
138 --auth-server exist in the configuration, so for most
139 installations, it will have no effect, but for
140 otherwise-unconfigured installations, it stops dnsmasq
Simon Kelley1a9a3482014-03-05 15:01:08 +0000141 from being vulnerable to DNS-reflection attacks.
Simon Kelley160f6502014-02-04 16:49:41 +0000142
143 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 4 Feb 2014 16:28:12 +0000
144
Simon Kelley56ad6c92013-12-08 15:58:29 +0000145dnsmasq (2.68-1) unstable; urgency=low
Simon Kelley2b6390f2013-04-19 10:23:50 +0100146
Simon Kelley5f45d6a2013-12-03 13:43:56 +0000147 * New upstream. (closes: #730553)
Simon Kelley160f6502014-02-04 16:49:41 +0000148
Simon Kelley56ad6c92013-12-08 15:58:29 +0000149 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 8 Dec 2013 15:57:32 +0000
150
151dnsmasq (2.67-1) unstable; urgency=low
152
153 * New upstream.
Simon Kelley831b5ba2013-09-05 15:36:25 +0100154 * Update resolvconf script. (closes: #720732)
Simon Kelley2b6390f2013-04-19 10:23:50 +0100155
Simon Kelleyf086d392013-08-14 14:54:23 +0100156 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 4 Aug 2013 14:53:22 +0000
157
158dnsmasq (2.66-4) unstable; urgency=low
159
160 * Update resolvconf script. (closes: #716908)
161
162 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 4 Aug 2013 14:48:21 +0000
Simon Kelley48493322013-05-28 14:49:54 +0100163
164dnsmasq (2.66-3) unstable; urgency=low
165
166 * Update resolvconf script for dnscrypt-proxy integration. (closes: #709179)
167
168 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 28 May 2013 14:39:51 +0000
Simon Kelley63fd27e2013-05-20 11:50:33 +0100169
170dnsmasq (2.66-2) unstable; urgency=low
171
172 * Fix error on startup with some configs. (closes: #709010)
173
174 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 20 May 2013 11:46:11 +0000
Simon Kelley2b6390f2013-04-19 10:23:50 +0100175
Simon Kelley9def9632012-12-14 11:58:56 +0000176dnsmasq (2.66-1) unstable; urgency=low
177
178 * New upstream.
Simon Kelley3b323bd2013-02-22 21:55:29 +0000179 * Add support for noipset in DEB_BUILD_OPTIONS.
Simon Kelley9def9632012-12-14 11:58:56 +0000180
Simon Kelley3b323bd2013-02-22 21:55:29 +0000181 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 22 Feb 2013 21:52:13 +0000
Simon Kelley9def9632012-12-14 11:58:56 +0000182
Simon Kelley7c305be2012-12-04 20:59:06 +0000183dnsmasq (2.65-1) unstable; urgency=low
184
185 * New upstream.
186
Simon Kelley9def9632012-12-14 11:58:56 +0000187 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 14 Dec 2012 11:34:12 +0000
Simon Kelley7c305be2012-12-04 20:59:06 +0000188
Simon Kelley476e4a02012-08-17 13:45:49 +0100189dnsmasq (2.64-1) unstable; urgency=low
190
191 * New upstream.
192
Simon Kelleydb3946c2012-09-21 17:21:05 +0100193 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 21 Sep 2012 17:17:22 +0000
194
195dnsmasq (2.63-4) unstable; urgency=low
196
197 * Make pid-file creation immune to symlink attacks. (closes: #686484)
198
199 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 21 Sep 2012 17:16:34 +0000
Simon Kelley1dedeb82012-09-04 21:50:52 +0100200
201dnsmasq (2.63-3) unstable; urgency=low
202
203 * Move adduser dependency to dnsmasq-base. (closes: #686694)
204
205 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 4 Sep 2012 21:44:15 +0000
Simon Kelleybc54ae32012-08-28 21:26:56 +0100206
207dnsmasq (2.63-2) unstable; urgency=low
208
209 * Fix version script to report correct version.
210 * Unbotch move of dbus config file by using correct versions in
211 Replaces: and Breaks: lines. (closes: #685204)
212 * Create dnsmasq user in dnsmasq-base so that Dbus doesn't complain if
213 only dnsmasq-base is installed. (closes: #685987)
214
215 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 28 Aug 2012 16:18:35 +0000
Simon Kelley476e4a02012-08-17 13:45:49 +0100216
Simon Kelleyc514ab92012-06-07 15:35:08 +0100217dnsmasq (2.63-1) unstable; urgency=low
218
219 * New upstream.
Simon Kelley4ba9b382012-07-29 17:07:48 +0100220 * Move /etc/dbus-1/system.d/dnsmasq.conf from dnsmasq to dnsmasq-base.
Simon Kelleyc514ab92012-06-07 15:35:08 +0100221
Simon Kelley2cd9a0d2012-06-11 21:56:10 +0100222 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 11 Jun 2012 21:55:35 +0000
223
224dnsmasq (2.62-3) unstable; urgency=low
225
226 * Do resolvconf and /etc/default startup logic when
227 starting with systemd. (closes: #675854)
228
229 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 11 Jun 2012 21:50:11 +0000
Simon Kelleyc514ab92012-06-07 15:35:08 +0100230
Simon Kelley43c271b2012-06-07 10:02:53 +0100231dnsmasq (2.62-2) unstable; urgency=low
232
233 * Pass LDFLAGS to make to get hardening in linker.
234
Simon Kelleyc514ab92012-06-07 15:35:08 +0100235 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 7 Jun 2012 09:53:43 +0000
Simon Kelley43c271b2012-06-07 10:02:53 +0100236
Simon Kelley068b4b52012-05-12 15:25:33 +0100237dnsmasq (2.62-1) unstable; urgency=low
238
239 * New upstream.
Simon Kelley97c83bb2012-05-28 18:21:59 +0100240 * Use dpkg-buildflags. (Enables hardening).
Simon Kelley068b4b52012-05-12 15:25:33 +0100241
242 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 12 May 2012 15:25:23 +0000
243
Simon Kelleyd13191a2012-03-06 19:57:39 +0000244dnsmasq (2.61-1) unstable; urgency=low
245
246 * New upstream.
Simon Kelley760169f2012-03-09 14:27:49 +0000247 * Provide "dump-stats" initscript method. (closes: #654656)
248 * Add (empty) build-indep and build-arch rules targets.
Simon Kelley40ef23b2012-03-13 21:59:28 +0000249 * Bump standards-version to 3.9.3
Simon Kelley2f777972012-04-16 14:58:53 +0100250 * Add port option to example dnsmasq.conf (closes: #668386)
251
Simon Kelleyd13191a2012-03-06 19:57:39 +0000252 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 6 Mar 2012 19:45:43 +0000
253
Simon Kelley38a59a92012-03-23 10:08:12 +0000254dnsmasq (2.60-2) unstable; urgency=high
255
256 * Fix DHCPv4 segfault. (closes: #665008)
257
258 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 23 Mar 2012 09:37:23 +0000
259
Simon Kelleyc72daea2012-01-05 21:33:27 +0000260dnsmasq (2.60-1) unstable; urgency=low
261
262 * New upstream.
263 * Bump standards-version to 3.9.2
Simon Kelley3862deb2012-01-06 20:16:07 +0000264 * Fix typo in example config file. (closes: #654897)
Simon Kelleyc72daea2012-01-05 21:33:27 +0000265
266 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 1 Dec 2011 15:49:33 +0000
267
268dnsmasq (2.59-4) unstable; urgency=low
269
270 * Supply /etc/insserv.conf.d/dnsmasq (closes: #650540)
271
272 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 1 Dec 2011 11:35:13 +0000
273
274dnsmasq (2.59-3) unstable; urgency=low
275
276 * Stop daemon at runlevels 0, 1 and 6. (closes: #647726)
277
278 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 26 Nov 2011 15:28:33 +0000
279
280dnsmasq (2.59-2) unstable; urgency=low
281
282 * Fix reported version number.
283
284 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 19 Oct 2011 09:25:53 +0000
285
286dnsmasq (2.59-1) unstable; urgency=low
287
288 * New upstream.
289 * Fix IPv6 bind problem (closes: #644345)
290
291 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 8 Oct 2011 16:34:13 +0000
292
293dnsmasq (2.58-3) unstable; urgency=low
294
295 * Fix resolvconf script location. (closes: #641717)
296 * Update systemd service file. (closes: #640095)
297
298 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 15 Sep 2011 16:33:23 +0000
299
300dnsmasq (2.58-2) unstable; urgency=low
301
302 * Fix resolvconf script. (closes: #639963)
303
304 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 1 Sep 2011 10:05:23 +0000
305
306dnsmasq (2.58-1) unstable; urgency=low
307
308 * New upstream.
309 * Add noconntrack DEB_BUILD_OPTIONS flag.
310 * Improve error message when tag:xxx appears
311 in --dhcp-host (closes: #627986)
312 * Add /usr/lib/resolvconf/packaging-event.d/dnsmasq (closes: #628003)
313 * Update resolvconf hook script to sleep only
314 when necessary. (closes: #627789)
315 * Tweak behaviour of --domain-needed to avoid problems with recursive
316 nameservers _downstream_ of dnsmasq. (closes: #630637)
317 * Allow processes running as uid dnsmasq to send messages on the DBus,
318 so that dnsmasq can return errors. (closes: #635017)
319 * Add /lib/systemd/system/dnsmasq.service (closes: #635753)
320 * New binary package, dnsmasq-utils, containing dhcp_release and
321 dhcp_lease_time from contrib/wrt. Note that these are Linux-specific
322 so this package is Architecture: linux-any (closes: #638136)
323
324 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 22 Aug 2011 14:57:03 +0000
325
326dnsmasq (2.57-1) unstable; urgency=low
327
328 * New upstream.
329 * Fix typos in example config file. (closes: #606615)
330 * Bump standards-version to 3.9.1
331 * Add noidn DEB_BUILD_OPTIONS flag.
332 * Don't complain about extra command line arguments if
333 they are empty, as this breaks libvirt. (closes: #613915)
334
335 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 18 Feb 2011 09:54:13 +0000
336
337dnsmasq (2.56-1) unstable; urgency=low
338
339 * New upstream.
340 * Die if non-option args present on the command-line. (closes: #589885)
341 * Tighten up use of IGNORE_RESOLVCONF in initscript. (closes: #575345)
342 * Update URL of ISC's explanation of dhcp-authoritative in the example
343 configuration file. (closes: #604870)
344 * Cosmetic changes to dnsmasq.conf.example. (closes: #598790)
345 * More dnsmasq.conf.example fixes. (closes: #606615)
346 * Add other resolv.conf locations to FILES section of the manual
347 page. (closes: #603505)
348 * Clarify configuration for static IP addresses in the absence of
349 resolvconf in the Debian readme file. (closes: #604035)
350 * Fix handling of obsolete DNSMASQ_INTERFACE and DNSMASQ_EXCEPT
351 variables in /etc/default/dnsmasq. (LP: #691329)
352 * Provide debian/source/format.
353
354 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 17 Dec 2010 13:17:33 +0000
355
356dnsmasq (2.55-2) unstable; urgency=high
357
358 * Fix crash on double free. (closes: #597205)
359
360 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 19 Sep 2010 21:45:33 +0000
361
362dnsmasq (2.55-1) unstable; urgency=low
363
364 * New upstream.
365 * Fix crash when /etc/ethers in use. (closes: #584754)
366
367 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 6 Jun 2010 20:33:13 +0000
368
369dnsmasq (2.53-1) unstable; urgency=low
370
371 * New upstream.
372 * Fix FTBFS on kFreeBSD. (closes: #566334)
373 * Teach initscript to check the config file syntax before
374 restarting dnsmasq. An error will leave the old dnsmasq still
375 running, rather than killing the old daemon and then failing to start
376 a new one.
377 * Tweak DHCP behaviour when a physical interface has two addresses on
378 the same subnet. (closes: #581064)
379
380 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 20 May 2010 11:41:23 +0000
381
382dnsmasq (2.52-1) unstable; urgency=low
383
384 * New upstream.
385 * Be more conservative with "A for A" processing. (closes: #553337)
386 * Add README file in /etc/dnsmasq.d to explain what's going on.
387
388 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 14 Jan 2010 09:53:13 +0000
389
390dnsmasq (2.51-1) unstable; urgency=low
391
392 * New upstream.
393 * Bump standards-version to 3.8.2 (no changes needed).
394 * Ignore files named *.dpkg-old, *.dpkg-new and *.dpkg-dist
395 in /etc/dnsmasq.d
396 * Provide a facility in /etc/default/dnsmasq to disable dnsmasq's
397 interaction with the resolvconf package. This is needed because
398 setting "resolv-file" in /etc/dnsmasq.conf won't override a
399 file given on the command line from resolvconf. (closes: #528762)
400 * Check for duplicate names/addresses in /etc/ethers. (closes: #523787)
401 * Set the system locale in the environment before invoking dnsmasq,
402 so that translated messages work, and IDN uses the correct charset.
403
404 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 4 Oct 2009 14:01:14 +0000
405
406
407dnsmasq (2.50-1) unstable; urgency=high
408
409 * New upstream, fixes remote vulns in TFTP server.
410 Bugtraq id: 36120,36121 CVE: 2009-2957,2009-2958
411
412 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 21 Aug 2009 10:25:13 +0000
413
414
415dnsmasq (2.49-1) unstable; urgency=low
416
417 * New upstream.
418 * Log TFTP "file not found" errors. (closes: #532201)
419
420 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 8 Jun 2009 22:03:23 +0000
421
422dnsmasq (2.48-2) unstable; urgency=low
423
424 * Change dnsmasq -> dnsmasq-base dependency to >= to allow binNMU,
425 fixes Lintian error.
426 * Bump standards-version to 3.8.1
427
428 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 5 Jun 2009 10:58:33 +0000
429
430dnsmasq (2.48-1) unstable; urgency=low
431
432 * New upstream.
433 * Detect and ignore duplicate configuration files. (closes: #516234)
434 * Add 2 second sleep between stop and start during initscript restart.
435 * Make dependency on dnsmasq-base in dnsmasq package versioned, so that
436 installing the latest dnsmasq will install the latest dnsmasq-base
437 too. (closes: #523955)
438 * Add nodhcp DEB_BUILD_OPTIONS option.
439
440 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 29 May 2009 10:20:23 +0000
441
442dnsmasq (2.47-3) unstable; urgency=low
443
444 * Fix bashism in init script. (closes: #514397)
445 * Tweak logging in init script.
446
447 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 7 Feb 2009 19:25:23 +0000
448
449dnsmasq (2.47-2) unstable; urgency=low
450
451 * Check that /etc/init.d/dnsmasq is executable in postinst in case
452 the daemon has been disabled that way. (closes: #514314)
453 * Ensure that /var/run/dnsmasq exists and has the right permissions
454 before running dnsmasq. On some systems /var/run is cleared over
455 reboot. (closes: #514317)
456
457 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 6 Feb 2009 09:38:21 +0000
458
459dnsmasq (2.47-1) unstable; urgency=low
460
461 * New upstream.
462 * Handle the "ENABLED" flag in the init script a bit more
463 intelligently. The "stop" and "status" functions continue
464 to work even when disabled, but a failed "stop" becomes
465 silent and returns zero exit code.
466 * Don't explicitly kill dnsmasq at system shutdown, rely on the
467 sendsigs script instead which is quicker. (closes: #506734)
468 * Store the PID-file in /var/run/dnsmasq. This directory is owned by
469 user "dnsmasq", so that dnsmasq can delete the PID-file on
470 shutdown. This ensures that the the PID-file goes even when dnsmasq
471 is stopped by sendsigs. (closes: #508560)
472 * Bump standards-version to 3.8.0 (no changes required.)
473 * /usr/sbin/adduser -> adduser in postinst. Lintian fix.
474 * Handle IPv6 addresses in "tentative" state better. (closes: #507646)
475 * Add DBus introspection support. (closes: #508774)
476 * Fix Dbus configuration. (closes: #510649)
477
478 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 2 Feb 2009 13:39:11 +0000
479
480dnsmasq (2.46-1) unstable; urgency=low
481
482 * New upstream. (closes: #499162) (closes: #499007)
483 * Remove from init script start-stop-daemon call to kill
484 child processes. This is not needed since dnsmasq is
485 carefully written to kill child processes, and it interacts
486 badly with "private" instances of dnsmasq. (closes: #505523)
487 * Provide /etc/dnsmasq.d and alter the installed /etc/default/dnsmasq
488 so that /etc/dnsmasq.d is read. This provides a drop-directory where
489 libvirt can add options to make the system dnsmasq automatically
490 play nice with libvirt's private instances. (closes: #505522)
491
492 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 13 Nov 2008 20:15:31 +0000
493
494dnsmasq (2.45-1) unstable; urgency=high
495
496 * New upstream - fixes regression when min-port not set.
497
498 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 20 Jul 2008 19:27:11 +0000
499
500dnsmasq (2.44-1) unstable; urgency=high
501
502 * New upstream - bugfix release for 2.43.
503 * Fix crash in netlink code. (closes: #491289)
504
505 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 11 Jul 2008 19:39:10 +0000
506
507dnsmasq (2.43-1) unstable; urgency=high
508
509 * New upstream.
510 * Implement source-port randomisation and better random
511 number generator as defence against CVE-2008-1447 (closes: #490123)
512
513 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 17 Jun 2008 11:55:38 +0000
514
515dnsmasq (2.42-4) unstable; urgency=low
516
517 * Fix botch in postinst introduced in 2.42-2. (closes: #486616)
518
519 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 17 Jun 2008 11:39:10 +0000
520
521dnsmasq (2.42-3) unstable; urgency=low
522
523 * Fix thinko in init script, breaks status command. (closes: #486455)
524
525 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 16 Jun 2008 11:26:20 +0000
526
527dnsmasq (2.42-2) unstable; urgency=low
528
529 * Error check in postinst file (closes: #485645)
530
531 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 10 Jun 2008 20:25:10 +0000
532
533dnsmasq (2.42-1) unstable; urgency=low
534
535 * New upstream.
536 * Fix manpage typos. (closes: #468762)
537 * Use LSB log_*_msg rather than echo in init script. (closes: #473117)
538 * Fix agent-id echo problem. (closes: #473015)
539 * Fixup changing /usr/share/doc/dnsmasq to symlink. (closes: #468763)
540
541 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 27 Feb 2008 21:15:28 +0000
542
543dnsmasq (2.41-2) unstable; urgency=low
544
545 * Fix rules to build binary-arch and binary-indep correctly.
546
547 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 27 Feb 2008 19:57:10 +0000
548
549dnsmasq (2.41-1) unstable; urgency=low
550
551 * New upstream.
552 * Fix typo. (closes: #448038)
553 * Fix DHCP problem interoperating with Sony Ericsson K610i (closes: #451871)
554 * Split binary packages into dnsmasq and dnsmasq-base (closes: #463407)
555 * Add warnings about bad effects of --filterwin2k to default config
556 file. (closes: #464357)
557 * Don't declare Provides: $named in LSB header. (closes: #464512)
558 * Remove conflict with pdnsd. (closes: #464691)
559 * Add ability to disable dnsmasq in /etc/default/dnsmasq. (closes: #465062)
560
561 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 31 Jan 2008 20:25:28 +0000
562
563dnsmasq (2.40-1) unstable; urgency=low
564
565 * New upstream.
566 * Fix manpage typo. (closes: #429412)
567 * Fix dnsmasq.conf typos (closes: #429929)
568 * Handle DEB_BUILD_OPTIONS nostrip and noopt (closes: #436784)
569 * Add DEB_BUILD_OPTIONS for nodocs, notftp, noipv6,
570 nodbus, noi18n and nortc.
571 * Create DEBIAN/md5sums file in package.
572 * Add status function to init script. (closes: #439316)
573
574 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 9 Aug 2007 10:24:18 +0000
575
576dnsmasq (2.39-1) unstable; urgency=low
577
578 * New upstream.
579 * Provide example config file in /usr/share/doc/dnsmasq/examples
580 as well as /etc/dnsmasq.conf, so it's available for reference.
581
582 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 13 Feb 2007 10:02:38 +0000
583
584dnsmasq (2.38-1) unstable; urgency=low
585
586 * New upstream (closes: #410185)
587
588 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 6 Feb 2007 21:14:58 +0000
589
590dnsmasq (2.37-1) unstable; urgency=low
591
592 * New upstream.
593
594 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 25 Jan 2007 10:44:18 +0000
595
596dnsmasq (2.36-1) unstable; urgency=low
597
598 * New upstream. (closes: #400037)
599 * Don't fail to purge if deluser command is not available.
600 * Add one second sleep to resolvconf script. (closes: #398961)
601 * Fix dnsmasq.conf typo (closes: #405314)
602
603 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 31 Oct 2006 10:24:58 +0000
604
605dnsmasq (2.35-1) unstable; urgency=low
606
607 * New upstream.
608
609 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 18 Oct 2006 09:23:28 +0000
610
611dnsmasq (2.34-1) unstable; urgency=low
612
613 * New upstream.
614 * Includes --clear-on-reload flag. (loses: #391654)
615 * Don't any longer set the "domain-needed" and "bogus-priv" flags in the
616 * the default-installed dnsmasq.conf. These can generate puzzling
617 * behaviour for people who get them without asking.
618
619 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 9 Aug 2006 09:23:28 +0000
620
621dnsmasq (2.33-1) unstable; urgency=low
622
623 * New upstream.
624 * Remove bashism from Makefile (closes: #375409)
625 * Added Provides: $named to LSB header in init script.
626 * Add --dns-forward-max flag. (closes: #377506)
627
628 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 25 June 2006 18:03:13 +0000
629
630dnsmasq (2.32-2) unstable; urgency=low
631
632 * Added LSB tags to init.d startup script. (closes: #374650)
633
634 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 25 June 2006 17:55:11 +0000
635
636dnsmasq (2.32-1) unstable; urgency=low
637
638 * New upstream.
639
640 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 8 May 2006 09:23:28 +0000
641
642dnsmasq (2.31-1) unstable; urgency=high
643
644 * New upstream. (closes: #364800)
645 * Compile in Dbus support now that suitable Dbus packages exist.
646 * Don't stop an old dnsmasq process, until a new one is ready,
647 when upgrading. (closes: #366224)
648 * Move to standards-version 3.7.2 (no changes needed).
649
650 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 6 May 2006 11:58:22 +0000
651
652dnsmasq (2.30-1) unstable; urgency=low
653
654 * New upstream, fixes crash with DHCP broadcast replies.
655
656 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 23 Apr 2006 14:58:22 +0000
657
658dnsmasq (2.29-1) unstable; urgency=low
659
660 * New upstream. (closes: #363244) (closes: #363340)
661 * Made config options clearer in src/config.h and
662 clarify ISC integration status in Debian readme. (closes: #364250)
663
664 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 18 Apr 2006 10:26:12 +0000
665
666dnsmasq (2.28-1) unstable; urgency=low
667
668 * New upstream. (closes: #359956) (closes: #362499)
669 * Added firestarter info to FAQ. (closes: #359139)
670
671 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 14 Mar 2006 19:20:12 +0000
672
673dnsmasq (2.27-1) unstable; urgency=low
674
675 * New upstream.
676 * Workaround buggy Microsoft DHCP clients. (closes: #355008)
677
678 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 1 Feb 2006 17:05:12 +0000
679
680dnsmasq (2.26-1) unstable; urgency=high
681
682 * New upstream. (Fixes possible crash in 2.25, hence urgency).
683
684 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 22 Jan 2006 11:05:22 +0000
685
686dnsmasq (2.25-1) unstable; urgency=low
687
688 * Remove bashisms in postinst and prerm scripts.
689 * Remove misconcieved dependency on locales.
690 * Depend on adduser.
691
692 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 01 Dec 2005 21:02:12 +0000
693
694dnsmasq (2.24-1) unstable; urgency=low
695
696 * New upstream. (closes: #330422)
697 * Fix typo and clean up dnsmasq.conf (closes: #326057) (closes: #304446)
698 * Add build support for I18N and gettext.
699 * Fixed manpage typos. (closes: #336413)
700 * Create a dnsmasq-unique userid for the daemon to run as. (closes: #338353)
701
702 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 03 Sep 2005 20:02:32 +0000
703
704dnsmasq (2.23-1) unstable; urgency=low
705
706 * New upstream. (closes: #302501) (closes: #315794)
707 * Fix manpage typos. (closes: #304984)
708 * Add support for DNSMASQ_EXCEPT in /etc/defaults/dnsmasq.
709 putting "lo" in this also disables resolvconf support.
710 * No longer delete pre-existing /etc/init.d symlinks. The
711 change in default runlevels which neccesitated this
712 is now ancient history and anyway the startup script now
713 behaves when called twice. (closes: #312111)
714 * Tightened config-file parser. (closes: #317030)
715
716 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 02 Aug 2005 13:17:22 +0000
717
718dnsmasq (2.22-2) unstable; urgency=low
719
720 * Make the resolv.conf polling code resistant to
721 backwards-moving system clocks. (closes: #306117) (closes: #300694)
722
723 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 04 May 2005 13:25:23 +0000
724
725dnsmasq (2.22-1) unstable; urgency=low
726
727 * New upstream.
728 * Fixed broken-ness when read /etc/ethers. (closes: #301999)
729
730 -- Simon Kelley <simon@thekelleys.org.uk> Thur, 24 Mar 2005 17:10:13 +0000
731
732dnsmasq (2.21-1) unstable; urgency=low
733
734 * New upstream.
735
736 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 29 Jan 2005 16:05:13 +0000
737
738dnsmasq (2.20-1) unstable; urgency=low
739
740 * New upstream.
741 * Fix shadowed CNAME-target problem. (closes: #286654)
742 * Add --localise-queries option. (closes: #291367)
743
744 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 17 Dec 2004 17:35:23 +0000
745
746dnsmasq (2.19-1) unstable; urgency=high
747
748 * New upstream.
749 * Fix another IPv6 interface enumeration problem. (closes: #285182)
750 * Uploading at high priority since 285182 is really RC.
751
752 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 11 Dec 2004 20:39:33 +0000
753
754dnsmasq (2.18-2) unstable; urgency=low
755
756 * Revert startup to not start from rcS. Starting in rcS
757 * causes problems if interfaces are not available at that
758 * point. Users who need this facility should manually
759 * make rcS.d symlinks. (closes: #283239)
760
761 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 27 Nov 2004 16:33:12 +0000
762
763dnsmasq (2.18-1) unstable; urgency=low
764
765 * New upstream.
766 * Reset cache statistics when clearing the cache. (closes: #281817)
767 * Fix problems with bind-interfaces and IPv6. (closes: #282192)
768 * Fix problems upgrading when restarting dnsmasq fails.
769
770 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 16 Nov 2004 17:33:32 +0000
771
772dnsmasq (2.17-1) unstable; urgency=high
773
774 * New upstream - fixes crash, hence high urgency.
775 * Clarified log message when a record in /etc/hosts
776 and a DHCP name clash. (closes: #275420)
777 * Start dnsmasq just before portmap and nfs mounts from rcS.d
778 DNS is required at this stage to use the net. (closes: #280434)
779 * Make "bind-interfaces" apply to IPv6 interfaces. (closes: #278492)
780 * Allow a list if interfaces as arg to the --interface and
781 --except-interface options. (closes: #279063)
782
783 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 26 Oct 2004 20:39:33 +0000
784
785dnsmasq (2.16-2) unstable; urgency=high
786
787 * Rename variable in cache.c which clashes with C headers
788 under gcc-3.4 (closes: #277893)
789
790 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 25 Oct 2004 16:03:24 +0000
791
792dnsmasq (2.16-1) unstable; urgency=high
793
794 * New upstream.
795 * Fixes interaction with Linux 2.4.x and 2.6.x not-quite-POSIX
796 select behavior, which can cause hangs when receiving UDP
797 packets with bad checksum.
798 * Fix bad interaction with polipo. (closes: #275754)
799 * Cache CNAMEs better. (closes: #276289)
800
801 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 04 Oct 2004 15:25:44 +0000
802
803dnsmasq (2.15-1) unstable; urgency=low
804
805 * New upstream.
806 * Fix NXDOMAIN/NODATA confusion for locally known names. (closes: #271564)
807
808 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 15 Sep 2004 15:01:44 +0000
809
810dnsmasq (2.14-1) unstable; urgency=low
811
812 * New upstream.
813
814 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 28 Aug 2004 20:39:33 +0000
815
816dnsmasq (2.13-1) unstable; urgency=high
817
818 * New upstream - fixes crash. (closes #265313)
819
820 -- Simon Kelley <simon@thekelleys.org.uk> Thur, 12 Aug 2004 12:45:23 +0000
821
822dnsmasq (2.12-1) unstable; urgency=low
823
824 * New upstream.
825 * Log types of incoming queries (closes: #230123).
826 * Don't set "filterwin2k" by default in the included
827 config file - it breaks SRV lookups and Kerberos.
828
829 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 8 Aug 2004 19:58:13 +0000
830
831dnsmasq (2.11-1) unstable; urgency=low
832
833 * New upstream.
834
835 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 28 July 2004 21:59:33 +0000
836
837dnsmasq (2.10-1) unstable; urgency=low
838
839 * New upstream.
840 * Allow query-port less than 1024 (closes: #236586)
841 * Change behaviour of --bogus-priv (closes: #254711)
842 * Match existing leases by MAC address when a client stops
843 using client-id or they get suppressed by dnsmasq. (closes: #258519)
844
845 -- Simon Kelley <simon@thekelleys.org.uk> Thur, 24 June 2004 20:55:42 +0000
846
847dnsmasq (2.9-2) unstable; urgency=low
848
849 * Fix typo in debian/control (closes: #255762)
850
851 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 23 Jun 2004 20:40:13 +0000
852
853dnsmasq (2.9-1) unstable; urgency=low
854
855 * New upstream.
856 * New version has improved server selection logic (closes: #251097)
857 * Improved initscript (closes: #252229)
858 * Conflict with old resolvconf versions to maintain compatibility.
859 * Updated README.debian (closes: #253429)
860 * Changed startup message to mention DHCP as well as DNS.
861 * New resolvconf update script (closes: #254765)
862
863 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 26 May 2004 12:35:23 +0000
864
865dnsmasq (2.8-1) unstable; urgency=low
866
867 * New upstream.
868 * Fixes problem with zero-length hostnames which can lose
869 DHCP leases over a restart. (closes: #248829)
870
871 -- Simon Kelley <simon@thekelleys.org.uk> Thur, 13 May 2004 18:40:12 +0000
872
873dnsmasq (2.7-2) unstable; urgency=low
874
875 * New version of resolvconf script from Thomas Hood with the
876 following changes: (closes: #247695)
877 * Doesn't include nameservers listed in the lo.inet or lo.inet6 interface
878 records created by "ifup lo"
879 * Lists addresses in a specified order (by interface name)
880 * Eliminates duplicate nameserver addresses
881 * Updates /var/run/dnsmasq/resolv.conf atomically
882 * Doesn't generate empty lines
883
884 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 11 May 2004 22:35:12 +0000
885
886dnsmasq (2.7-1) unstable; urgency=low
887
888 * New upstream.
889
890 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 18 Apr 2004 20:00:23 +0000
891
892dnsmasq (2.6-3) unstable; urgency=low
893
894 * Removed reload command from start script and moved force-reload
895 to be equivalent to restart. This is needed to be policy compliant
896 since SIHGUP doesn't cause dnsmasq to reload its configuration file,
897 only the /etc/hosts, /etc/resolv.conf etc. (closes: #244208)
898
899 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 18 Apr 2004 14:40:51 +0000
900
901dnsmasq (2.6-2) unstable; urgency=low
902
903 * Added Conflict with pdnsd (closes: #242731).
904 Rationale: dnsmasq used to conflict with all the DNS servers
905 in Debian, but that was removed because some people wished
906 to run with dnsmasq listening on one interface and another DNS
907 server listening on another interface. However AFAIK it is not
908 possible to make pdnsd listen on a subset of a hosts interfaces,
909 so there is no scenario where running pdnsd and dnsmasq on the same
910 host would be useful, hence the conflict goes back.
911 * Added note about the --bind-interfaces option to
912 readme.Debian (closes: #241700)
913
914 -- Simon Kelley <simon@thekelleys.org.uk> Tues, 13 Apr 2004 18:37:55 +0000
915
916dnsmasq (2.6-1) unstable; urgency=low
917
918 * New upstream.
919 * New version adds back ability to read ISC dhcpd lease files
920 for backwards compatibility. (closes: #229684) (closes: #236421)
921 * Fix parsing of # characters in options file. (closes: #241199)
922
923 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 21 Mar 2004 19:59:25 +0000
924
925dnsmasq (2.5-1) unstable; urgency=low
926
927 * New upstream, includes fix for IP-alias related
928 problem. (closes: #238268)
929
930 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 14 Mar 2004 08:32:43 +0000
931
932dnsmasq (2.4-3) unstable; urgency=low
933
934 * Fixed "bind-interfaces" option, even when
935 an "interface" option is given also.
936
937 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 12 Mar 2004 08:14:23 +0000
938
939dnsmasq (2.4-2) unstable; urgency=low
940
941 * Fixed "bind-interfaces" option (closes: #237543).
942
943 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 12 Mar 2004 07:30:25 +0000
944
945dnsmasq (2.4-1) unstable; urgency=low
946
947 * New upstream.
948
949 -- Simon Kelley <simon@thekelleys.org.uk> Thurs, 11 Mar 2004 07:59:55 +0000
950
951dnsmasq (2.3-1) unstable; urgency=low
952
953 * New upstream.
954
955 -- Simon Kelley <simon@thekelleys.org.uk> Tues, 03 Feb 2004 20:33:10 +0000
956
957dnsmasq (2.2-1) unstable; urgency=low
958
959 * New upstream. (fixes no DHCP with IPv6 problem)
960 * Restart (old) daemon on abort-upgrade. (closes: #230286)
961
962 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 30 Jan 2004 10:23:00 +0000
963
964dnsmasq (2.1-1) unstable; urgency=low
965
966 * New upstream.
967 * Allow addresses in /etc/hosts to be used for
968 DHCP leases (closes: #229681)
969 * Fix lease time processing. (closes: #229682) (closes: #229687)
970 * Fix example conf file. (closes: #229683) (closes: #229701)
971 * Allow address 0.0.0.0 to mean "self" in dhcp-option. (closes: #229685)
972 * Cope with ENODEV return from bind of
973 IPv6 server socket (closes: #229607)
974 * Document the strict-order option in dnsmasq.conf (closes: #229272)
975 * Fix local-only domain setting. (closes: #229846)
976 * Updates Debian readme to mention resolvconf and point at the
977 local copy of RFC2132.
978
979 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 23 Jan 2004 14:38:29 +0000
980
981dnsmasq (2.0-1) unstable; urgency=low
982
983 * New upstream: This removes the ability to read the
984 the leases file of ISC DHCP and replaces it with a built-in
985 DHCP server. Apologies in advance for breaking backwards
986 compatibilty, but this replaces a bit of a hack (the ISC stuff)
987 with a nicely engineered and much more apropriate solution.
988 Wearing my upstream-maintainer hat, I want to lose the hack now,
989 rather than have to support it into Sarge.
990 * New upstream closes some bugs since they become
991 irrelevant. (closes: #197295)
992 * Ensure that /var/run and /var/lib/misc exist.
993 * Remove sed dependency, which was a mistake.
994 * Remove extraneous "build" file. (closes: #226994)
995
996 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 16 Jan 2004 19:35:49 +0000
997
998dnsmasq (1.18-2) unstable; urgency=low
999
1000 * Fixed manpage typo (closes: #220961)
1001 * Added dependency for sed. (closes: #222401)
1002 * Check for complete resolvconf installation before
1003 calling it. (closes: #223442)
1004 * Added Links section to doc.html
1005
1006 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 27 Dec 2003 20:21:15 +0000
1007
1008dnsmasq (1.18-1) unstable; urgency=low
1009
1010 * New upstream which does round-robin. (closes: #215460)
1011 * Removed conflicts with other dns servers since it is now
1012 possible to control exactly where dnsmasq listens on multi-homed
1013 hosts, making co-existance with another nameserver
1014 a viable proposition. (closes #176163)
1015 * New upstream allows _ in hostnames and check for illegal
1016 names in /etc/hosts. (closes: #218842)
1017
1018 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 17 Oct 2003 16:23:14 +0000
1019
1020dnsmasq (1.17-1) unstable; urgency=high
1021
1022 * New upstream (closes: #212680)
1023
1024 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 8 Oct 2003 14:38:29 +0000
1025
1026dnsmasq (1.16-1) unstable; urgency=low
1027
1028 * New upstream.
1029 * Renamed Debian README to the standard README.Debian. (closes: #211577)
1030 * Updated the installed /etc/dnsmasq.conf to reflect new options.
1031
1032 -- Simon Kelley <simon@thekelleys.org.uk> Tues, 16 Sep 2003 23:18:59 +0000
1033
1034dnsmasq (1.15-1) unstable; urgency=low
1035
1036 * New upstream.
1037
1038 -- Simon Kelley <simon@thekelleys.org.uk> Tues, 16 Sep 2003 21:48:49 +0000
1039
1040dnsmasq (1.14-1) unstable; urgency=low
1041
1042 * New upstream.
1043 * Use invoke-rc.d in postinst and prerm scripts when available.
1044 * Stop dnsmasq later (at priority 85). (closes: #200625)
1045 * Updated /etc/resolvconf/update.d/dnsmasq. (closes: #202609)
1046 * Suggest resolvconf. (closes: #208093)
1047
1048 -- Simon Kelley <simon@thekelleys.org.uk> Tues, 2 Sep 2003 16:43:29 +0000
1049
1050dnsmasq (1.13-4) unstable; urgency=high
1051
1052 * Ignore failures in stopping existing dnsmasq
1053 processes. (closes: #204127) (closes: #204129)
1054 * Added download source to copyright. (closes: #206647)
1055
1056 -- Simon Kelley <simon@thekelleys.org.uk> Tues, 2 Sep 2003 15:28:28 +0000
1057
1058dnsmasq (1.13-3) unstable; urgency=low
1059
1060 * Moved /etc/resolvconf/update.d/dnsmasq script into this package.
1061 * Don't call resolvconf from /etc/init.d/dnsmasq if dnsmasq fails
1062 to start. (Patch from Thomas Hood.)
1063
1064 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 7 Jul 2003 20:55:29 +0000
1065
1066dnsmasq (1.13-2) unstable; urgency=low
1067
1068 * Added support for the resolvconf nameserver configuration package.
1069
1070 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 22 Jun 2003 20:30:19 +0000
1071
1072dnsmasq (1.13-1) unstable; urgency=low
1073
1074 * New upstream.
1075 * Added new options to the default dnsmasq.conf.
1076 * Default config now reads /var/lib/dhcp/dhcp.leases (closes: #195185)
1077 * Added option to disable negative caching. (closes: #194274)
1078 * Added David Coe's query port patch. (closes: #196578)
1079
1080 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 31 May 2003 18:10:29 +0000
1081
1082dnsmasq (1.12-1) unstable; urgency=low
1083
1084 * New upstream.
1085 * Added examples of "local" and "address" options to dnsmasq.conf.
1086 * Remove /usr/doc symlink code.
1087 * Remove period from end of description field.
1088
1089 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 8 Mar 2003 12:16:09 +0000
1090
1091dnsmasq (1.11-2) unstable; urgency=low
1092
1093 * Fixed thinko in example dnsmasq.conf. (closes: #180410)
1094
1095 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 24 Feb 2003 20:06:19 +0000
1096
1097dnsmasq (1.11-1) unstable; urgency=low
1098
1099 * New uptream.
1100
1101 -- Simon Kelley <simon@thekelleys.org.uk> Tues, 12 Jan 2003 22:25:17 -0100
1102
1103dnsmasq (1.10-1) unstable; urgency=low
1104
1105 * New uptream.
1106 * Force service to stop in postinst before restarting. I don't
1107 understand the circumstances under which it would still be running at
1108 this point, but this is the correct fix anyway. (closes: #169718)
1109 * Add /etc/dnsmasq.conf as a conffile and add a comment to
1110 /etc/default/dnsmasq deprecating its use and recommending
1111 /etc/dnsmasq.conf instead, since upstream now supports this.
1112
1113 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 9 Oct 2002 19:05:34 -0100
1114
1115dnsmasq (1.9-1) unstable; urgency=low
1116
1117 * New uptream.
1118
1119 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 23 Sept 2002 21:35:07 -0100
1120
1121dnsmasq (1.8-1) unstable; urgency=low
1122
1123 * New upstream.
1124
1125 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 12 Aug 2002 21:56:17 -0100
1126
1127dnsmasq (1.7-1) unstable; urgency=low
1128
1129 * New upstream including better group-id manipulation. (closes: #152212)
1130 * Conflict with bind9 (closes: #151812)
1131 * Added more options to startup script. (closes: #148535)
1132
1133 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 14 July 2002 20:23:14 -0100
1134
1135dnsmasq (1.6-1) unstable; urgency=low
1136
1137 * New upstream.
1138 * Fixed documentation typos. (closes: #144637)
1139 * Fixed failure to remove package if daemon not running. (closes: #147083)
1140 * Changed upload to tarball-and-diff. (closes: #144638)
1141
1142 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 19 May 2002 22:30:17 -0100
1143
1144dnsmasq (1.5-1) unstable; urgency=medium
1145
1146 * New upstream (includes hotmail.com fix).
1147 * Fixed DHCP lease file bug. (closes: #143778)
1148 * Fixed failure of "reload" command in startup script (closes: #141021)
1149 * Allow more than one interface name in the DNSMASQ_INTERFACE variable.
1150
1151 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 14 Apr 2002 16:39:13 -0100
1152
1153dnsmasq (1.4-2) unstable; urgency=low
1154
1155 * Fixed snafu in startup script (closes: #139760)
1156
1157 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 24 Mar 2002 23:06:18 +0000
1158
1159dnsmasq (1.4-1) unstable; urgency=low
1160
1161 * New upstream
1162
1163 -- Simon Kelley <simon@thekelleys.org.uk> Thurs, 7 Mar 2002 21:02:05 +0000
1164
1165dnsmasq (1.3-1) unstable; urgency=low
1166
1167 * New upstream
1168
1169 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 15 Feb 2002 20:45:01 +0000
1170
1171dnsmasq (1.2-4) unstable; urgency=low
1172
1173 * Updated standards-version.
1174 * More aggressive strip of binaries.
1175 * Added depends: netbase.
1176 * distribution->unstable for upload.
1177 * Updated readme.Debian since config in /etc/default/dnsmasq now.
1178 * Updated readme.Debian to reflect fact that this package is official now!
1179
1180 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 15 Feb 2002 20:45:01 +0000
1181
1182dnsmasq (1.2-3) stable; urgency=low
1183
1184 * Added Suggests: and Conflicts: fields to control file.
1185
1186 -- Simon Kelley <simon@thekelleys.org.uk> Thurs, 14 Feb 2002 20:33:47 +0000
1187
1188dnsmasq (1.2-2) stable; urgency=low
1189
1190 * Many packaging fixes, to please lintian
1191 * Added extended description.
1192 * Fixed copyright file.
1193 * Compressed everything in /usr/share/doc/dnsmasq.
1194 * Added code to remove /usr/doc/dnsmasq to prerm script.
1195 * Moved configuration from /etc/init.d/dnsmasq to /etc/default/dnsmasq
1196
1197 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 02 Feb 2002 18:54:37 +0000
1198
1199dnsmasq (1.2-1) stable; urgency=low
1200
1201 * New upstream
1202 * Added more options to startup script
1203
1204 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 20 Dec 2001 21:15:07 +0000
1205
1206dnsmasq (1.1-2) stable; urgency=low
1207
1208 * New upstream
1209 * Strip binary
1210 * Moved manpage from section 1 to section 8
1211
1212 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 21 Oct 2001 17:32:04 -0100
1213
1214dnsmasq (1.0-1) unstable; urgency=low
1215
1216 * New upstream
1217
1218 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 10 Oct 2001 15:52:06 -0100
1219
1220dnsmasq (0.996-1) unstable; urgency=low
1221
1222 * New upstream
1223
1224 -- Simon Kelley <simon@thkelleys.org.uk> Fri, 26 Oct 2001 10:32:06 -0100
1225
1226dnsmasq (0.995-1) unstable; urgency=low
1227
1228 * New upstream
1229
1230 -- Simon Kelley <simon@thkelleys.org.uk> Tue, 09 Oct 2001 16:39:07 -0100
1231
1232dnsmasq (0.994-1) unstable; urgency=low
1233
1234 * New upstream
1235
1236 -- Simon Kelley <simon@thkelleys.org.uk> Sat, 07 Oct 2001 15:45:04 -0100
1237
1238dnsmasq (0.992-1) unstable; urgency=low
1239
1240 * New upstream
1241
1242 -- Simon Kelley <simon@thkelleys.org.uk> Fri, 31 Aug 2001 16:17:00 -0100
1243
1244dnsmasq (0.98-1) unstable; urgency=low
1245
1246 * New upstream
1247
1248 -- Simon Kelley <simon@thkelleys.org.uk> Wed, 11 Jul 2001 11:31:00 -0100
1249
1250dnsmasq (0.96-1) unstable; urgency=low
1251
1252 * Fixed thinko in cache code..
1253
1254 -- Simon Kelley <simon@thkelleys.org.uk> Sat, 07 Jul 2001 18:52:00 -0100
1255
1256dnsmasq (0.95-1) unstable; urgency=low
1257
1258 * Initial Release.
1259
1260 -- Simon Kelley <simon@thkelleys.org.uk> Sat, 29 Aug 1998 20:27:27 -0400
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270