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