aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Changelog79
-rw-r--r--doc/README2
-rw-r--r--doc/example.conf.in2
-rw-r--r--doc/libunbound.3.in4
-rw-r--r--doc/unbound-anchor.8.in2
-rw-r--r--doc/unbound-checkconf.8.in2
-rw-r--r--doc/unbound-control.8.in4
-rw-r--r--doc/unbound-host.1.in2
-rw-r--r--doc/unbound.8.in4
-rw-r--r--doc/unbound.conf.5.in4
10 files changed, 90 insertions, 15 deletions
diff --git a/doc/Changelog b/doc/Changelog
index 7e81304f930f..69bab6f640ad 100644
--- a/doc/Changelog
+++ b/doc/Changelog
@@ -1,5 +1,80 @@
+8 October 2018: Wouter
+ - fastrpz.patch fix included.
+
+1 October 2018: Wouter
+ - tag for release 1.8.1rc1.
+
+27 September 2018: Wouter
+ - Fix #4188: IPv6 forwarders without ipv6 result in SERVFAIL, fixes
+ qname minimisation with a forwarder when connectivity has issues
+ from rejecting responses.
+
+25 September 2018: Wouter
+ - Perform TLS SNI indication of the host that is being contacted
+ for DNS over TLS service. It sets the configured tls auth name.
+ This is useful for hosts that apart from the DNS over TLS services
+ also provide other (web) services.
+ - Fix #4149: Add SSL cleanup for tcp timeout.
+
+17 September 2018: Wouter
+ - Fix compile on Mac for unbound, provide explicit_bzero when libc
+ does not have it.
+ - Fix unbound for openssl in FIPS mode, it uses the digests with
+ the EVP call contexts.
+ - Fix that with harden-below-nxdomain and qname minisation enabled
+ some iterator states for nonresponsive domains can get into a
+ state where they waited for an empty list.
+ - Stop UDP to TCP failover after timeouts that causes the ping count
+ to be reset by the TCP time measurement (that exists for TLS),
+ because that causes the UDP part to not be measured as timeout.
+ - Fix #4156: Fix systemd service manager state change notification.
+
+13 September 2018: Wouter
+ - Fix seed for random backup code to use explicit zero when wiped.
+ - exit log routine is annotated as noreturn function.
+ - free memory leaks in config strlist and str2list insert functions.
+ - do not move unused argv variable after getopt.
+ - Remove unused if clause in testcode.
+ - in testcode, free async ids, initialise array, and check for null
+ pointer during test of the test. And use exit for return to note
+ irregular program stop.
+ - Free memory leak in config strlist append.
+ - make sure nsec3 comparison salt is initialized.
+ - unit test has clang analysis.
+ - remove unused variable assignment from iterator scrub routine.
+ - check for null in delegation point during iterator refetch
+ in forward zone.
+ - neater pointer cast in libunbound context quit routine.
+ - initialize statistics totals for printout.
+ - in authzone check that node exists before adding rrset.
+ - in unbound-anchor, use readwrite memory BIO.
+ - assertion in autotrust that packed rrset is formed correctly.
+ - Fix memory leak when message parse fails partway through copy.
+ - remove unused udpsize assignment in message encode.
+ - nicer bio free code in unbound-anchor.
+ - annotate exit functions with noreturn in unbound-control.
+
+11 September 2018: Wouter
+ - Fixed unused return value warnings in contrib/fastrpz.patch for
+ asprintf.
+ - Fix to squelch respip warning in unit test, it is printed at
+ higher verbosity settings.
+ - Fix spelling errors.
+ - Fix initialisation in remote.c
+
+10 September 2018: Wouter
+ - 1.8.1 in svn trunk. (changes from 4,5,.. sep apply).
+ - iana port update.
+
+5 September 2018: Wouter
+ - Fix spelling error in header, from getdns commit by Andreas Gelmini.
+
+4 September 2018: Ralph
+ - More explicitly mention the type of ratelimit when applying
+ ip-ratelimit.
+
4 September 2018: Wouter
- - Tag for 1.8.0rc1 release.
+ - Tag for 1.8.0rc1 release, became 1.8.0 release on 10 Sep 2018.
31 August 2018: Wouter
- Disable minimal-responses in subnet unit tests.
@@ -1856,7 +1931,7 @@
compatibility with cisco dns guard. This lowers false positives.
18 April 2016: Wouter
- - Fix some malformed reponses to edns queries get fallback to nonedns.
+ - Fix some malformed responses to edns queries get fallback to nonedns.
15 April 2016: Wouter
- cachedb module event handling design.
diff --git a/doc/README b/doc/README
index ae90773412ff..c817e34be24c 100644
--- a/doc/README
+++ b/doc/README
@@ -1,4 +1,4 @@
-README for Unbound 1.8.0
+README for Unbound 1.8.1
Copyright 2007 NLnet Labs
http://unbound.net
diff --git a/doc/example.conf.in b/doc/example.conf.in
index fadfd9c6827b..fc8bc6b0de8d 100644
--- a/doc/example.conf.in
+++ b/doc/example.conf.in
@@ -1,7 +1,7 @@
#
# Example configuration file.
#
-# See unbound.conf(5) man page, version 1.8.0.
+# See unbound.conf(5) man page, version 1.8.1.
#
# this is a comment.
diff --git a/doc/libunbound.3.in b/doc/libunbound.3.in
index 9a2fff835601..003c867b1a7f 100644
--- a/doc/libunbound.3.in
+++ b/doc/libunbound.3.in
@@ -1,4 +1,4 @@
-.TH "libunbound" "3" "Sep 10, 2018" "NLnet Labs" "unbound 1.8.0"
+.TH "libunbound" "3" "Oct 8, 2018" "NLnet Labs" "unbound 1.8.1"
.\"
.\" libunbound.3 -- unbound library functions manual
.\"
@@ -43,7 +43,7 @@
.B ub_ctx_zone_remove,
.B ub_ctx_data_add,
.B ub_ctx_data_remove
-\- Unbound DNS validating resolver 1.8.0 functions.
+\- Unbound DNS validating resolver 1.8.1 functions.
.SH "SYNOPSIS"
.B #include <unbound.h>
.LP
diff --git a/doc/unbound-anchor.8.in b/doc/unbound-anchor.8.in
index ece844deff37..089aa47dfacb 100644
--- a/doc/unbound-anchor.8.in
+++ b/doc/unbound-anchor.8.in
@@ -1,4 +1,4 @@
-.TH "unbound-anchor" "8" "Sep 10, 2018" "NLnet Labs" "unbound 1.8.0"
+.TH "unbound-anchor" "8" "Oct 8, 2018" "NLnet Labs" "unbound 1.8.1"
.\"
.\" unbound-anchor.8 -- unbound anchor maintenance utility manual
.\"
diff --git a/doc/unbound-checkconf.8.in b/doc/unbound-checkconf.8.in
index 1fa91d35d3c5..60f56267ff15 100644
--- a/doc/unbound-checkconf.8.in
+++ b/doc/unbound-checkconf.8.in
@@ -1,4 +1,4 @@
-.TH "unbound-checkconf" "8" "Sep 10, 2018" "NLnet Labs" "unbound 1.8.0"
+.TH "unbound-checkconf" "8" "Oct 8, 2018" "NLnet Labs" "unbound 1.8.1"
.\"
.\" unbound-checkconf.8 -- unbound configuration checker manual
.\"
diff --git a/doc/unbound-control.8.in b/doc/unbound-control.8.in
index 596138470e53..d176394cf2d3 100644
--- a/doc/unbound-control.8.in
+++ b/doc/unbound-control.8.in
@@ -1,4 +1,4 @@
-.TH "unbound-control" "8" "Sep 10, 2018" "NLnet Labs" "unbound 1.8.0"
+.TH "unbound-control" "8" "Oct 8, 2018" "NLnet Labs" "unbound 1.8.1"
.\"
.\" unbound-control.8 -- unbound remote control manual
.\"
@@ -301,7 +301,7 @@ you set unbound to validate with for-upstream yes and that can be cleared
with \fBflush_zone\fR \fIzone\fR.
.TP
.B auth_zone_transfer \fIzone\fR
-Tranfer the auth zone from master. The auth zone probe sequence is started,
+Transfer the auth zone from master. The auth zone probe sequence is started,
where the masters are probed to see if they have an updated zone (with the SOA
serial check). And then the zone is transferred for a newer zone version.
.TP
diff --git a/doc/unbound-host.1.in b/doc/unbound-host.1.in
index dacee3d13429..d3a0b42bf5e0 100644
--- a/doc/unbound-host.1.in
+++ b/doc/unbound-host.1.in
@@ -1,4 +1,4 @@
-.TH "unbound\-host" "1" "Sep 10, 2018" "NLnet Labs" "unbound 1.8.0"
+.TH "unbound\-host" "1" "Oct 8, 2018" "NLnet Labs" "unbound 1.8.1"
.\"
.\" unbound-host.1 -- unbound DNS lookup utility
.\"
diff --git a/doc/unbound.8.in b/doc/unbound.8.in
index 7062fb07eacb..65aa4b11d764 100644
--- a/doc/unbound.8.in
+++ b/doc/unbound.8.in
@@ -1,4 +1,4 @@
-.TH "unbound" "8" "Sep 10, 2018" "NLnet Labs" "unbound 1.8.0"
+.TH "unbound" "8" "Oct 8, 2018" "NLnet Labs" "unbound 1.8.1"
.\"
.\" unbound.8 -- unbound manual
.\"
@@ -9,7 +9,7 @@
.\"
.SH "NAME"
.B unbound
-\- Unbound DNS validating resolver 1.8.0.
+\- Unbound DNS validating resolver 1.8.1.
.SH "SYNOPSIS"
.B unbound
.RB [ \-h ]
diff --git a/doc/unbound.conf.5.in b/doc/unbound.conf.5.in
index a3536a14a249..bc233fdeb0c7 100644
--- a/doc/unbound.conf.5.in
+++ b/doc/unbound.conf.5.in
@@ -1,4 +1,4 @@
-.TH "unbound.conf" "5" "Sep 10, 2018" "NLnet Labs" "unbound 1.8.0"
+.TH "unbound.conf" "5" "Oct 8, 2018" "NLnet Labs" "unbound 1.8.1"
.\"
.\" unbound.conf.5 -- unbound.conf manual
.\"
@@ -498,7 +498,7 @@ a daemon. Set the value to \fIno\fR when unbound runs as systemd service.
Default is yes.
.TP
.B tcp\-connection\-limit: \fI<IP netblock> <limit>
-Allow up to \fIlimit\R simultaneous TCP connections from the given netblock.
+Allow up to \fIlimit\fR simultaneous TCP connections from the given netblock.
When at the limit, further connections are accepted but closed immediately.
This option is experimental at this time.
.TP