~ubuntu-branches/ubuntu/utopic/dnsmasq/utopic

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Package Import Robot
  • Author(s): Simon Kelley
  • Date: 2012-12-14 11:34:12 UTC
  • mfrom: (0.5.4) (12.2.9 sid)
  • Revision ID: package-import@ubuntu.com-20121214113412-qzxmzw7j0oe7oqnu
Tags: 2.65-1
New upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
version 2.65
 
2
            Fix regression which broke forwarding of queries sent via
 
3
            TCP which are not for A and AAAA and which were directed to
 
4
            non-default servers. Thanks to Niax for the bug report.
 
5
 
 
6
            Fix failure to build with DHCP support excluded. Thanks to 
 
7
            Gustavo Zacarias for the patch.
 
8
            
 
9
            Fix nasty regression in 2.64 which completely broke cacheing.
 
10
 
 
11
 
1
12
version 2.64
2
13
            Handle DHCP FQDN options with all flag bits zero and
3
14
            --dhcp-client-update set. Thanks to Bernd Krumbroeck for