File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ v0.2.8]
6+
7+ ### Fixed
8+
9+ * Fixed an off by one error in the schannel backend's handling of max_protocol_version.
10+
511## [ v0.2.7]
612
713### Added
99105
100106Look at the [ release tags] for information about older releases.
101107
102- [ Unreleased ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.7...master
108+ [ Unreleased ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.8...master
109+ [ v0.2.8 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.7...v0.2.8
103110[ v0.2.7 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.6...v0.2.7
104111[ v0.2.6 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.5...v0.2.6
105112[ v0.2.5 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.4...v0.2.5
Original file line number Diff line number Diff line change 11[package ]
22name = " native-tls"
3- version = " 0.2.7 "
3+ version = " 0.2.8 "
44authors = [
" Steven Fackler <[email protected] >" ]
55license = " MIT/Apache-2.0"
66description = " A wrapper over a platform's native TLS implementation"
You can’t perform that action at this time.
0 commit comments