~ubuntu-branches/ubuntu/utopic/maradns/utopic-proposed

« back to all changes in this revision

Viewing changes to deadwood-3.2.02/update/2.9.04/deadwood-2.9.03-changelog.patch

  • Committer: Package Import Robot
  • Author(s): Nicholas Bamber
  • Date: 2012-03-14 08:45:48 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20120314084548-6slw035p8443a19q
Tags: 1.4.11-1
* New upstream release
* Removed changelog patch
* Added to docs rules to fix missing faq.txt
* Raised standards version to 3.9.3
  - Updated debian/copyright format
  - Removed lintian override
  - Changed working directories from /var/run to /run

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- deadwood-2.9.03/doc/CHANGELOG       2010-08-06 09:41:58.000000000 -0700
 
2
+++ deadwood-2.9.04/doc/CHANGELOG       2010-08-13 01:47:05.000000000 -0700
 
3
@@ -1,3 +1,18 @@
 
4
+2.9.04 (20100813):
 
5
+
 
6
+* Updated EDNS handling to treat EDNS packets as if the OPT record does not
 
7
+  exist and we're getting a RFC1035 DNS packet.  If the behavior of returning
 
8
+  NOTIMPL to EDNS packets is preferred, this can be enabled by defining
 
9
+  "STRICT_RFC2671_COMPLIANCE" when compiling Deadwood.
 
10
+
 
11
+* DNS queries are now case-insensitive, with case preserved for the query
 
12
+  originally sent to Deadwood (just in case a stub resolver violates RFC1035
 
13
+  and is case sensitive)
 
14
+
 
15
+* Default timeout_seconds is now 2, no longer 3
 
16
+
 
17
+* The highest maxprocs is now 16,384, not 1,024
 
18
+
 
19
 2.9.03 (20100806):
 
20
 
 
21
 * Updated dwood2rc_n_timeout_seconds SQA test to work around CentOS bug