From be68c86ffbab9b84674f8ea942b6ac6a4724dfe0 Mon Sep 17 00:00:00 2001 From: Roland Weber Date: Thu, 7 Feb 2008 20:11:26 +0000 Subject: [PATCH] added HTTPCLIENT-726, reformatted for 79 cpl git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@619621 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE_NOTES.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 3702f8765..9918f40d9 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,6 +1,9 @@ Changes since 4.0 Alpha 2 ------------------- +* [HTTPCLIENT-726] testcase for spurious wakeups in ThreadSafeClientConnManager + Contributed by Roland Weber + * [HTTPCLIENT-643] Automatic connect fail-over for multi-home remote servers. Contributed by Oleg Kalnichevski @@ -20,9 +23,9 @@ Changes since 4.0 Alpha 2 Contributed by Sam Berlin and Oleg Kalnichevski -* [HTTPCLIENT-667] Added 'Meta' cookie specification that selects a cookie policy - depending on the format of the cookie(s). It is no longer necessary to know - beforehand what kind of HTTP cookie support the target host provides. +* [HTTPCLIENT-667] Added 'Meta' cookie specification that selects a cookie + policy depending on the format of the cookie(s). It is no longer necessary + to know beforehand what kind of HTTP cookie support the target host provides. HttpClient is now able to pick up either a lenient or a strict cookie policy depending on the compliance level of the target server. Contributed by Oleg Kalnichevski