From 59e655c25614a66e90e5745f7f3bbdea78f6b963 Mon Sep 17 00:00:00 2001 From: jeg2 Date: Wed, 30 Apr 2008 11:14:52 +0000 Subject: * lib/net/telnet.rb: Fixing a bug where line endings would not be properly escaped when the two character ending was broken up into separate TCP packets. Issue reported and patched by Brian Candler. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5d671d467..c77ba9703 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Apr 30 20:11:36 2008 James Edward Gray II + + * lib/net/telnet.rb: Fixing a bug where line endings would not be properly + escaped when the two character ending was broken up into separate TCP + packets. Issue reported and patched by Brian Candler. + Wed Apr 30 18:03:01 2008 Nobuyoshi Nakada * load.c (rb_load_path), vm_core.h (rb_vm_t): moved to VM. -- cgit