blob: 530a4981ccbcdd822ea68809002f0daa16872ab6 [file] [log] [blame]
Simon Kelley807e8232021-01-24 22:02:56 +00001dnsmasq (2.84-1) unstable; urgency=low
2
3 * New upstream.
4
5 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 24 Jan 2021 22:02:01 +0000
6
Simon Kelley327bbc92021-01-17 23:35:24 +00007dnsmasq (2.83-1) unstable; urgency=high
Simon Kelley9212ad22021-01-15 22:17:30 +00008
9 * New upstream.
10 * Includes fixes to CVE-2020-25681 - CVE-2020-25687 inclusive.
11
12 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 15 Jan 2021 22:22:41 +0000
13
Simon Kelleyab5ebe92020-06-26 22:23:15 +010014dnsmasq (2.82-1) unstable; urgency=low
15
16 * New upstream.
17
18 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 26 Jun 2020 22:22:41 +0000
19
Simon Kelley837e8f42020-06-26 22:13:27 +010020dnsmasq (2.81-4) unstable; urgency=low
21
22 * Remove runit support when building for Ubuntu. (closes: #960401)
23
24 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 26 Jun 2020 21:52:44 +0000
25
Simon Kelley00fe2f42020-04-19 21:59:13 +010026dnsmasq (2.81-3) unstable; urgency=low
27
28 * Fixes to control file for bug 958100
29
30 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 19 Apr 2020 21:44:12 +0000
31
32dnsmasq (2.81-2) unstable; urgency=low
33
34 * Fix FTBFS on kFreeBSD. (closes: #958100)
35
36 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 18 Apr 2020 18:34:15 +0000
37
Simon Kelleyd46ee722018-11-02 23:10:00 +000038dnsmasq (2.81-1) unstable; urgency=low
39
40 * New upstream.
Simon Kelley5d514f22019-03-01 16:52:02 +000041 * Fix nodocs/nodoc confusion in rules. (closes: #922758)
Simon Kelleyc406fd62019-03-01 17:23:01 +000042 * Add Vcs-* fields to control. (closes: #922422)
Simon Kelley343b7b42019-04-08 16:50:13 +010043 * Add systemd support for multiple daemon instances. (closes: #914305)
Simon Kelley7509f942019-04-08 17:05:27 +010044 * Add note explaining that ENABLED is SYSV-init only. (closes: #914755)
Simon Kelley7ef55692019-04-08 17:17:07 +010045 * Replace ash with dash in contrib/reverse-dns. (closes: #920224)
Simon Kelley5a913342019-08-23 22:31:30 +010046 * Move to libidn2. (closes: #932695)
Simon Kelleycd672932020-01-27 22:53:07 +000047 * Fix RA problem with two interfaces on same net, but RA service on
48 only one of the interfaces. (closes: #949565)
Simon Kelley306888a2020-02-10 22:49:18 +000049 * Fix breakage of dig +trace. (closes: #942363)
Simon Kelleydea53e62020-02-12 22:36:16 +000050 * Fix build faliure with newer Nettle libraries. (closes: #940985)
Simon Kelley92025a42020-02-29 22:56:38 +000051 * Support runscript init-system (closes: #929884)
Simon Kelley7ddb99d2020-04-08 17:32:53 +010052 * Security fix for CVE-2019-14834 (closes: #948373)
Simon Kelley306888a2020-02-10 22:49:18 +000053
Simon Kelley7ddb99d2020-04-08 17:32:53 +010054 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 8 Apr 2020 17:33:15 +0000
Simon Kelleyd46ee722018-11-02 23:10:00 +000055
Simon Kelley118011f2018-09-17 23:15:37 +010056dnsmasq (2.80-1) unstable; urgency=low
57
Simon Kelleyf4fd07d2018-09-17 23:32:27 +010058 * New upstream. (closes: #837602) (closes: #794640) (closes: #794636)
59 * Close old bugs, long agp fixed. (closes: #802845) (closes: #754299)
Simon Kelley118011f2018-09-17 23:15:37 +010060 * Provide usr/lib/tmpfiles.d/dnsmasq.conf. (closes: #872396)
Simon Kelleye3c08a32018-09-17 23:20:00 +010061 * Run restorecon on /run/dnsmasq for SE Linux. (closes: #872397)
Simon Kelley118011f2018-09-17 23:15:37 +010062
63 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 17 Sep 2018 23:11:25 +0000
64
Simon Kelley0c50e3d2017-11-07 22:49:20 +000065dnsmasq (2.79-1) unstable; urgency=low
66
Simon Kelleybe9a74d2018-01-26 14:36:32 +000067 * New upstream. (closes: #888200)
Simon Kelley39d85502017-12-14 21:23:34 +000068 * Fix trust-anchor regex in init script. (closes: #884347)
Simon Kelleyf3d79742018-03-26 13:23:59 +010069 * Fix exit code for dhcp_release6 (closes: #883596)
Simon Kelleyf1781722018-01-20 22:18:54 +000070 * Add project homepage to control file. (closes: #887764)
Simon Kelley30e4a942018-02-16 19:56:56 +000071 * New binary package dnsmasq-base-lua, includes Lua support.
Simon Kelleyf3223fb2018-03-06 22:55:36 +000072 * Remove hardwired shlibs dependency for libnettle 3.3 and
Simon Kelleyae290652018-03-10 20:28:32 +000073 fix code to avoid ABI breakage as long as compiled against
74 libnettle 3.4 or later. (closes: #891315)
Simon Kelley0c50e3d2017-11-07 22:49:20 +000075
Simon Kelley30e4a942018-02-16 19:56:56 +000076 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 16 Feb 2018 19:54:22 +0000
Simon Kelley6b54d692018-02-08 21:23:05 +000077
78dnsmasq (2.78-3) unstable; urgency=high
79
80 * Make failure of pidfile chown a warning. (closes: #889857)
Simon Kelley30e4a942018-02-16 19:56:56 +000081
Simon Kelley6b54d692018-02-08 21:23:05 +000082 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 8 Feb 2018 21:26:30 +0000
Simon Kelley246a31c2018-02-06 17:27:55 +000083
84dnsmasq (2.78-2) unstable; urgency=high
85
86 * Change ownership of pid file, to keep systemd happy. (closes: #889336)
87
88 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 6 Feb 2018 17:21:30 +0000
Simon Kelley0c50e3d2017-11-07 22:49:20 +000089
Simon Kelley3e8c42c2017-09-29 17:39:26 +010090dnsmasq (2.78-1) unstable; urgency=high
Simon Kelley712dadb2017-06-25 21:35:47 +010091
92 * New upstream.
Simon Kelley3e8c42c2017-09-29 17:39:26 +010093 Security fixes for CVE-2017-13704 (closes: #877102)
Simon Kelley30e4a942018-02-16 19:56:56 +000094 Security fixes for CVE-2017-14491 - CVE-2017-14496 inclusive.
Simon Kelley712dadb2017-06-25 21:35:47 +010095
Simon Kelley3e8c42c2017-09-29 17:39:26 +010096 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 29 Sep 2017 21:34:00 +0000
Simon Kelley712dadb2017-06-25 21:35:47 +010097
Simon Kelley109d0e72017-06-05 20:50:04 +010098dnsmasq (2.77-2) unstable; urgency=low
99
100 * Improve sed regexp for parsing root.ds.
101
102 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 5 Jun 2017 20:46:32 +0000
103
Simon Kelley8ee85242016-07-06 22:23:22 +0100104dnsmasq (2.77-1) unstable; urgency=low
105
106 * New upstream.
Floris Bosbc87e602017-04-11 14:19:57 +0100107 * Don't register as a resolvconf source when config file
Simon Kelley93a9a552017-04-11 15:21:30 +0100108 includes port=0 to disable DNS.
Simon Kelley44eb8752017-04-11 15:13:09 +0100109 * Handle gratuitous format change in /usr/share/dns/root.ds
Simon Kelley93a9a552017-04-11 15:21:30 +0100110 (closes: #858506) (closes: #860064)
Ville Skyttäfaaf3062018-01-14 17:32:52 +0000111 * Add lsb-base dependency.
Simon Kelley93a9a552017-04-11 15:21:30 +0100112
Floris Bosbc87e602017-04-11 14:19:57 +0100113 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 11 Apr 2017 14:19:20 +0000
Simon Kelley0682b772016-12-14 17:59:45 +0000114
115dnsmasq (2.76-5) unstable; urgency=medium
116
117 * Nail libnettle dependency to avoid ABI incompatibility.
118 (closes: #846642)
119
120 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 14 Dec 2016 17:58:10 +0000
121
122dnsmasq (2.76-4.1) unstable; urgency=medium
123
124 * Non-maintainer upload.
125 * Add two upstream patches to fix binding to an interface being
126 destroyed and recreated. Closes: #834722.
127 + 2675f2061525bc954be14988d64384b74aa7bf8b
128 + 16800ea072dd0cdf14d951c4bb8d2808b3dfe53d
129
130 -- Vincent Bernat <bernat@debian.org> Sat, 26 Nov 2016 20:15:34 +0100
Simon Kelleyc6af3a32016-08-31 22:38:48 +0100131
132dnsmasq (2.76-4) unstable; urgency=medium
133
134 * Non-maintainer upload.
135 * Fix FTCBFS: Use triplet-prefixed tools. (closes: #836072)
136
137 -- Helmut Grohne <helmut@subdivi.de> Tue, 30 Aug 2016 13:59:12 +0200
Simon Kelley6c455192016-08-13 21:49:17 +0100138
139dnsmasq (2.76-3) unstable; urgency=medium
140
141 * Bump auth zone serial on SIGHUP. (closes: #833733)
142
143 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 13 Aug 2016 21:43:10 +0000
Simon Kelleycd2ddb92016-07-16 22:23:49 +0100144
145dnsmasq (2.76-2) unstable; urgency=medium
146
147 * Fix to systemd to fix failure to start with bridge interface.
148 (Closes: #831372)
149
150 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 16 Jul 2016 22:09:10 +0000
Simon Kelley8ee85242016-07-06 22:23:22 +0100151
Simon Kelley9bb39982016-07-16 22:06:01 +0100152dnsmasq (2.76-1.2) unstable; urgency=medium
153
154 * Non-maintainer upload.
155 * dnsmasq: Install marker file to determine package installed state,
156 for the benefit of the init script. (Closes: #819856)
157
158 -- Christian Hofstaedtler <zeha@debian.org> Sat, 16 Jul 2016 00:17:57 +0000
159
zeha@debian.org04cb5362016-07-06 22:30:10 +0100160dnsmasq (2.76-1.1) unstable; urgency=medium
161
162 * Non-maintainer upload.
163 * Provide nss-lookup.target for systemd, without relying on insserv.
164 Patch from Michael Biebl <biebl@debian.org>. (Closes: #826242)
165
166 -- Christian Hofstaedtler <zeha@debian.org> Fri, 01 Jul 2016 13:41:11 +0000
167
Simon Kelley77607cb2015-09-10 23:08:43 +0100168dnsmasq (2.76-1) unstable; urgency=low
169
170 * New upstream. (closes: #798586)
Simon Kelley47901152015-09-29 22:54:41 +0100171 * Use /run/dnsmasq directly, rather than relying on link from /var/run
172 to avoid problems before /var is mounted. (closes: #800351)
Josh Soref730c6742017-02-06 16:14:04 +0000173 * Test for the existence of /usr/share/doc/dnsmasq rather then
Simon Kelley332c41e2016-05-01 22:36:46 +0100174 /etc/dnsmasq.d/README in the daemon startup script. (closes: #819856)
Simon Kelley09217a12016-05-03 17:04:35 +0100175 * Add --help to manpage and mention dhcp6 in summary. (closes: #821226)
Simon Kelley332c41e2016-05-01 22:36:46 +0100176
Simon Kelleyf186bdc2016-05-18 15:51:54 +0100177 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 10 Sep 2015 23:07:21 +0000
Simon Kelley77607cb2015-09-10 23:08:43 +0100178
Simon Kelley63ec5d12015-07-30 20:59:07 +0100179dnsmasq (2.75-1) unstable; urgency=low
180
181 * New upstream. (closes: #794095)
Simon Kelley332c41e2016-05-01 22:36:46 +0100182
Simon Kelleyf186bdc2016-05-18 15:51:54 +0100183 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 30 Jul 2015 20:58:31 +0000
Simon Kelley63ec5d12015-07-30 20:59:07 +0100184
Simon Kelley60176c72015-07-07 21:54:55 +0100185dnsmasq (2.74-1) unstable; urgency=low
186
Simon Kelleyb69e8452015-07-15 19:54:50 +0100187 * New upstream. (LP: #1468611)
Simon Kelley332c41e2016-05-01 22:36:46 +0100188
Simon Kelleyb69e8452015-07-15 19:54:50 +0100189 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 15 Jul 2015 21:54:11 +0000
Simon Kelley60176c72015-07-07 21:54:55 +0100190
191dnsmasq (2.73-2) unstable; urgency=low
192
193 * Fix behaviour of empty --conf-file (closes: #790341)
194
195 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 7 Jul 2015 21:46:42 +0000
196
Simon Kelley72eba2b2014-10-03 08:50:37 +0100197dnsmasq (2.73-1) unstable; urgency=low
198
Simon Kelleyd644b2a2015-06-01 21:00:16 +0100199 * New upstream. (closes: #786996)
Simon Kelley32678042014-12-17 20:38:20 +0000200 * Tweak field width in cache dump to avoid truncating IPv6
201 addresses. (closes: #771557)
Simon Kelleyd2c54582015-02-02 21:27:39 +0000202 * Add newline at the end of example config file. (LP: #1416895)
Chris Lambb467a452015-02-09 11:52:30 +0000203 * Make Debian package build reproducible. (closes: #777323)
Simon Kelleydec180a2015-05-13 12:16:13 +0100204 * Add Requires=network.target to systemd unit.
Simon Kelley72eba2b2014-10-03 08:50:37 +0100205
Simon Kelley24e92072015-06-04 22:32:43 +0100206 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 4 Jun 2015 22:31:42 +0000
Simon Kelleyee4d1ce2015-02-12 18:30:32 +0000207
208dnsmasq (2.72-3) unstable; urgency=medium
209
210 * debian/systemd.service: switch from Type=dbus to Type=forking.
211 dnsmasq does not depend on dbus, but Type=dbus systemd services cannot
212 work without it. (Closes: #769486, #776530)
213 - debian/init: when called with systemd-exec argument, let dnsmasq
214 go into the background, so Type=forking can detect when it is ready
Josh Soref730c6742017-02-06 16:14:04 +0000215 * Remove line containing only whitespace in debian/control.
Simon Kelleyee4d1ce2015-02-12 18:30:32 +0000216 (closes: #777571)
217
218 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 11 Feb 2015 21:56:12 +0000
Simon Kelley72eba2b2014-10-03 08:50:37 +0100219
Simon Kelley6ac3bc02014-10-03 08:48:11 +0100220dnsmasq (2.72-2) unstable; urgency=low
221
222 * Fix build in Debian-kFreeBSD. (closes: #763693)
223
224 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 02 Oct 2014 22:34:12 +0000
225
Simon Kelleya008a842014-05-20 21:01:34 +0100226dnsmasq (2.72-1) unstable; urgency=low
227
228 * New upstream.
Simon Kelleyc43b8a62014-09-07 19:34:39 +0100229 * If dns-root-data package is installed, use it to set the DNSSEC
230 trust anchor(s). Recommend dns-root-data. (closes: #760460)
Simon Kelley00c0f692014-09-16 11:22:33 +0100231 * Handle AD bit correctly in replies from cache. (closes: #761654)
Simon Kelleya008a842014-05-20 21:01:34 +0100232
Simon Kelleyd54409d2014-09-09 14:06:13 +0100233 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 20 May 2014 21:01:11 +0000
Simon Kelleya008a842014-05-20 21:01:34 +0100234
Simon Kelley0fa7e622014-05-16 20:21:55 +0100235dnsmasq (2.71-1) unstable; urgency=low
236
237 * New upstream.
238 * Fix 100% CPU-usage bug when dnsmasq started with cachesize
239 set to zero. (LP: #1314697)
240
241 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 16 May 2014 20:17:10 +0000
242
Andreas Metzler62f992f2014-05-11 17:53:54 +0100243dnsmasq (2.70-3) unstable; urgency=medium
Simon Kelleya23949d2014-05-09 20:47:09 +0100244
245 * Write a pid-file, even when being started using systemd, since
246 other components may wish to signal dnsmasq.
Andreas Metzler62f992f2014-05-11 17:53:54 +0100247 * Enable dnsmasq systemd unit on install. Otherwise dnsmasq does not run on
248 fresh installations (without administrator handholding) and even worse it
249 is disabled on systems switching from sysv to systemd. Modify
250 postinst/postrm exactly as dh_systemd would, add dependency on
251 init-system-helpers. Closes: #724602
252
Simon Kelley0fa7e622014-05-16 20:21:55 +0100253 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 11 May 2014 17:45:21 +0000
Simon Kelleya23949d2014-05-09 20:47:09 +0100254
Simon Kelley8aa999e2014-05-04 21:45:26 +0100255dnsmasq (2.70-2) unstable; urgency=low
256
257 * Ensure daemon not stared if dnsmasq package has been removed,
258 even if dnsmasq-base is still installed. (closes: #746941)
259 * Tidy cruft in initscript. (closes: #746940)
260
261 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 04 May 2014 21:34:11 +0000
262
Simon Kelleyab720912014-04-23 12:31:40 +0100263dnsmasq (2.70-1) unstable; urgency=low
264
265 * New upstream.
266
267 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 23 Apr 2014 15:14:42 +0000
268
Simon Kelley160f6502014-02-04 16:49:41 +0000269dnsmasq (2.69-1) unstable; urgency=low
270
271 * New upstream.
Simon Kelley1a9a3482014-03-05 15:01:08 +0000272 * Set --local-service. (closes: #732610)
Simon Kelleyab720912014-04-23 12:31:40 +0100273 This tells dnsmasq to ignore DNS requests that don't come
274 from a local network. It's automatically ignored if
275 --interface --except-interface, --listen-address or
276 --auth-server exist in the configuration, so for most
277 installations, it will have no effect, but for
278 otherwise-unconfigured installations, it stops dnsmasq
Simon Kelley1a9a3482014-03-05 15:01:08 +0000279 from being vulnerable to DNS-reflection attacks.
Simon Kelley160f6502014-02-04 16:49:41 +0000280
281 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 4 Feb 2014 16:28:12 +0000
282
Simon Kelley56ad6c92013-12-08 15:58:29 +0000283dnsmasq (2.68-1) unstable; urgency=low
Simon Kelley2b6390f2013-04-19 10:23:50 +0100284
Simon Kelley5f45d6a2013-12-03 13:43:56 +0000285 * New upstream. (closes: #730553)
Simon Kelley160f6502014-02-04 16:49:41 +0000286
Simon Kelley56ad6c92013-12-08 15:58:29 +0000287 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 8 Dec 2013 15:57:32 +0000
288
289dnsmasq (2.67-1) unstable; urgency=low
290
291 * New upstream.
Simon Kelley831b5ba2013-09-05 15:36:25 +0100292 * Update resolvconf script. (closes: #720732)
Simon Kelley2b6390f2013-04-19 10:23:50 +0100293
Simon Kelleyf086d392013-08-14 14:54:23 +0100294 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 4 Aug 2013 14:53:22 +0000
295
296dnsmasq (2.66-4) unstable; urgency=low
297
298 * Update resolvconf script. (closes: #716908)
299
300 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 4 Aug 2013 14:48:21 +0000
Simon Kelley48493322013-05-28 14:49:54 +0100301
302dnsmasq (2.66-3) unstable; urgency=low
303
304 * Update resolvconf script for dnscrypt-proxy integration. (closes: #709179)
305
306 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 28 May 2013 14:39:51 +0000
Simon Kelley63fd27e2013-05-20 11:50:33 +0100307
308dnsmasq (2.66-2) unstable; urgency=low
309
310 * Fix error on startup with some configs. (closes: #709010)
311
312 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 20 May 2013 11:46:11 +0000
Simon Kelley2b6390f2013-04-19 10:23:50 +0100313
Simon Kelley9def9632012-12-14 11:58:56 +0000314dnsmasq (2.66-1) unstable; urgency=low
315
316 * New upstream.
Simon Kelley3b323bd2013-02-22 21:55:29 +0000317 * Add support for noipset in DEB_BUILD_OPTIONS.
Simon Kelley9def9632012-12-14 11:58:56 +0000318
Simon Kelley3b323bd2013-02-22 21:55:29 +0000319 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 22 Feb 2013 21:52:13 +0000
Simon Kelley9def9632012-12-14 11:58:56 +0000320
Simon Kelley7c305be2012-12-04 20:59:06 +0000321dnsmasq (2.65-1) unstable; urgency=low
322
323 * New upstream.
324
Simon Kelley9def9632012-12-14 11:58:56 +0000325 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 14 Dec 2012 11:34:12 +0000
Simon Kelley7c305be2012-12-04 20:59:06 +0000326
Simon Kelley476e4a02012-08-17 13:45:49 +0100327dnsmasq (2.64-1) unstable; urgency=low
328
329 * New upstream.
330
Simon Kelleydb3946c2012-09-21 17:21:05 +0100331 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 21 Sep 2012 17:17:22 +0000
332
333dnsmasq (2.63-4) unstable; urgency=low
334
335 * Make pid-file creation immune to symlink attacks. (closes: #686484)
336
337 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 21 Sep 2012 17:16:34 +0000
Simon Kelley1dedeb82012-09-04 21:50:52 +0100338
339dnsmasq (2.63-3) unstable; urgency=low
340
341 * Move adduser dependency to dnsmasq-base. (closes: #686694)
342
343 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 4 Sep 2012 21:44:15 +0000
Simon Kelleybc54ae32012-08-28 21:26:56 +0100344
345dnsmasq (2.63-2) unstable; urgency=low
346
347 * Fix version script to report correct version.
348 * Unbotch move of dbus config file by using correct versions in
349 Replaces: and Breaks: lines. (closes: #685204)
350 * Create dnsmasq user in dnsmasq-base so that Dbus doesn't complain if
351 only dnsmasq-base is installed. (closes: #685987)
352
353 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 28 Aug 2012 16:18:35 +0000
Simon Kelley476e4a02012-08-17 13:45:49 +0100354
Simon Kelleyc514ab92012-06-07 15:35:08 +0100355dnsmasq (2.63-1) unstable; urgency=low
356
357 * New upstream.
Simon Kelley4ba9b382012-07-29 17:07:48 +0100358 * Move /etc/dbus-1/system.d/dnsmasq.conf from dnsmasq to dnsmasq-base.
Simon Kelleyc514ab92012-06-07 15:35:08 +0100359
Simon Kelley2cd9a0d2012-06-11 21:56:10 +0100360 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 11 Jun 2012 21:55:35 +0000
361
362dnsmasq (2.62-3) unstable; urgency=low
363
364 * Do resolvconf and /etc/default startup logic when
365 starting with systemd. (closes: #675854)
366
367 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 11 Jun 2012 21:50:11 +0000
Simon Kelleyc514ab92012-06-07 15:35:08 +0100368
Simon Kelley43c271b2012-06-07 10:02:53 +0100369dnsmasq (2.62-2) unstable; urgency=low
370
371 * Pass LDFLAGS to make to get hardening in linker.
372
Simon Kelleyc514ab92012-06-07 15:35:08 +0100373 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 7 Jun 2012 09:53:43 +0000
Simon Kelley43c271b2012-06-07 10:02:53 +0100374
Simon Kelley068b4b52012-05-12 15:25:33 +0100375dnsmasq (2.62-1) unstable; urgency=low
376
377 * New upstream.
Simon Kelley97c83bb2012-05-28 18:21:59 +0100378 * Use dpkg-buildflags. (Enables hardening).
Simon Kelley068b4b52012-05-12 15:25:33 +0100379
380 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 12 May 2012 15:25:23 +0000
381
Simon Kelleyd13191a2012-03-06 19:57:39 +0000382dnsmasq (2.61-1) unstable; urgency=low
383
384 * New upstream.
Simon Kelley760169f2012-03-09 14:27:49 +0000385 * Provide "dump-stats" initscript method. (closes: #654656)
386 * Add (empty) build-indep and build-arch rules targets.
Simon Kelley40ef23b2012-03-13 21:59:28 +0000387 * Bump standards-version to 3.9.3
Simon Kelley2f777972012-04-16 14:58:53 +0100388 * Add port option to example dnsmasq.conf (closes: #668386)
389
Simon Kelleyd13191a2012-03-06 19:57:39 +0000390 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 6 Mar 2012 19:45:43 +0000
391
Simon Kelley38a59a92012-03-23 10:08:12 +0000392dnsmasq (2.60-2) unstable; urgency=high
393
394 * Fix DHCPv4 segfault. (closes: #665008)
395
396 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 23 Mar 2012 09:37:23 +0000
397
Simon Kelleyc72daea2012-01-05 21:33:27 +0000398dnsmasq (2.60-1) unstable; urgency=low
399
400 * New upstream.
401 * Bump standards-version to 3.9.2
Simon Kelley3862deb2012-01-06 20:16:07 +0000402 * Fix typo in example config file. (closes: #654897)
Simon Kelleyc72daea2012-01-05 21:33:27 +0000403
404 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 1 Dec 2011 15:49:33 +0000
405
406dnsmasq (2.59-4) unstable; urgency=low
407
408 * Supply /etc/insserv.conf.d/dnsmasq (closes: #650540)
409
410 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 1 Dec 2011 11:35:13 +0000
411
412dnsmasq (2.59-3) unstable; urgency=low
413
414 * Stop daemon at runlevels 0, 1 and 6. (closes: #647726)
415
416 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 26 Nov 2011 15:28:33 +0000
417
418dnsmasq (2.59-2) unstable; urgency=low
419
420 * Fix reported version number.
421
422 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 19 Oct 2011 09:25:53 +0000
423
424dnsmasq (2.59-1) unstable; urgency=low
425
426 * New upstream.
427 * Fix IPv6 bind problem (closes: #644345)
428
429 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 8 Oct 2011 16:34:13 +0000
430
431dnsmasq (2.58-3) unstable; urgency=low
432
433 * Fix resolvconf script location. (closes: #641717)
434 * Update systemd service file. (closes: #640095)
435
436 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 15 Sep 2011 16:33:23 +0000
437
438dnsmasq (2.58-2) unstable; urgency=low
439
440 * Fix resolvconf script. (closes: #639963)
441
442 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 1 Sep 2011 10:05:23 +0000
443
444dnsmasq (2.58-1) unstable; urgency=low
445
446 * New upstream.
447 * Add noconntrack DEB_BUILD_OPTIONS flag.
448 * Improve error message when tag:xxx appears
449 in --dhcp-host (closes: #627986)
450 * Add /usr/lib/resolvconf/packaging-event.d/dnsmasq (closes: #628003)
451 * Update resolvconf hook script to sleep only
452 when necessary. (closes: #627789)
453 * Tweak behaviour of --domain-needed to avoid problems with recursive
454 nameservers _downstream_ of dnsmasq. (closes: #630637)
455 * Allow processes running as uid dnsmasq to send messages on the DBus,
456 so that dnsmasq can return errors. (closes: #635017)
457 * Add /lib/systemd/system/dnsmasq.service (closes: #635753)
458 * New binary package, dnsmasq-utils, containing dhcp_release and
459 dhcp_lease_time from contrib/wrt. Note that these are Linux-specific
460 so this package is Architecture: linux-any (closes: #638136)
461
462 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 22 Aug 2011 14:57:03 +0000
463
464dnsmasq (2.57-1) unstable; urgency=low
465
466 * New upstream.
467 * Fix typos in example config file. (closes: #606615)
468 * Bump standards-version to 3.9.1
469 * Add noidn DEB_BUILD_OPTIONS flag.
470 * Don't complain about extra command line arguments if
471 they are empty, as this breaks libvirt. (closes: #613915)
472
473 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 18 Feb 2011 09:54:13 +0000
474
475dnsmasq (2.56-1) unstable; urgency=low
476
477 * New upstream.
478 * Die if non-option args present on the command-line. (closes: #589885)
479 * Tighten up use of IGNORE_RESOLVCONF in initscript. (closes: #575345)
480 * Update URL of ISC's explanation of dhcp-authoritative in the example
481 configuration file. (closes: #604870)
482 * Cosmetic changes to dnsmasq.conf.example. (closes: #598790)
483 * More dnsmasq.conf.example fixes. (closes: #606615)
484 * Add other resolv.conf locations to FILES section of the manual
485 page. (closes: #603505)
486 * Clarify configuration for static IP addresses in the absence of
487 resolvconf in the Debian readme file. (closes: #604035)
488 * Fix handling of obsolete DNSMASQ_INTERFACE and DNSMASQ_EXCEPT
489 variables in /etc/default/dnsmasq. (LP: #691329)
490 * Provide debian/source/format.
491
492 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 17 Dec 2010 13:17:33 +0000
493
494dnsmasq (2.55-2) unstable; urgency=high
495
496 * Fix crash on double free. (closes: #597205)
497
498 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 19 Sep 2010 21:45:33 +0000
499
500dnsmasq (2.55-1) unstable; urgency=low
501
502 * New upstream.
503 * Fix crash when /etc/ethers in use. (closes: #584754)
504
505 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 6 Jun 2010 20:33:13 +0000
506
507dnsmasq (2.53-1) unstable; urgency=low
508
509 * New upstream.
510 * Fix FTBFS on kFreeBSD. (closes: #566334)
511 * Teach initscript to check the config file syntax before
512 restarting dnsmasq. An error will leave the old dnsmasq still
513 running, rather than killing the old daemon and then failing to start
514 a new one.
515 * Tweak DHCP behaviour when a physical interface has two addresses on
516 the same subnet. (closes: #581064)
517
518 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 20 May 2010 11:41:23 +0000
519
520dnsmasq (2.52-1) unstable; urgency=low
521
522 * New upstream.
523 * Be more conservative with "A for A" processing. (closes: #553337)
524 * Add README file in /etc/dnsmasq.d to explain what's going on.
525
526 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 14 Jan 2010 09:53:13 +0000
527
528dnsmasq (2.51-1) unstable; urgency=low
529
530 * New upstream.
531 * Bump standards-version to 3.8.2 (no changes needed).
532 * Ignore files named *.dpkg-old, *.dpkg-new and *.dpkg-dist
533 in /etc/dnsmasq.d
534 * Provide a facility in /etc/default/dnsmasq to disable dnsmasq's
535 interaction with the resolvconf package. This is needed because
536 setting "resolv-file" in /etc/dnsmasq.conf won't override a
537 file given on the command line from resolvconf. (closes: #528762)
538 * Check for duplicate names/addresses in /etc/ethers. (closes: #523787)
539 * Set the system locale in the environment before invoking dnsmasq,
540 so that translated messages work, and IDN uses the correct charset.
541
542 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 4 Oct 2009 14:01:14 +0000
543
544
545dnsmasq (2.50-1) unstable; urgency=high
546
547 * New upstream, fixes remote vulns in TFTP server.
548 Bugtraq id: 36120,36121 CVE: 2009-2957,2009-2958
549
550 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 21 Aug 2009 10:25:13 +0000
551
552
553dnsmasq (2.49-1) unstable; urgency=low
554
555 * New upstream.
556 * Log TFTP "file not found" errors. (closes: #532201)
557
558 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 8 Jun 2009 22:03:23 +0000
559
560dnsmasq (2.48-2) unstable; urgency=low
561
562 * Change dnsmasq -> dnsmasq-base dependency to >= to allow binNMU,
563 fixes Lintian error.
564 * Bump standards-version to 3.8.1
565
566 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 5 Jun 2009 10:58:33 +0000
567
568dnsmasq (2.48-1) unstable; urgency=low
569
570 * New upstream.
571 * Detect and ignore duplicate configuration files. (closes: #516234)
572 * Add 2 second sleep between stop and start during initscript restart.
573 * Make dependency on dnsmasq-base in dnsmasq package versioned, so that
574 installing the latest dnsmasq will install the latest dnsmasq-base
575 too. (closes: #523955)
576 * Add nodhcp DEB_BUILD_OPTIONS option.
577
578 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 29 May 2009 10:20:23 +0000
579
580dnsmasq (2.47-3) unstable; urgency=low
581
582 * Fix bashism in init script. (closes: #514397)
583 * Tweak logging in init script.
584
585 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 7 Feb 2009 19:25:23 +0000
586
587dnsmasq (2.47-2) unstable; urgency=low
588
589 * Check that /etc/init.d/dnsmasq is executable in postinst in case
590 the daemon has been disabled that way. (closes: #514314)
591 * Ensure that /var/run/dnsmasq exists and has the right permissions
592 before running dnsmasq. On some systems /var/run is cleared over
593 reboot. (closes: #514317)
594
595 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 6 Feb 2009 09:38:21 +0000
596
597dnsmasq (2.47-1) unstable; urgency=low
598
599 * New upstream.
600 * Handle the "ENABLED" flag in the init script a bit more
601 intelligently. The "stop" and "status" functions continue
602 to work even when disabled, but a failed "stop" becomes
603 silent and returns zero exit code.
604 * Don't explicitly kill dnsmasq at system shutdown, rely on the
605 sendsigs script instead which is quicker. (closes: #506734)
606 * Store the PID-file in /var/run/dnsmasq. This directory is owned by
607 user "dnsmasq", so that dnsmasq can delete the PID-file on
608 shutdown. This ensures that the the PID-file goes even when dnsmasq
609 is stopped by sendsigs. (closes: #508560)
610 * Bump standards-version to 3.8.0 (no changes required.)
611 * /usr/sbin/adduser -> adduser in postinst. Lintian fix.
612 * Handle IPv6 addresses in "tentative" state better. (closes: #507646)
613 * Add DBus introspection support. (closes: #508774)
614 * Fix Dbus configuration. (closes: #510649)
615
616 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 2 Feb 2009 13:39:11 +0000
617
618dnsmasq (2.46-1) unstable; urgency=low
619
620 * New upstream. (closes: #499162) (closes: #499007)
621 * Remove from init script start-stop-daemon call to kill
622 child processes. This is not needed since dnsmasq is
623 carefully written to kill child processes, and it interacts
624 badly with "private" instances of dnsmasq. (closes: #505523)
625 * Provide /etc/dnsmasq.d and alter the installed /etc/default/dnsmasq
626 so that /etc/dnsmasq.d is read. This provides a drop-directory where
627 libvirt can add options to make the system dnsmasq automatically
628 play nice with libvirt's private instances. (closes: #505522)
629
630 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 13 Nov 2008 20:15:31 +0000
631
632dnsmasq (2.45-1) unstable; urgency=high
633
634 * New upstream - fixes regression when min-port not set.
635
636 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 20 Jul 2008 19:27:11 +0000
637
638dnsmasq (2.44-1) unstable; urgency=high
639
640 * New upstream - bugfix release for 2.43.
641 * Fix crash in netlink code. (closes: #491289)
642
643 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 11 Jul 2008 19:39:10 +0000
644
645dnsmasq (2.43-1) unstable; urgency=high
646
647 * New upstream.
648 * Implement source-port randomisation and better random
649 number generator as defence against CVE-2008-1447 (closes: #490123)
650
651 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 17 Jun 2008 11:55:38 +0000
652
653dnsmasq (2.42-4) unstable; urgency=low
654
655 * Fix botch in postinst introduced in 2.42-2. (closes: #486616)
656
657 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 17 Jun 2008 11:39:10 +0000
658
659dnsmasq (2.42-3) unstable; urgency=low
660
661 * Fix thinko in init script, breaks status command. (closes: #486455)
662
663 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 16 Jun 2008 11:26:20 +0000
664
665dnsmasq (2.42-2) unstable; urgency=low
666
667 * Error check in postinst file (closes: #485645)
668
669 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 10 Jun 2008 20:25:10 +0000
670
671dnsmasq (2.42-1) unstable; urgency=low
672
673 * New upstream.
674 * Fix manpage typos. (closes: #468762)
675 * Use LSB log_*_msg rather than echo in init script. (closes: #473117)
676 * Fix agent-id echo problem. (closes: #473015)
677 * Fixup changing /usr/share/doc/dnsmasq to symlink. (closes: #468763)
678
679 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 27 Feb 2008 21:15:28 +0000
680
681dnsmasq (2.41-2) unstable; urgency=low
682
683 * Fix rules to build binary-arch and binary-indep correctly.
684
685 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 27 Feb 2008 19:57:10 +0000
686
687dnsmasq (2.41-1) unstable; urgency=low
688
689 * New upstream.
690 * Fix typo. (closes: #448038)
691 * Fix DHCP problem interoperating with Sony Ericsson K610i (closes: #451871)
692 * Split binary packages into dnsmasq and dnsmasq-base (closes: #463407)
693 * Add warnings about bad effects of --filterwin2k to default config
694 file. (closes: #464357)
695 * Don't declare Provides: $named in LSB header. (closes: #464512)
696 * Remove conflict with pdnsd. (closes: #464691)
697 * Add ability to disable dnsmasq in /etc/default/dnsmasq. (closes: #465062)
698
699 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 31 Jan 2008 20:25:28 +0000
700
701dnsmasq (2.40-1) unstable; urgency=low
702
703 * New upstream.
704 * Fix manpage typo. (closes: #429412)
705 * Fix dnsmasq.conf typos (closes: #429929)
706 * Handle DEB_BUILD_OPTIONS nostrip and noopt (closes: #436784)
707 * Add DEB_BUILD_OPTIONS for nodocs, notftp, noipv6,
708 nodbus, noi18n and nortc.
709 * Create DEBIAN/md5sums file in package.
710 * Add status function to init script. (closes: #439316)
711
712 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 9 Aug 2007 10:24:18 +0000
713
714dnsmasq (2.39-1) unstable; urgency=low
715
716 * New upstream.
717 * Provide example config file in /usr/share/doc/dnsmasq/examples
718 as well as /etc/dnsmasq.conf, so it's available for reference.
719
720 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 13 Feb 2007 10:02:38 +0000
721
722dnsmasq (2.38-1) unstable; urgency=low
723
724 * New upstream (closes: #410185)
725
726 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 6 Feb 2007 21:14:58 +0000
727
728dnsmasq (2.37-1) unstable; urgency=low
729
730 * New upstream.
731
732 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 25 Jan 2007 10:44:18 +0000
733
734dnsmasq (2.36-1) unstable; urgency=low
735
736 * New upstream. (closes: #400037)
737 * Don't fail to purge if deluser command is not available.
738 * Add one second sleep to resolvconf script. (closes: #398961)
739 * Fix dnsmasq.conf typo (closes: #405314)
740
741 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 31 Oct 2006 10:24:58 +0000
742
743dnsmasq (2.35-1) unstable; urgency=low
744
745 * New upstream.
746
747 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 18 Oct 2006 09:23:28 +0000
748
749dnsmasq (2.34-1) unstable; urgency=low
750
751 * New upstream.
752 * Includes --clear-on-reload flag. (loses: #391654)
753 * Don't any longer set the "domain-needed" and "bogus-priv" flags in the
754 * the default-installed dnsmasq.conf. These can generate puzzling
755 * behaviour for people who get them without asking.
756
757 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 9 Aug 2006 09:23:28 +0000
758
759dnsmasq (2.33-1) unstable; urgency=low
760
761 * New upstream.
762 * Remove bashism from Makefile (closes: #375409)
763 * Added Provides: $named to LSB header in init script.
764 * Add --dns-forward-max flag. (closes: #377506)
765
766 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 25 June 2006 18:03:13 +0000
767
768dnsmasq (2.32-2) unstable; urgency=low
769
770 * Added LSB tags to init.d startup script. (closes: #374650)
771
772 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 25 June 2006 17:55:11 +0000
773
774dnsmasq (2.32-1) unstable; urgency=low
775
776 * New upstream.
777
778 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 8 May 2006 09:23:28 +0000
779
780dnsmasq (2.31-1) unstable; urgency=high
781
782 * New upstream. (closes: #364800)
783 * Compile in Dbus support now that suitable Dbus packages exist.
784 * Don't stop an old dnsmasq process, until a new one is ready,
785 when upgrading. (closes: #366224)
786 * Move to standards-version 3.7.2 (no changes needed).
787
788 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 6 May 2006 11:58:22 +0000
789
790dnsmasq (2.30-1) unstable; urgency=low
791
792 * New upstream, fixes crash with DHCP broadcast replies.
793
794 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 23 Apr 2006 14:58:22 +0000
795
796dnsmasq (2.29-1) unstable; urgency=low
797
798 * New upstream. (closes: #363244) (closes: #363340)
799 * Made config options clearer in src/config.h and
800 clarify ISC integration status in Debian readme. (closes: #364250)
801
802 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 18 Apr 2006 10:26:12 +0000
803
804dnsmasq (2.28-1) unstable; urgency=low
805
806 * New upstream. (closes: #359956) (closes: #362499)
807 * Added firestarter info to FAQ. (closes: #359139)
808
809 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 14 Mar 2006 19:20:12 +0000
810
811dnsmasq (2.27-1) unstable; urgency=low
812
813 * New upstream.
814 * Workaround buggy Microsoft DHCP clients. (closes: #355008)
815
816 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 1 Feb 2006 17:05:12 +0000
817
818dnsmasq (2.26-1) unstable; urgency=high
819
820 * New upstream. (Fixes possible crash in 2.25, hence urgency).
821
822 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 22 Jan 2006 11:05:22 +0000
823
824dnsmasq (2.25-1) unstable; urgency=low
825
826 * Remove bashisms in postinst and prerm scripts.
Josh Soref730c6742017-02-06 16:14:04 +0000827 * Remove misconceived dependency on locales.
Simon Kelleyc72daea2012-01-05 21:33:27 +0000828 * Depend on adduser.
829
830 -- Simon Kelley <simon@thekelleys.org.uk> Thu, 01 Dec 2005 21:02:12 +0000
831
832dnsmasq (2.24-1) unstable; urgency=low
833
834 * New upstream. (closes: #330422)
835 * Fix typo and clean up dnsmasq.conf (closes: #326057) (closes: #304446)
836 * Add build support for I18N and gettext.
837 * Fixed manpage typos. (closes: #336413)
838 * Create a dnsmasq-unique userid for the daemon to run as. (closes: #338353)
839
840 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 03 Sep 2005 20:02:32 +0000
841
842dnsmasq (2.23-1) unstable; urgency=low
843
844 * New upstream. (closes: #302501) (closes: #315794)
845 * Fix manpage typos. (closes: #304984)
846 * Add support for DNSMASQ_EXCEPT in /etc/defaults/dnsmasq.
847 putting "lo" in this also disables resolvconf support.
848 * No longer delete pre-existing /etc/init.d symlinks. The
Josh Soref730c6742017-02-06 16:14:04 +0000849 change in default runlevels which necessitated this
Simon Kelleyc72daea2012-01-05 21:33:27 +0000850 is now ancient history and anyway the startup script now
851 behaves when called twice. (closes: #312111)
852 * Tightened config-file parser. (closes: #317030)
853
854 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 02 Aug 2005 13:17:22 +0000
855
856dnsmasq (2.22-2) unstable; urgency=low
857
858 * Make the resolv.conf polling code resistant to
859 backwards-moving system clocks. (closes: #306117) (closes: #300694)
860
861 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 04 May 2005 13:25:23 +0000
862
863dnsmasq (2.22-1) unstable; urgency=low
864
865 * New upstream.
866 * Fixed broken-ness when read /etc/ethers. (closes: #301999)
867
868 -- Simon Kelley <simon@thekelleys.org.uk> Thur, 24 Mar 2005 17:10:13 +0000
869
870dnsmasq (2.21-1) unstable; urgency=low
871
872 * New upstream.
873
874 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 29 Jan 2005 16:05:13 +0000
875
876dnsmasq (2.20-1) unstable; urgency=low
877
878 * New upstream.
879 * Fix shadowed CNAME-target problem. (closes: #286654)
880 * Add --localise-queries option. (closes: #291367)
881
882 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 17 Dec 2004 17:35:23 +0000
883
884dnsmasq (2.19-1) unstable; urgency=high
885
886 * New upstream.
887 * Fix another IPv6 interface enumeration problem. (closes: #285182)
888 * Uploading at high priority since 285182 is really RC.
889
890 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 11 Dec 2004 20:39:33 +0000
891
892dnsmasq (2.18-2) unstable; urgency=low
893
894 * Revert startup to not start from rcS. Starting in rcS
895 * causes problems if interfaces are not available at that
896 * point. Users who need this facility should manually
897 * make rcS.d symlinks. (closes: #283239)
898
899 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 27 Nov 2004 16:33:12 +0000
900
901dnsmasq (2.18-1) unstable; urgency=low
902
903 * New upstream.
904 * Reset cache statistics when clearing the cache. (closes: #281817)
905 * Fix problems with bind-interfaces and IPv6. (closes: #282192)
906 * Fix problems upgrading when restarting dnsmasq fails.
907
908 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 16 Nov 2004 17:33:32 +0000
909
910dnsmasq (2.17-1) unstable; urgency=high
911
912 * New upstream - fixes crash, hence high urgency.
913 * Clarified log message when a record in /etc/hosts
914 and a DHCP name clash. (closes: #275420)
915 * Start dnsmasq just before portmap and nfs mounts from rcS.d
916 DNS is required at this stage to use the net. (closes: #280434)
917 * Make "bind-interfaces" apply to IPv6 interfaces. (closes: #278492)
918 * Allow a list if interfaces as arg to the --interface and
919 --except-interface options. (closes: #279063)
920
921 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 26 Oct 2004 20:39:33 +0000
922
923dnsmasq (2.16-2) unstable; urgency=high
924
925 * Rename variable in cache.c which clashes with C headers
926 under gcc-3.4 (closes: #277893)
927
928 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 25 Oct 2004 16:03:24 +0000
929
930dnsmasq (2.16-1) unstable; urgency=high
931
932 * New upstream.
933 * Fixes interaction with Linux 2.4.x and 2.6.x not-quite-POSIX
934 select behavior, which can cause hangs when receiving UDP
935 packets with bad checksum.
936 * Fix bad interaction with polipo. (closes: #275754)
937 * Cache CNAMEs better. (closes: #276289)
938
939 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 04 Oct 2004 15:25:44 +0000
940
941dnsmasq (2.15-1) unstable; urgency=low
942
943 * New upstream.
944 * Fix NXDOMAIN/NODATA confusion for locally known names. (closes: #271564)
945
946 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 15 Sep 2004 15:01:44 +0000
947
948dnsmasq (2.14-1) unstable; urgency=low
949
950 * New upstream.
951
952 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 28 Aug 2004 20:39:33 +0000
953
954dnsmasq (2.13-1) unstable; urgency=high
955
956 * New upstream - fixes crash. (closes #265313)
957
958 -- Simon Kelley <simon@thekelleys.org.uk> Thur, 12 Aug 2004 12:45:23 +0000
959
960dnsmasq (2.12-1) unstable; urgency=low
961
962 * New upstream.
963 * Log types of incoming queries (closes: #230123).
964 * Don't set "filterwin2k" by default in the included
965 config file - it breaks SRV lookups and Kerberos.
966
967 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 8 Aug 2004 19:58:13 +0000
968
969dnsmasq (2.11-1) unstable; urgency=low
970
971 * New upstream.
972
973 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 28 July 2004 21:59:33 +0000
974
975dnsmasq (2.10-1) unstable; urgency=low
976
977 * New upstream.
978 * Allow query-port less than 1024 (closes: #236586)
979 * Change behaviour of --bogus-priv (closes: #254711)
980 * Match existing leases by MAC address when a client stops
981 using client-id or they get suppressed by dnsmasq. (closes: #258519)
982
983 -- Simon Kelley <simon@thekelleys.org.uk> Thur, 24 June 2004 20:55:42 +0000
984
985dnsmasq (2.9-2) unstable; urgency=low
986
987 * Fix typo in debian/control (closes: #255762)
988
989 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 23 Jun 2004 20:40:13 +0000
990
991dnsmasq (2.9-1) unstable; urgency=low
992
993 * New upstream.
994 * New version has improved server selection logic (closes: #251097)
995 * Improved initscript (closes: #252229)
996 * Conflict with old resolvconf versions to maintain compatibility.
997 * Updated README.debian (closes: #253429)
998 * Changed startup message to mention DHCP as well as DNS.
999 * New resolvconf update script (closes: #254765)
1000
1001 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 26 May 2004 12:35:23 +0000
1002
1003dnsmasq (2.8-1) unstable; urgency=low
1004
1005 * New upstream.
1006 * Fixes problem with zero-length hostnames which can lose
1007 DHCP leases over a restart. (closes: #248829)
1008
1009 -- Simon Kelley <simon@thekelleys.org.uk> Thur, 13 May 2004 18:40:12 +0000
1010
1011dnsmasq (2.7-2) unstable; urgency=low
1012
1013 * New version of resolvconf script from Thomas Hood with the
1014 following changes: (closes: #247695)
1015 * Doesn't include nameservers listed in the lo.inet or lo.inet6 interface
1016 records created by "ifup lo"
1017 * Lists addresses in a specified order (by interface name)
1018 * Eliminates duplicate nameserver addresses
1019 * Updates /var/run/dnsmasq/resolv.conf atomically
1020 * Doesn't generate empty lines
1021
1022 -- Simon Kelley <simon@thekelleys.org.uk> Tue, 11 May 2004 22:35:12 +0000
1023
1024dnsmasq (2.7-1) unstable; urgency=low
1025
1026 * New upstream.
1027
1028 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 18 Apr 2004 20:00:23 +0000
1029
1030dnsmasq (2.6-3) unstable; urgency=low
1031
1032 * Removed reload command from start script and moved force-reload
1033 to be equivalent to restart. This is needed to be policy compliant
Josh Soref730c6742017-02-06 16:14:04 +00001034 since SIGHUP doesn't cause dnsmasq to reload its configuration file,
Simon Kelleyc72daea2012-01-05 21:33:27 +00001035 only the /etc/hosts, /etc/resolv.conf etc. (closes: #244208)
1036
1037 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 18 Apr 2004 14:40:51 +0000
1038
1039dnsmasq (2.6-2) unstable; urgency=low
1040
1041 * Added Conflict with pdnsd (closes: #242731).
1042 Rationale: dnsmasq used to conflict with all the DNS servers
1043 in Debian, but that was removed because some people wished
1044 to run with dnsmasq listening on one interface and another DNS
1045 server listening on another interface. However AFAIK it is not
1046 possible to make pdnsd listen on a subset of a hosts interfaces,
1047 so there is no scenario where running pdnsd and dnsmasq on the same
1048 host would be useful, hence the conflict goes back.
1049 * Added note about the --bind-interfaces option to
1050 readme.Debian (closes: #241700)
1051
1052 -- Simon Kelley <simon@thekelleys.org.uk> Tues, 13 Apr 2004 18:37:55 +0000
1053
1054dnsmasq (2.6-1) unstable; urgency=low
1055
1056 * New upstream.
1057 * New version adds back ability to read ISC dhcpd lease files
1058 for backwards compatibility. (closes: #229684) (closes: #236421)
1059 * Fix parsing of # characters in options file. (closes: #241199)
1060
1061 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 21 Mar 2004 19:59:25 +0000
1062
1063dnsmasq (2.5-1) unstable; urgency=low
1064
1065 * New upstream, includes fix for IP-alias related
1066 problem. (closes: #238268)
1067
1068 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 14 Mar 2004 08:32:43 +0000
1069
1070dnsmasq (2.4-3) unstable; urgency=low
1071
1072 * Fixed "bind-interfaces" option, even when
1073 an "interface" option is given also.
1074
1075 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 12 Mar 2004 08:14:23 +0000
1076
1077dnsmasq (2.4-2) unstable; urgency=low
1078
1079 * Fixed "bind-interfaces" option (closes: #237543).
1080
1081 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 12 Mar 2004 07:30:25 +0000
1082
1083dnsmasq (2.4-1) unstable; urgency=low
1084
1085 * New upstream.
1086
1087 -- Simon Kelley <simon@thekelleys.org.uk> Thurs, 11 Mar 2004 07:59:55 +0000
1088
1089dnsmasq (2.3-1) unstable; urgency=low
1090
1091 * New upstream.
1092
1093 -- Simon Kelley <simon@thekelleys.org.uk> Tues, 03 Feb 2004 20:33:10 +0000
1094
1095dnsmasq (2.2-1) unstable; urgency=low
1096
1097 * New upstream. (fixes no DHCP with IPv6 problem)
1098 * Restart (old) daemon on abort-upgrade. (closes: #230286)
1099
1100 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 30 Jan 2004 10:23:00 +0000
1101
1102dnsmasq (2.1-1) unstable; urgency=low
1103
1104 * New upstream.
1105 * Allow addresses in /etc/hosts to be used for
1106 DHCP leases (closes: #229681)
1107 * Fix lease time processing. (closes: #229682) (closes: #229687)
1108 * Fix example conf file. (closes: #229683) (closes: #229701)
1109 * Allow address 0.0.0.0 to mean "self" in dhcp-option. (closes: #229685)
1110 * Cope with ENODEV return from bind of
1111 IPv6 server socket (closes: #229607)
1112 * Document the strict-order option in dnsmasq.conf (closes: #229272)
1113 * Fix local-only domain setting. (closes: #229846)
1114 * Updates Debian readme to mention resolvconf and point at the
1115 local copy of RFC2132.
1116
1117 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 23 Jan 2004 14:38:29 +0000
1118
1119dnsmasq (2.0-1) unstable; urgency=low
1120
1121 * New upstream: This removes the ability to read the
1122 the leases file of ISC DHCP and replaces it with a built-in
1123 DHCP server. Apologies in advance for breaking backwards
Josh Soref730c6742017-02-06 16:14:04 +00001124 compatibility, but this replaces a bit of a hack (the ISC stuff)
1125 with a nicely engineered and much more appropriate solution.
Simon Kelleyc72daea2012-01-05 21:33:27 +00001126 Wearing my upstream-maintainer hat, I want to lose the hack now,
1127 rather than have to support it into Sarge.
1128 * New upstream closes some bugs since they become
1129 irrelevant. (closes: #197295)
1130 * Ensure that /var/run and /var/lib/misc exist.
1131 * Remove sed dependency, which was a mistake.
1132 * Remove extraneous "build" file. (closes: #226994)
1133
1134 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 16 Jan 2004 19:35:49 +0000
1135
1136dnsmasq (1.18-2) unstable; urgency=low
1137
1138 * Fixed manpage typo (closes: #220961)
1139 * Added dependency for sed. (closes: #222401)
1140 * Check for complete resolvconf installation before
1141 calling it. (closes: #223442)
1142 * Added Links section to doc.html
1143
1144 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 27 Dec 2003 20:21:15 +0000
1145
1146dnsmasq (1.18-1) unstable; urgency=low
1147
1148 * New upstream which does round-robin. (closes: #215460)
1149 * Removed conflicts with other dns servers since it is now
1150 possible to control exactly where dnsmasq listens on multi-homed
Josh Soref730c6742017-02-06 16:14:04 +00001151 hosts, making co-existence with another nameserver
Simon Kelleyc72daea2012-01-05 21:33:27 +00001152 a viable proposition. (closes #176163)
1153 * New upstream allows _ in hostnames and check for illegal
1154 names in /etc/hosts. (closes: #218842)
1155
1156 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 17 Oct 2003 16:23:14 +0000
1157
1158dnsmasq (1.17-1) unstable; urgency=high
1159
1160 * New upstream (closes: #212680)
1161
1162 -- Simon Kelley <simon@thekelleys.org.uk> Wed, 8 Oct 2003 14:38:29 +0000
1163
1164dnsmasq (1.16-1) unstable; urgency=low
1165
1166 * New upstream.
1167 * Renamed Debian README to the standard README.Debian. (closes: #211577)
1168 * Updated the installed /etc/dnsmasq.conf to reflect new options.
1169
1170 -- Simon Kelley <simon@thekelleys.org.uk> Tues, 16 Sep 2003 23:18:59 +0000
1171
1172dnsmasq (1.15-1) unstable; urgency=low
1173
1174 * New upstream.
1175
1176 -- Simon Kelley <simon@thekelleys.org.uk> Tues, 16 Sep 2003 21:48:49 +0000
1177
1178dnsmasq (1.14-1) unstable; urgency=low
1179
1180 * New upstream.
1181 * Use invoke-rc.d in postinst and prerm scripts when available.
1182 * Stop dnsmasq later (at priority 85). (closes: #200625)
1183 * Updated /etc/resolvconf/update.d/dnsmasq. (closes: #202609)
1184 * Suggest resolvconf. (closes: #208093)
1185
1186 -- Simon Kelley <simon@thekelleys.org.uk> Tues, 2 Sep 2003 16:43:29 +0000
1187
1188dnsmasq (1.13-4) unstable; urgency=high
1189
1190 * Ignore failures in stopping existing dnsmasq
1191 processes. (closes: #204127) (closes: #204129)
1192 * Added download source to copyright. (closes: #206647)
1193
1194 -- Simon Kelley <simon@thekelleys.org.uk> Tues, 2 Sep 2003 15:28:28 +0000
1195
1196dnsmasq (1.13-3) unstable; urgency=low
1197
1198 * Moved /etc/resolvconf/update.d/dnsmasq script into this package.
1199 * Don't call resolvconf from /etc/init.d/dnsmasq if dnsmasq fails
1200 to start. (Patch from Thomas Hood.)
1201
1202 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 7 Jul 2003 20:55:29 +0000
1203
1204dnsmasq (1.13-2) unstable; urgency=low
1205
1206 * Added support for the resolvconf nameserver configuration package.
1207
1208 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 22 Jun 2003 20:30:19 +0000
1209
1210dnsmasq (1.13-1) unstable; urgency=low
1211
1212 * New upstream.
1213 * Added new options to the default dnsmasq.conf.
1214 * Default config now reads /var/lib/dhcp/dhcp.leases (closes: #195185)
1215 * Added option to disable negative caching. (closes: #194274)
1216 * Added David Coe's query port patch. (closes: #196578)
1217
1218 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 31 May 2003 18:10:29 +0000
1219
1220dnsmasq (1.12-1) unstable; urgency=low
1221
1222 * New upstream.
1223 * Added examples of "local" and "address" options to dnsmasq.conf.
1224 * Remove /usr/doc symlink code.
1225 * Remove period from end of description field.
1226
1227 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 8 Mar 2003 12:16:09 +0000
1228
1229dnsmasq (1.11-2) unstable; urgency=low
1230
1231 * Fixed thinko in example dnsmasq.conf. (closes: #180410)
1232
1233 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 24 Feb 2003 20:06:19 +0000
1234
1235dnsmasq (1.11-1) unstable; urgency=low
1236
Josh Soref730c6742017-02-06 16:14:04 +00001237 * New upstream.
Simon Kelleyc72daea2012-01-05 21:33:27 +00001238
1239 -- Simon Kelley <simon@thekelleys.org.uk> Tues, 12 Jan 2003 22:25:17 -0100
1240
1241dnsmasq (1.10-1) unstable; urgency=low
1242
Josh Soref730c6742017-02-06 16:14:04 +00001243 * New upstream.
Simon Kelleyc72daea2012-01-05 21:33:27 +00001244 * Force service to stop in postinst before restarting. I don't
1245 understand the circumstances under which it would still be running at
1246 this point, but this is the correct fix anyway. (closes: #169718)
1247 * Add /etc/dnsmasq.conf as a conffile and add a comment to
1248 /etc/default/dnsmasq deprecating its use and recommending
1249 /etc/dnsmasq.conf instead, since upstream now supports this.
1250
1251 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 9 Oct 2002 19:05:34 -0100
1252
1253dnsmasq (1.9-1) unstable; urgency=low
1254
Josh Soref730c6742017-02-06 16:14:04 +00001255 * New upstream.
Simon Kelleyc72daea2012-01-05 21:33:27 +00001256
1257 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 23 Sept 2002 21:35:07 -0100
1258
1259dnsmasq (1.8-1) unstable; urgency=low
1260
1261 * New upstream.
1262
1263 -- Simon Kelley <simon@thekelleys.org.uk> Mon, 12 Aug 2002 21:56:17 -0100
1264
1265dnsmasq (1.7-1) unstable; urgency=low
1266
1267 * New upstream including better group-id manipulation. (closes: #152212)
1268 * Conflict with bind9 (closes: #151812)
1269 * Added more options to startup script. (closes: #148535)
1270
1271 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 14 July 2002 20:23:14 -0100
1272
1273dnsmasq (1.6-1) unstable; urgency=low
1274
1275 * New upstream.
1276 * Fixed documentation typos. (closes: #144637)
1277 * Fixed failure to remove package if daemon not running. (closes: #147083)
1278 * Changed upload to tarball-and-diff. (closes: #144638)
1279
1280 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 19 May 2002 22:30:17 -0100
1281
1282dnsmasq (1.5-1) unstable; urgency=medium
1283
1284 * New upstream (includes hotmail.com fix).
1285 * Fixed DHCP lease file bug. (closes: #143778)
1286 * Fixed failure of "reload" command in startup script (closes: #141021)
1287 * Allow more than one interface name in the DNSMASQ_INTERFACE variable.
1288
1289 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 14 Apr 2002 16:39:13 -0100
1290
1291dnsmasq (1.4-2) unstable; urgency=low
1292
1293 * Fixed snafu in startup script (closes: #139760)
1294
1295 -- Simon Kelley <simon@thekelleys.org.uk> Sun, 24 Mar 2002 23:06:18 +0000
1296
1297dnsmasq (1.4-1) unstable; urgency=low
1298
1299 * New upstream
1300
1301 -- Simon Kelley <simon@thekelleys.org.uk> Thurs, 7 Mar 2002 21:02:05 +0000
1302
1303dnsmasq (1.3-1) unstable; urgency=low
1304
1305 * New upstream
1306
1307 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 15 Feb 2002 20:45:01 +0000
1308
1309dnsmasq (1.2-4) unstable; urgency=low
1310
1311 * Updated standards-version.
1312 * More aggressive strip of binaries.
1313 * Added depends: netbase.
1314 * distribution->unstable for upload.
1315 * Updated readme.Debian since config in /etc/default/dnsmasq now.
1316 * Updated readme.Debian to reflect fact that this package is official now!
1317
1318 -- Simon Kelley <simon@thekelleys.org.uk> Fri, 15 Feb 2002 20:45:01 +0000
1319
1320dnsmasq (1.2-3) stable; urgency=low
1321
1322 * Added Suggests: and Conflicts: fields to control file.
1323
1324 -- Simon Kelley <simon@thekelleys.org.uk> Thurs, 14 Feb 2002 20:33:47 +0000
1325
1326dnsmasq (1.2-2) stable; urgency=low
1327
1328 * Many packaging fixes, to please lintian
1329 * Added extended description.
1330 * Fixed copyright file.
1331 * Compressed everything in /usr/share/doc/dnsmasq.
1332 * Added code to remove /usr/doc/dnsmasq to prerm script.
1333 * Moved configuration from /etc/init.d/dnsmasq to /etc/default/dnsmasq
1334
1335 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 02 Feb 2002 18:54:37 +0000
1336
1337dnsmasq (1.2-1) stable; urgency=low
1338
1339 * New upstream
1340 * Added more options to startup script
1341
1342 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 20 Dec 2001 21:15:07 +0000
1343
1344dnsmasq (1.1-2) stable; urgency=low
1345
1346 * New upstream
1347 * Strip binary
1348 * Moved manpage from section 1 to section 8
1349
1350 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 21 Oct 2001 17:32:04 -0100
1351
1352dnsmasq (1.0-1) unstable; urgency=low
1353
1354 * New upstream
1355
1356 -- Simon Kelley <simon@thekelleys.org.uk> Sat, 10 Oct 2001 15:52:06 -0100
1357
1358dnsmasq (0.996-1) unstable; urgency=low
1359
1360 * New upstream
1361
1362 -- Simon Kelley <simon@thkelleys.org.uk> Fri, 26 Oct 2001 10:32:06 -0100
1363
1364dnsmasq (0.995-1) unstable; urgency=low
1365
1366 * New upstream
1367
1368 -- Simon Kelley <simon@thkelleys.org.uk> Tue, 09 Oct 2001 16:39:07 -0100
1369
1370dnsmasq (0.994-1) unstable; urgency=low
1371
1372 * New upstream
1373
1374 -- Simon Kelley <simon@thkelleys.org.uk> Sat, 07 Oct 2001 15:45:04 -0100
1375
1376dnsmasq (0.992-1) unstable; urgency=low
1377
1378 * New upstream
1379
1380 -- Simon Kelley <simon@thkelleys.org.uk> Fri, 31 Aug 2001 16:17:00 -0100
1381
1382dnsmasq (0.98-1) unstable; urgency=low
1383
1384 * New upstream
1385
1386 -- Simon Kelley <simon@thkelleys.org.uk> Wed, 11 Jul 2001 11:31:00 -0100
1387
1388dnsmasq (0.96-1) unstable; urgency=low
1389
1390 * Fixed thinko in cache code..
1391
1392 -- Simon Kelley <simon@thkelleys.org.uk> Sat, 07 Jul 2001 18:52:00 -0100
1393
1394dnsmasq (0.95-1) unstable; urgency=low
1395
1396 * Initial Release.
1397
1398 -- Simon Kelley <simon@thkelleys.org.uk> Sat, 29 Aug 1998 20:27:27 -0400
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408