From 95688a39b86384d09f783f71c7811b782ceca289 Mon Sep 17 00:00:00 2001 From: akira Date: Thu, 13 May 2004 07:02:18 +0000 Subject: * lib/net/telnet.rb (Net::Telnet::login): "options" can specify regexps for login prompt and/or password prompt. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 32b914da3..f5cb7f339 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu May 13 15:47:30 2004 akira yamada + + * lib/net/telnet.rb (Net::Telnet::login): "options" can specify + regexps for login prompt and/or password prompt. + Thu May 13 14:17:57 2004 why the lucky stiff * ext/syck/rubyext.c (yaml_org_handler): some empty strings were -- cgit