aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-29 15:21:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-29 15:21:48 +0000
commit07cbc8bce8e4798ff7a356d816f43f5bf115615e (patch)
treebc2ce294227d8e74fa3d5bd6bc682db251e79b67 /ChangeLog
parent2401971e2d2ed29f15fcbeb556aaf3ace0fb37cf (diff)
downloadruby-07cbc8bce8e4798ff7a356d816f43f5bf115615e.tar.gz
* ChangeLog: remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 795e5ddad4..c4c6084bd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
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.
- 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>
@@ -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
Cipher#update without initializing key (meaningless usage of Cipher
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)
allows uninitialized key, but other EVPs (such as AES) does not
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>
- * 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.
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.
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.
(bsock_recvmsg_internal): call rsock_discard_cmsg_resource with
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
Kernel#URI
[ruby-core:38061]
-
+
* lib/uri/generic.rb (module): ditto
Sat Jul 16 03:19:45 2011 NAKAMURA Usaku <usa@ruby-lang.org>