Mercurial > dive4elements > http-client
changeset 29:863c7301b7f5 0.5
Tagged RELEASE 0.5 of http-client.
http-client/tags/0.5@2787 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 19 Sep 2011 14:38:23 +0000 |
parents | 68163c3ca407 |
children | f5e9a9b93ccb |
files | ChangeLog Changes |
diffstat | 2 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Aug 23 13:59:20 2011 +0000 +++ b/ChangeLog Mon Sep 19 14:38:23 2011 +0000 @@ -1,3 +1,9 @@ +2011-09-19 Ingo Weinzierl <ingo@intevation.de> + + Taggd RELEASE 0.5 + + * Changes: Prepared changes for the release. + 2011-08-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/artifacts/httpclient/utils/ArtifactProtocolUtils.java
--- a/Changes Tue Aug 23 13:59:20 2011 +0000 +++ b/Changes Mon Sep 19 14:38:23 2011 +0000 @@ -1,3 +1,13 @@ +2011-09-19 RELEASE 0.5 + + NEW: + + * Performance improvements in ArtifactProtocolUtils. + + * Improved the HttpClient interface and its default implementation: + enabled calling a service with a ResponseHandler. + + 2011-06-27 RELEASE 0.4 New: