From e05d2a55350ea8a378b499c0707269b31bf8ae18 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 5 Jan 2007 02:13:19 +0000 Subject: [PATCH] updated changelog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index c190d15dc..7ba3eccf6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ * Improved the HTTP seed downloader to report accurate progress. * Added more client peer-id signatures to be recognized. + * added support for HTTP servers that skip the CR before the NL at line breaks. + * fixed bug in the HTTP code that onlcy accepted headers case sensitive. * fixed bug where one of the session constructors didn't initialize boost.filesystem. * fixed bug when the initial checking of a torrent fails with an exception. * fixed bug in DHT code which would send incorrect announce messages.