Skip to content

Commit f1d24bc

Browse files
committed
Release v3.5.0
1 parent bebad1a commit f1d24bc

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
02/05/2022
2+
- Add full built-in support for DNSSEC based on dnssecjava (#209)
3+
- Make Record classes serializable again (#242)
4+
- Allow SVCB ServiceMode records without params
5+
(#244, @adam-stoler)
6+
- Fix TCPClient receive timeouts
7+
(#218 @nguydavi, #219)
8+
19
12/05/2021
210
- 3.4.3 released
311
- Fix handling of buffers in DNSInput

README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ It
1717
* is fully thread safe.
1818

1919
== Getting started
20+
Have a look at the basic link:EXAMPLES.md[examples].
2021

2122
=== Config options
2223

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>dnsjava</groupId>
88
<artifactId>dnsjava</artifactId>
99
<packaging>bundle</packaging>
10-
<version>3.5.0-SNAPSHOT</version>
10+
<version>3.5.0</version>
1111
<name>dnsjava</name>
1212
<description>dnsjava is an implementation of DNS in Java. It supports all defined record types (including the DNSSEC
1313
types), and unknown types. It can be used for queries, zone transfers, and dynamic updates. It includes a cache
@@ -30,7 +30,7 @@
3030
<connection>scm:git:https://github.com/dnsjava/dnsjava</connection>
3131
<developerConnection>scm:git:https://github.com/dnsjava/dnsjava</developerConnection>
3232
<url>https://github.com/dnsjava/dnsjava</url>
33-
<tag>HEAD</tag>
33+
<tag>v3.5.0</tag>
3434
</scm>
3535
<developers>
3636
<developer>

0 commit comments

Comments
 (0)