diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-06-13 02:38:46 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-06-13 02:38:46 +0000 |
commit | b7d3ec2f698c265d5a9059ef0b224a9d4b2ce7de (patch) | |
tree | 58fb9b469c4bc187f923abbffab86f80fccaeb75 /ChangeLog | |
parent | 7c34b471bea7c85461307f2b33456cdac7b0fecf (diff) | |
download | ruby-b7d3ec2f698c265d5a9059ef0b224a9d4b2ce7de.tar.gz |
* ext/openssl/ossl_ocsp.c: fix documentation on ocsp response cert status.
[fix GH-932] Patch by @chrisholmes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sat Jun 13 11:38:00 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org> + + * ext/openssl/ossl_ocsp.c: fix documentation on ocsp response cert status. + [fix GH-932] Patch by @chrisholmes + Sat Jun 13 11:35:19 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org> * ext/bigdecimal/bigdecimal.gemspec: Fix require paths for released gem. |