From 5da10beb516ab31070b89b2e9137210787cdc717 Mon Sep 17 00:00:00 2001 From: Suresh G Date: Sat, 17 Jun 2017 16:15:22 -0700 Subject: [PATCH] v1.1.1 release --- CHANGELOG.md | 4 ++++ README.md | 10 +++++----- docs/alltypes/index.html | 2 +- docs/index.html | 3 +++ gradle.properties | 2 +- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00f8629..4d0bd2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.1 + +- Filter out host issuer CN cert from trust store. + ## 1.1.0 - Upgrade to newer [Gradle Kotlin DSL](https://github.com/gradle/kotlin-dsl). diff --git a/README.md b/README.md index e467fa4..d949fb1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ You can achieve the same using [OpenSSL][openssl-wiki] and java [Keytool][keytoo * Binary - [Download (v1.1.0)][download] + [Download (v1.1.1)][download] > After download, make sure to set the execute permission (`chmod +x installcerts`). Windows users can run the executable jar. @@ -20,7 +20,7 @@ You can achieve the same using [OpenSSL][openssl-wiki] and java [Keytool][keytoo ``` > The binary would be located at `build/libs/installcerts` - Inorder to build a new version, change `appVersion` in the [gradle.properties](gradle.properties) or pass it to `./gradlew -PappVersion=1.1.0` + Inorder to build a new version, change `appVersion` in the [gradle.properties](gradle.properties) or pass it to `./gradlew -PappVersion=1.1.1` * Github Release @@ -239,10 +239,10 @@ OPTIONS ---------- **Require [Java 8 or later][java-download] -[version-svg]: https://img.shields.io/badge/installcerts-1.1.0-green.svg?style=flat-square -[doc-svg]: https://img.shields.io/badge/apidoc-1.1.0-ff69b4.svg?style=flat-square +[version-svg]: https://img.shields.io/badge/installcerts-1.1.1-green.svg?style=flat-square +[doc-svg]: https://img.shields.io/badge/apidoc-1.1.1-ff69b4.svg?style=flat-square [apidoc-url]: https://sureshg.github.io/InstallCerts/ -[download]: https://github.com/sureshg/InstallCerts/releases/download/1.1.0/installcerts +[download]: https://github.com/sureshg/InstallCerts/releases/download/1.1.1/installcerts [java-download]: http://www.oracle.com/technetwork/java/javase/downloads/index.html [github-token]: https://github.com/settings/tokens [installcert-blog]: https://blogs.oracle.com/gc/entry/unable_to_find_valid_certification diff --git a/docs/alltypes/index.html b/docs/alltypes/index.html index 6547bfe..45d9f50 100644 --- a/docs/alltypes/index.html +++ b/docs/alltypes/index.html @@ -5,7 +5,7 @@ -

1.1.0

+

1.1.1

All Types

diff --git a/docs/index.html b/docs/index.html index ad229b4..2fe07c6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,6 +5,9 @@ +

1.1.1

+

1.1.0