Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ibauersachs committed May 25, 2019
1 parent ec51364 commit a6980e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ The Unbound prototype was stripped from all unnecessary parts, heavily
modified, complemented with more than 300 unit test and found bugs were fixed.

### Released versions
* 1.2.0:
- Fix CVE-2017-15105
- Add config option `org.jitsi.dnssec.harden_algo_downgrade`
- Fix handling of ENT in NSEC3 zones
- Fix returning YXDOMAIN RCode
- Requires dnsjava 2.1.9 for proper (EC)DSA signature validation
* 1.1.3:
- Replace jmockit with PowerMockito due to ever changing API (and there's a Debian package for PowerMockito)
- Use fixed versions for the dependencies
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.jitsi</groupId>
<artifactId>dnssecjava</artifactId>
<packaging>bundle</packaging>
<version>1.1.4-SNAPSHOT</version>
<version>1.2.0</version>
<name>dnssecjava</name>
<url>https://github.com/ibauersachs/dnssecjava</url>

Expand Down Expand Up @@ -145,7 +145,7 @@
<url>https://github.com/ibauersachs/dnssecjava</url>
<connection>scm:git:https://github.com/ibauersachs/dnssecjava.git</connection>
<developerConnection>scm:git:https://github.com/ibauersachs/dnssecjava.git</developerConnection>
<tag>HEAD</tag>
<tag>dnssecjava-1.2.0</tag>
</scm>
<description>A DNSSEC validating stub resolver for Java.</description>
<licenses>
Expand Down

0 comments on commit a6980e6

Please sign in to comment.