From eaee5fc3fd30aac0ca7fc79dc9d27a7fe8991925 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 4 Dec 2008 07:21:10 +0000 Subject: * ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock): OpenSSL::SSL::SSLSocket should implement read_nonblock. a patch from Aaron Patterson in [ruby-core:20277]. fix: #814 [ruby-core:20241] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3610975dc..17cf203f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Dec 4 16:19:18 2008 Yukihiro Matsumoto + + * ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock): + OpenSSL::SSL::SSLSocket should implement read_nonblock. a patch + from Aaron Patterson in [ruby-core:20277]. fix: #814 [ruby-core:20241] + Thu Dec 4 16:16:09 2008 Yukihiro Matsumoto * lib/gserver.rb: fixed type in sample code. a report from Oleg -- cgit