8000 Release v3.6.3 · dnsjava/dnsjava@52b59ba · GitHub
[go: up one dir, main page]

Skip to content

Commit 52b59ba

Browse files
committed
Release v3.6.3
1 parent fbb6b09 commit 52b59ba

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

Changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
01/26/2025
2+
- 3.6.3 released
3+
- Support custom hosts file size (@flaming-archer, #349)
4+
- Fix origin handling in zone loaded from file or stream (#346)
5+
- Prevent TCP port leak when closing IO (#351)
6+
- Fix confusing parameter name in CNAMERecord (@chkal, #354)
7+
- Optionally disable ShutdownHook in NioClient (@SvenssonWeb, #359)
8+
- TSIG algorithm names from RFC 8945
9+
- Message.toWire can exceed MAXLENGTH (#355)
10+
- TCP query might fail if the shared buffer is full (#357)
11+
- Dynamic updates silently truncates records (#356)
12+
- Fix DoH initial request using recommended nanoTime calculation (@LinZong, #345)
13+
114
09/21/2024
215
- 3.6.2 released
316
- Add new IANA Trust Anchor (@technolord, #337)

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

0 commit comments

Comments
 (0)
0