From 31df10153e035624affe7d16c2b0dfba12918075 Mon Sep 17 00:00:00 2001 From: shugo Date: Thu, 19 Nov 2009 13:56:34 +0000 Subject: added a ChangeLog entry. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 32d3ba66b..4289378a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Nov 19 22:50:05 2009 Shugo Maeda + + * lib/net/imap.rb (flag_list): untaint strings to intern in the safe + level 1. + + * lib/net/imap.rb (max_flag_count=): new methods to set the max + number of flags interned to symbols. + Thu Nov 19 20:43:39 2009 NAKAMURA Usaku * ext/socket/getnameinfo.c: need to include extconf.h for HAVE_* macros. -- cgit