From 8d3a64e8580ead9eb632da96dcec4e672f7bb468 Mon Sep 17 00:00:00 2001 From: jeg2 Date: Thu, 25 Oct 2007 22:12:53 +0000 Subject: * lib/net/telnet.rb (Net::Telnet#login): Allowing "passphrase" in addition to "password" for Telnet login prompts. [ruby-Bugs-10746] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 622f18122..198de5299 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Oct 25 07:12:03 2007 James Edward Gray II + + * lib/net/telnet.rb (Net::Telnet#login): Allowing "passphrase" in + addition to "password" for Telnet login prompts. [ruby-Bugs-10746] + Wed Oct 25 06:34:11 2007 James Edward Gray II * lib/net/telnet.rb (Net::Telnet#login): Making the password prompt -- cgit