Skip to content

Commit 1ca08ae

Browse files
committed
Release v3.2.2
1 parent f792342 commit 1ca08ae

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
07/11/2020
2+
- 3.2.1 released
3+
- Fix JNA access violation in WindowsResolverConfigProvider
4+
on 32bit JVMs
5+
16
06/22/2020
27
- 3.2.1 released
38
- Include sources and Javadoc

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ neither source nor binary compatible. The most important changes are:
199199
serialization formats:
200200
- `toString()`, `rrToString()` <-> `fromString()`
201201
- `toWire()` <-> `fromWire()`, `newRecord()`
202-
- `Message` and `Header` properly supported `clone()`
202+
- `Message` and `Header` properly support `clone()`
203203

204204
### Replacing the standard Java DNS functionality
205205

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

0 commit comments

Comments
 (0)