-
dnsmasq (2.65-1ubuntu1) raring; urgency=low
* Fix local resolving when used with libvirt and bind-dynamic (LP: #1126488)
- debian/patches/fix_tcp_queries.patch: Correct behaviour for TCP
queries to allowed address via banned interface in src/dnsmasq.*,
src/network.c.
- debian/patches/fix_wrong_interface.patch: Handle wrong interface for
locally-routed packets in src/dnsmasq.*, src/forward.c, src/network.c,
src/tftp.
-- Marc Deslauriers <email address hidden> Fri, 15 Feb 2013 15:27:58 -0500
-
dnsmasq (2.65-1) unstable; urgency=low
* New upstream.
-- Simon Kelley <email address hidden> Fri, 14 Dec 2012 11:34:12 +0000
-
dnsmasq (2.64-1) unstable; urgency=low
* New upstream.
-- Simon Kelley <email address hidden> Fri, 21 Sep 2012 17:17:22 +0000
-
dnsmasq (2.63-4) unstable; urgency=low
* Make pid-file creation immune to symlink attacks. (closes: #686484)
-- Simon Kelley <email address hidden> Fri, 21 Sep 2012 17:16:34 +0000
-
dnsmasq (2.63-1ubuntu1) quantal; urgency=low
* Merge with Debian unstable; remaining changes:
- debian/control: dnsmasq-base Breaks/Replaces dnsmasq (<< 2.62-3ubuntu1)
due to the dbus config file move.
* dnsmasq 2.63 noteworthy changes:
- Allow setting a dbus name with --enable-dbus which overrides the default
name. (LP: #1034946)
- Add --bind-dynamic. A hybrid mode between default and --bind-interfaces
which copes with dynamically created interfaces. (LP: #526386)
- Fix regression in 2.61 which broke caching of CNAME chains.
- Allow the target of a --cname flag to be another --cname.
- Teach DHCPv6 about the RFC 4242 information-refresh-time option, and add
parsing for the minutes, hours and days format for options.
- Allow "w" (for week) as multiplier in lease times.
-- Mathieu Trudel-Lapierre <email address hidden> Mon, 20 Aug 2012 14:24:30 -0400