Skip to content

Commit 2729615

Browse files
committed
Release v3.4.2
1 parent 3fdb1c6 commit 2729615

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

Changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
09/19/2021
2+
- 3.4.2 released
3+
- Document behavior of ExtendedResolver.setTimeout (#206)
4+
- Add overloads to use an Executor when sending queries in
5+
resolvers (#211)
6+
- Remove synchronous locks in DoH Resolver (related to #211)
7+
- Fix broken CNAME handling in LookupSession (#212)
8+
- "WireParseException: bad label type" when parsing Message
9+
from ByteBuffer (#213)
10+
- Remove unnecessary synchronization in org.xbill.DNS.Header::getID
11+
(#215, @maltalex)
12+
- Add examples for the LookupSession and direct Resolver usage
13+
114
07/30/2021
215
- 3.4.1 released
316
- Allow signing with ED25519 and ED448 algorithms

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.4.2-SNAPSHOT</version>
10+
<version>3.4.2</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.4.2</tag>
3434
</scm>
3535
<developers>
3636
<developer>

0 commit comments

Comments
 (0)