diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | config.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ Bugfixes Improvements ------------ - new module ta_signal_query supporting Signaling Trust Anchor Knowledge - using Keytag Query (RFC 8145 section 5) + using Keytag Query (RFC 8145 section 5); it is enabled by default - attempt validation for more records but require it for fewer of them (e.g. avoids SERVFAIL when server adds extra records but omits RRSIGs) @@ -1,6 +1,6 @@ # Project MAJOR := 1 -MINOR := 4 +MINOR := 5 PATCH := 0 EXTRA := ABIVER := 4 |