Commit 69a91815 authored by Steven Fackler's avatar Steven Fackler
Browse files

Release openssl v0.10.4

parent 402d81bb
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@

## [Unreleased]

## [v0.10.4] - 2018-02-18

### Added

* Added OpenSSL 1.1.1 support.
@@ -113,7 +115,8 @@

Look at the [release tags] for information about older releases.

[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.3...master
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.4...master
[v0.10.4]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.3...openssl-v0.10.4
[v0.10.3]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.2...openssl-v0.10.3
[v0.10.2]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.1...openssl-v0.10.2
[v0.10.1]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.0...openssl-v0.10.1
+2 −2
Original line number Diff line number Diff line
[package]
name = "openssl"
version = "0.10.3"
version = "0.10.4"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
@@ -24,7 +24,7 @@ bitflags = "1.0"
foreign-types = "0.3.1"
lazy_static = "1"
libc = "0.2"
openssl-sys = { version = "0.9.25", path = "../openssl-sys" }
openssl-sys = { version = "0.9.26", path = "../openssl-sys" }

[dev-dependencies]
tempdir = "0.3"