diff --git a/Changelog b/Changelog index 41ba7577..36566be3 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,11 @@ +02/05/2022 + - Add full built-in support for DNSSEC based on dnssecjava (#209) + - Make Record classes serializable again (#242) + - Allow SVCB ServiceMode records without params + (#244, @adam-stoler) + - Fix TCPClient receive timeouts + (#218 @nguydavi, #219) + 12/05/2021 - 3.4.3 released - Fix handling of buffers in DNSInput diff --git a/README.adoc b/README.adoc index 11649009..5947f6d9 100644 --- a/README.adoc +++ b/README.adoc @@ -17,6 +17,7 @@ It * is fully thread safe. == Getting started +Have a look at the basic link:EXAMPLES.md[examples]. === Config options diff --git a/pom.xml b/pom.xml index 6e150113..e2930427 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ dnsjava dnsjava bundle - 3.5.0-SNAPSHOT + 3.5.0 dnsjava dnsjava is an implementation of DNS in Java. It supports all defined record types (including the DNSSEC types), and unknown types. It can be used for queries, zone transfers, and dynamic updates. It includes a cache @@ -30,7 +30,7 @@ scm:git:https://github.com/dnsjava/dnsjava scm:git:https://github.com/dnsjava/dnsjava https://github.com/dnsjava/dnsjava - HEAD + v3.5.0