File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ v0.2.2]
6+
7+ ### Fixed
8+
9+ * Failure to load a root certificate on Android now logs a message rather than producing an error.
10+ * Fixed ordering of the certificate chain in the OpenSSL backend.
11+
512## [ v0.2.1]
613
714### Added
4855
4956Look at the [ release tags] for information about older releases.
5057
51- [ Unreleased ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.1...master
58+ [ Unreleased ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.2...master
59+ [ v0.2.2 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.1...v0.2.2
5260[ v0.2.1 ] : https://github.com/sfackler/rust-native-tls/compare/v0.2.0...v0.2.1
5361[ v0.2.0 ] : https://github.com/sfackler/rust-native-tls/compare/v0.1.5...v0.2.0
5462[ release tags ] : https://github.com/sfackler/rust-native-tls/releases
Original file line number Diff line number Diff line change 11[package ]
22name = " native-tls"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44authors = [" Steven Fackler <sfackler@gmail.com>" ]
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