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