From fa0053812ac44024ea9a6cedeb70b5535868d191 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 23 Jul 2004 07:52:38 +0000 Subject: * gc.c (define_final): should not disclose NODE* to Ruby world. [ruby-dev:23957] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cf453f58a..d289c8c90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,20 @@ +Fri Jul 23 16:40:25 2004 Yukihiro Matsumoto + + * gc.c (define_final): should not disclose NODE* to Ruby world. + [ruby-dev:23957] + Fri Jul 23 08:52:22 2004 Shugo Maeda * lib/net/imap.rb (disconnected?): new method. +Thu Jul 22 16:41:54 2004 Yukihiro Matsumoto + + * lib/cgi/session.rb (CGI::Session::FileStore#update): sets the + permission of the session data file to 0600. + + * lib/cgi/session/pstore.rb (CGI::Session::Pstore#initialize): + ditto. + Mon Jul 19 00:53:46 2004 GOTOU Yuuzou * lib/webrick/httpservlet/cgihandler.rb -- cgit