HTTPCLIENT-1137: Added credit for Alin Vasile for his patch to the RELEASE_NOTES.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1197718 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Moore 2011-11-04 19:11:31 +00:00
parent d19daa3dcd
commit c13bbbdd17
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
Changes since 4.2 ALPHA1
-------------------
* [HTTPCLIENT-1137] Values for the Via header are cached and reused by httpclient-cache.
Contributed by Alin Vasile <alinachegalati at yahoo dot com>
* [HTTPCLIENT-1142] Infinite loop on NTLM authentication failure.
Contributed by Oleg Kalnichevski <olegk at apache.org>