Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hdecarne committed Apr 6, 2018
1 parent bfba507 commit d674733
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ GNU General Public License for more details.

![Install4j](http://certmgr.carne.de/install4j_small.png) The provided installer/launcher packages have been created using the multi-platform installer builder [Install4J](https://www.ej-technologies.com/products/install4j/overview.html).

### v1.1.0 (2018-04-xx)
* Make DER file reader more robust in case of non-DER input.
* Perform uninstall during I4J based update to discard no longer used files.
* Update referenced libraries (and make application Java 9 compatible).
### v1.1.0 (2018-04-06)
* Make DER file reader more robust in case of non-DER-input.
* Perform uninstall during I4J based update to discard no longer used files.
* Fix logging and preferences handling when launched via I4J.
* Update dependencies (and make application Java 9 compatible).

### v1.0.1 (2018-04-01)
* Fix export order if exporting multiple objects to a single file.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repositories {

dependencies {
compile('de.carne.common:java-default:8.4.0')
compile("de.carne:java-jfx:8.2.0-SNAPSHOT")
compile("de.carne:java-jfx:8.2.0")
compile("org.bouncycastle:bcpkix-jdk15on:1.59")
testCompile("junit:junit:4.12")
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 1.1.0-SNAPSHOT
version = 1.1.0

0 comments on commit d674733

Please sign in to comment.