# HG changeset patch # User Ingo Weinzierl # Date 1309183351 0 # Node ID fb8a7e3e91ad5d287a85e7a17185a41d78595f9a # Parent dbf1bfa070af4086811119ef33f3b3227e7fcd8d Prepared Changes for the upcoming release. http-client/trunk@2253 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r dbf1bfa070af -r fb8a7e3e91ad ChangeLog --- a/ChangeLog Sun Jun 26 17:16:04 2011 +0000 +++ b/ChangeLog Mon Jun 27 14:02:31 2011 +0000 @@ -1,3 +1,7 @@ +2011-06-27 Ingo Weinzierl + + * Changes: Prepared changes for the upcoming release. + 2011-06-26 Sascha L. Teichmann * src/main/java/de/intevation/artifacts/httpclient/utils/XMLUtils.java, diff -r dbf1bfa070af -r fb8a7e3e91ad Changes --- a/Changes Sun Jun 26 17:16:04 2011 +0000 +++ b/Changes Mon Jun 27 14:02:31 2011 +0000 @@ -1,3 +1,12 @@ +2011-06-27 RELEASE 0.4 + + New: + + * Use thread local instances of the HTTP clients to re-use them. + + * Use the Apache HTTP client extension of Restlet to handle HTTP requests. + + 2011-05-13 RELEASE 0.3 New: