Skip to content

Commit 75a7504

Browse files
committed
Release v3.2.0
Signed-off-by: Ingo Bauersachs <ingo@jitsi.org>
1 parent d89e17e commit 75a7504

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
06/22/2020
2+
- 3.2.0 released
3+
- Add Javadoc @since tags for APIs introduced since 3.0
4+
- Fix requiring JNA in certain classloaders (#112)
5+
- Add property to skip initializing builtin resolver config (#112)
6+
- Make ResolverConfig and Resolver API public (#111)
7+
- Add properties for a fallback resolver config provider (#111)
8+
- Close UDP socket on failures (#110)
9+
- Refactor TSIG code and add trace logging (#109)
10+
111
05/15/2020
212
- 3.1.0 released
313
- Fix order of OPT and TSIG records in messages (#108)

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

0 commit comments

Comments
 (0)