From 65ca601ba6de9b63b6d0507788ffa411d4d85908 Mon Sep 17 00:00:00 2001 From: emboss Date: Wed, 19 Oct 2011 20:05:21 +0000 Subject: * lib/openssl/buffering.rb: Force multi-byte strings to be treated as binary data. * test/openssl/test_ssl.rb: Add test for it. Thanks to Niklas Baumstark for reporting the issue! [Ruby 1.9 - Bug #5233] [ruby-core:39120] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 56e06aefd6..d1da49602e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu Oct 20 06:55:32 2011 Martin Bosslet + + * lib/openssl/buffering.rb: Force multi-byte strings to be treated as + binary data. + * test/openssl/test_ssl.rb: Add test for it. + + Thanks to Niklas Baumstark for reporting the issue! + + [Ruby 1.9 - Bug #5233] [ruby-core:39120] + Wed Oct 19 17:06:54 2011 Yukihiro Matsumoto * version.h (RUBY_VERSION): finally declare start of 2.0 work! -- cgit v1.2.3