aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-23 13:06:27 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-23 13:06:27 +0000
commitfdd6c4be17d6a9190a914b2eb48c6e549a811f0f (patch)
treec31fb5aa44617d451285d41172adcb58f48017bf
parent8b920b4ac80bf9d7c4193ecff9046b4ae95502e4 (diff)
downloadruby-fdd6c4be17d6a9190a914b2eb48c6e549a811f0f.tar.gz
* ChangeLog: commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55f42c2ed4..f024a1a748 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Tue Jun 23 21:28:16 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * file.c (rb_get_path_check): check with given safe level.
+
+ * file.c (rb_find_file_ext_safe, rb_find_file_safe): ditto.
+
+ * safe.c (rb_insecure_operation): function to raise security
+ error.
+
Tue Jun 23 20:32:43 2009 Yusuke Endoh <mame@tsg.ne.jp>
* gc.c: remove the definition of GC_DEBUG (debugging macro).