aboutsummaryrefslogtreecommitdiffstats
path: root/History.md
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2018-05-12 15:48:07 +0900
committerKazuki Yamaguchi <k@rhe.jp>2018-05-12 15:48:07 +0900
commit1f90516e32ecd755d592002585e97cb78752eae2 (patch)
tree9b7e9906630d0198131633b7c0e6c90f340b171b /History.md
parentcc2e9703d885815b01ae7374c35671a31df56310 (diff)
downloadruby-openssl-1f90516e32ecd755d592002585e97cb78752eae2.tar.gz
Ruby/OpenSSL 2.0.8v2.0.8
Diffstat (limited to 'History.md')
-rw-r--r--History.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/History.md b/History.md
index 9cc60caa..db7d98e2 100644
--- a/History.md
+++ b/History.md
@@ -1,3 +1,17 @@
+Version 2.0.8
+=============
+
+Bug fixes
+---------
+
+* OpenSSL::Cipher#pkcs5_keyivgen raises an error when a negative iteration
+ count is given.
+ [[GitHub #184]](https://github.com/ruby/openssl/pull/184)
+* Fixed build with LibreSSL 2.7.
+ [[GitHub #192]](https://github.com/ruby/openssl/issues/192)
+ [[GitHub #193]](https://github.com/ruby/openssl/pull/193)
+
+
Version 2.0.7
=============