summaryrefslogtreecommitdiff
path: root/doc/Changelog
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2015-12-12 22:17:01 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2015-12-12 22:17:01 +0000
commit835a7e7a4dd68819f7610dafdf9277d3852aef6a (patch)
treeb4972df912fd45bf7a096c485cc73ba96458ee96 /doc/Changelog
parentde0161d6dac5b91ced45540949fb1906c7833ca2 (diff)
downloadsrc-test2-835a7e7a4dd68819f7610dafdf9277d3852aef6a.tar.gz
src-test2-835a7e7a4dd68819f7610dafdf9277d3852aef6a.zip
Notes
Diffstat (limited to 'doc/Changelog')
-rw-r--r--doc/Changelog22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/Changelog b/doc/Changelog
index 3f3b245940bd..afac05f7cbf8 100644
--- a/doc/Changelog
+++ b/doc/Changelog
@@ -1,3 +1,25 @@
+15 October 2015: Wouter
+ - Fix segfault in the dns64 module in the formaterror error path.
+ - Fix sldns_wire2str_rdata_scan for malformed RRs.
+ - tag for 1.5.6rc1 release.
+
+14 October 2015: Wouter
+ - ANY responses include DNAME records if present, as per Evan Hunt's
+ remark in dnsop.
+ - Fix manpage to suggest using SIGTERM to terminate the server.
+
+9 October 2015: Wouter
+ - Default for ssl-port is port 853, the temporary port assignment
+ for secure domain name system traffic.
+ If you used to rely on the older default of port 443, you have
+ to put a clause in unbound.conf for that. The new value is likely
+ going to be the standardised port number for this traffic.
+ - iana portlist update.
+
+6 October 2015: Wouter
+ - 1.5.5 release.
+ - trunk tracks the development of 1.5.6.
+
28 September 2015: Wouter
- MAX_TARGET_COUNT increased to 64, to fix up sporadic resolution
failures.