Mercurial > dive4elements > http-client
changeset 15:f3441dc6853f 0.2
Tagged RELEASE 0.2 of HTTP Client.
http-client/tags/0.2@1918 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 13 May 2011 10:40:53 +0000 |
parents | 0359c4f3b4a1 |
children | 31e71085748a |
files | ChangeLog Changes NEWS |
diffstat | 3 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon May 09 10:16:07 2011 +0000 +++ b/ChangeLog Fri May 13 10:40:53 2011 +0000 @@ -1,3 +1,7 @@ +2011-05-13 Ingo Weinzierl <ingo@intevation.de> + + * Changes, NEWS: For Release 0.2. + 2011-05-09 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/artifacts/httpclient/http/response/StringResponseHandler.java,
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Changes Fri May 13 10:40:53 2011 +0000 @@ -0,0 +1,13 @@ +2011-05-13 RELEASE 0.2 + + New: + + * Enabled the Http-Client to support locales in requests. A client's + constructor takes the string representation of a locale and sets the + request's preferred locale. + + * Added a method that triggers the ArtifactCollection's OUT operation and + returns the raw InputStream. + + +2011-03-30 RELEASE 0.1