From f184d3ea75d5ea3a513a97c90721ace8c37423dd Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 8 Jun 2007 05:39:13 +0000 Subject: * lib/cgi/session.rb: use secrand for generating cookies. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6479093f3..02b630581 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ Fri Jun 8 14:26:18 2007 Tanaka Akira * lib/secrand.rb: new file for secure random interface. + * lib/cgi/session.rb: use secrand for generating cookies. + Fri Jun 8 12:44:37 2007 NAKAMURA Usaku * {win32,wince}/Makefile.sub: add lex.c rule. -- cgit