aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2017-12-14 18:55:06 +0900
committerKazuki Yamaguchi <k@rhe.jp>2017-12-14 18:55:06 +0900
commitb8b8f74e95854a8db793d8189952a51e5af53dea (patch)
tree3ea124d7c3dcc38ccad470f1ca0864bd0683d8f0
parent4aa1dbd96788421f97a3747e7db3867c3c3e4bee (diff)
downloadruby-openssl-b8b8f74e95854a8db793d8189952a51e5af53dea.tar.gz
Ruby/OpenSSL 2.1.0v2.1.0ky/release-2.1.0
-rw-r--r--History.md7
-rw-r--r--openssl.gemspec2
2 files changed, 6 insertions, 3 deletions
diff --git a/History.md b/History.md
index 3535d3e7..321a51c8 100644
--- a/History.md
+++ b/History.md
@@ -1,5 +1,5 @@
-Version 2.1.0.beta2
-===================
+Version 2.1.0
+=============
Notable changes
---------------
@@ -50,6 +50,9 @@ Notable changes
[[GitHub #169]](https://github.com/ruby/openssl/pull/169)
* OpenSSL::SSL::SSLContext#add_certificate is added.
[[GitHub #167]](https://github.com/ruby/openssl/pull/167)
+* OpenSSL::PKey::EC::Point#to_octet_string is added.
+ OpenSSL::PKey::EC::Point.new can now take String as the second argument.
+ [[GitHub #177]](https://github.com/ruby/openssl/pull/177)
Version 2.0.7
diff --git a/openssl.gemspec b/openssl.gemspec
index e2968efd..40525c4a 100644
--- a/openssl.gemspec
+++ b/openssl.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "openssl"
- spec.version = "2.1.0.beta2"
+ spec.version = "2.1.0"
spec.authors = ["Martin Bosslet", "SHIBATA Hiroshi", "Zachary Scott", "Kazuki Yamaguchi"]
spec.email = ["ruby-core@ruby-lang.org"]
spec.summary = %q{OpenSSL provides SSL, TLS and general purpose cryptography.}