Skip to content

Commit 4613f17

Browse files
committed
Release v3.0.0
1 parent d0781c9 commit 4613f17

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Changelog

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
01/19/2019:
1+
02/15/2020
2+
- 3.0.0 released
3+
- Parse RRsig records with epoch time format
4+
- Add support for EdDSA DNSSEC signatures if BouncyCastle is available
5+
(Ed25519 and Ed448, RFC 8080)
6+
- Add missing RCode, OpCode and RR type mnemonics
7+
8+
01/19/2020:
29
- 3.0.0-next.1 released
310
- Requires Java 8 and slf4j-api
411
- Adds support for Java 9+ and Android O+ via a new server config

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.0.0-SNAPSHOT</version>
10+
<version>3.0.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>v3.0.0-next.1</tag>
33+
<tag>v3.0.0</tag>
3434
</scm>
3535
<developers>
3636
<developer>

0 commit comments

Comments
 (0)