Skip to content

Commit 018b45f

Browse files
committed
Release v3.4.1
1 parent 403ce32 commit 018b45f

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
07/30/2021
2+
- 3.4.1 released
3+
- Allow signing with ED25519 and ED448 algorithms
4+
(#200, Klaus Malorny)
5+
- Rename echconfig to ech in SVCB/HTTPS records
6+
(#202, @adam-stoler)
7+
- Fix bug in Name.compareTo with byte-values >= 128
8+
(#205, @adam-stoler)
9+
110
06/09/2021
211
- 3.4.0 released
312
- UnknownHostException provides details in message (#154)

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

0 commit comments

Comments
 (0)