Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9004a33d51 | ||
|
|
0aca329f85 |
@@ -1,3 +1,11 @@
|
|||||||
|
2019-02-26 David Blacka <davidb@verisign.com>
|
||||||
|
|
||||||
|
* Released version 0.15
|
||||||
|
* Ensure when a command line tool throws an exception it exits
|
||||||
|
with a non-zero exit code.
|
||||||
|
* Update local dnsjava jar to match actual build for
|
||||||
|
jdnssec-dnsjava.
|
||||||
|
|
||||||
2018-11-16 David Blacka <davidb@verisign.com>
|
2018-11-16 David Blacka <davidb@verisign.com>
|
||||||
|
|
||||||
* Released version 0.14
|
* Released version 0.14
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
# jdnssec-tools
|
# jdnssec-tools
|
||||||
|
|
||||||
* http://www.verisignlabs.com/jdnssec-tools/
|
|
||||||
* https://github.com/dblacka/jdnssec-tools/wiki
|
* https://github.com/dblacka/jdnssec-tools/wiki
|
||||||
|
|
||||||
Author: David Blacka (davidb@verisign.com)
|
Author: David Blacka (davidb@verisign.com)
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ apply plugin: 'idea'
|
|||||||
|
|
||||||
jar {
|
jar {
|
||||||
baseName = 'jdnssec-tools'
|
baseName = 'jdnssec-tools'
|
||||||
version = '0.14'
|
version = '0.15'
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|||||||
Binary file not shown.
@@ -338,6 +338,7 @@ public abstract class CLBase
|
|||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
System.exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user