-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from essentialkaos/develop
Version 2.2.0
- Loading branch information
Showing
4 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ go: | |
- 1.9.x | ||
- 1.10.x | ||
- 1.11.x | ||
- 1.12.x | ||
- tip | ||
|
||
os: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ | |
|
||
Summary: Pretty awesome command-line client for public SSLLabs API | ||
Name: sslcli | ||
Version: 2.1.0 | ||
Version: 2.2.0 | ||
Release: 0%{?dist} | ||
Group: Applications/System | ||
License: EKOL | ||
|
@@ -92,6 +92,10 @@ rm -rf %{buildroot} | |
################################################################################ | ||
|
||
%changelog | ||
* Tue Mar 19 2019 Anton Novojilov <[email protected]> - 2.2.0-0 | ||
- Added info about 0-RTT support | ||
- Minor UI fixes | ||
|
||
* Mon Feb 11 2019 Anton Novojilov <[email protected]> - 2.1.0-0 | ||
- Improved DROWN check status output | ||
|
||
|