Skip to content

Commit 0bcf41e

Browse files
committed
Release v3.0.0-next.1
1 parent 624dc60 commit 0bcf41e

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

Changelog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
01/19/2019:
2+
- 3.0.0-next.1 released
3+
- Requires Java 8 and slf4j-api
4+
- Adds support for Java 9+ and Android O+ via a new server config
5+
lookup system (#6, #9,
6+
- Resolving is now fully asynchronous, no new thread per query anymore
7+
- Message provides information about the resolver that produced it (#41)
8+
- Add support for Host Identity Protocol (HIP) records (RFC 8005, #47)
9+
- Adds a DNS over HTTP (DoH) resolver (#66)
10+
- Fixes some issues with the OSGi manifest (#70)
11+
- Add support for the RES_OPTIONS environment variable (#57)
12+
- Add support for relative $INCLUDE paths in master files (#75)
13+
- Add support for custom DNS server port in config properties (#80)
14+
- Adds new EDNS(0) options
15+
- See the README for hints on migrating from v2.1.x to v3
16+
117
05/25/2019:
218
- 2.1.9 released
319
- Fix getRRsetType for empty RRSIG records.

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-next.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.0.0-next.1</tag>
3434
</scm>
3535
<developers>
3636
<developer>

0 commit comments

Comments
 (0)