aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-19 13:56:34 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-19 13:56:34 +0000
commit62f1364742aa08859813e940c7647663936a4f77 (patch)
tree8cf42b75b45b1b20eab39bbbde2d4b5159ef01d9 /ChangeLog
parent718ceb5476117f6280e428d28658296f808f90fe (diff)
downloadruby-62f1364742aa08859813e940c7647663936a4f77.tar.gz
added a ChangeLog entry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32d3ba66b4..4289378a1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Nov 19 22:50:05 2009 Shugo Maeda <shugo@ruby-lang.org>
+
+ * 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 <usa@ruby-lang.org>
* ext/socket/getnameinfo.c: need to include extconf.h for HAVE_* macros.