* ChangeLog: remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-07-29 15:21:48 +00:00
parent 2401971e2d
commit 07cbc8bce8

View File

@ -1,8 +1,8 @@
Fri Jul 29 23:56:32 2011 Tanaka Akira <akr@fsij.org> Fri Jul 29 23:56:32 2011 Tanaka Akira <akr@fsij.org>
* lib/securerandom.rb: call OpenSSL::Random.seed at the * lib/securerandom.rb: call OpenSSL::Random.seed at the
SecureRandom.random_bytes call. SecureRandom.random_bytes call.
based on the patch by Masahiro Tomita. [ruby-dev:44270] based on the patch by Masahiro Tomita. [ruby-dev:44270]
Fri Jul 29 23:53:48 2011 Nobuyoshi Nakada <nobu@ruby-lang.org> Fri Jul 29 23:53:48 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
@ -44,7 +44,7 @@ Thu Jul 28 22:36:06 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
SEGV from AES encryption/decryption. Processing data by SEGV from AES encryption/decryption. Processing data by
Cipher#update without initializing key (meaningless usage of Cipher Cipher#update without initializing key (meaningless usage of Cipher
object since we don't offer a way to export a key) could cause SEGV. object since we don't offer a way to export a key) could cause SEGV.
In OpenSSL, the EVP which has EVP_CIPH_RAND_KEY flag (such as DES3) In OpenSSL, the EVP which has EVP_CIPH_RAND_KEY flag (such as DES3)
allows uninitialized key, but other EVPs (such as AES) does not allows uninitialized key, but other EVPs (such as AES) does not
allow it. Calling EVP_CipherUpdate() without initializing key causes allow it. Calling EVP_CipherUpdate() without initializing key causes
@ -290,7 +290,7 @@ Sat Jul 23 20:11:50 2011 Tadayoshi Funaba <tadf@dotrb.org>
Sat Jul 23 19:12:53 2011 Masaki Suketa <masaki.suketa@nifty.ne.jp> Sat Jul 23 19:12:53 2011 Masaki Suketa <masaki.suketa@nifty.ne.jp>
* test/win32ole/test_err_in_callback.rb (test_err_in_callback): * test/win32ole/test_err_in_callback.rb (test_err_in_callback):
skip test if ADODB.connection is not available. skip test if ADODB.connection is not available.
Sat Jul 23 15:37:04 2011 NARUSE, Yui <naruse@ruby-lang.org> Sat Jul 23 15:37:04 2011 NARUSE, Yui <naruse@ruby-lang.org>
@ -307,7 +307,7 @@ Sat Jul 23 17:06:25 2011 Tanaka Akira <akr@fsij.org>
* ext/socket/ancdata.c (discard_cmsg): add msg_peek_p argument. * ext/socket/ancdata.c (discard_cmsg): add msg_peek_p argument.
assume FreeBSD, NetBSD and MacOS X doesn't generate passed fd assume FreeBSD, NetBSD and MacOS X doesn't generate passed fd
when MSG_PEEK. when MSG_PEEK.
(rsock_discard_cmsg_resource): add msg_peek_p argument. (rsock_discard_cmsg_resource): add msg_peek_p argument.
(bsock_recvmsg_internal): call rsock_discard_cmsg_resource with (bsock_recvmsg_internal): call rsock_discard_cmsg_resource with
msg_peek_p argument. msg_peek_p argument.
@ -554,7 +554,7 @@ Sat Jul 16 06:27:51 2011 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
* lib/uri/common.rb (module): Remove optional parser argument to * lib/uri/common.rb (module): Remove optional parser argument to
Kernel#URI Kernel#URI
[ruby-core:38061] [ruby-core:38061]
* lib/uri/generic.rb (module): ditto * lib/uri/generic.rb (module): ditto
Sat Jul 16 03:19:45 2011 NAKAMURA Usaku <usa@ruby-lang.org> Sat Jul 16 03:19:45 2011 NAKAMURA Usaku <usa@ruby-lang.org>