-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Release version 1.1.0 | ||
|
||
Notable changes: | ||
|
||
1. Fixed the build process to produce a static version of the package. | ||
|
||
2. Added support for Tcl 9 | ||
|
||
3. Fixed handling of connections with untrusted certificates and disabled | ||
certificate validation when using TLS1.3 protocol. | ||
|
||
4. Improved compatibility with tcltls. The ::tls::* aliases for ::mtls::* | ||
procedures are created automatically when the package is loaded, if | ||
the ::tls namespace does not exist at the time of loading. This allows | ||
existing code that is designed to work with tcltls to be used without | ||
modification. Also added some expected fields to the result of | ||
the mtls::status command. | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
git-0b47a998647230ead5190bb285a0ab248ce9420c | ||
git-3ed4a115bc3c29be1e0b2170da312bce75ff3370 |