# HG changeset patch # User Ingo Weinzierl # Date 1305283253 0 # Node ID f3441dc6853f806d871e58e6c0bdb79a8c8e0760 # Parent 0359c4f3b4a1aee241310be60f6d50bfd2fee1b6 Tagged RELEASE 0.2 of HTTP Client. http-client/tags/0.2@1918 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 0359c4f3b4a1 -r f3441dc6853f ChangeLog --- 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 + + * Changes, NEWS: For Release 0.2. + 2011-05-09 Sascha L. Teichmann * src/main/java/de/intevation/artifacts/httpclient/http/response/StringResponseHandler.java, diff -r 0359c4f3b4a1 -r f3441dc6853f Changes --- /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 diff -r 0359c4f3b4a1 -r f3441dc6853f NEWS --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/NEWS Fri May 13 10:40:53 2011 +0000 @@ -0,0 +1,10 @@ +2011-05-13 RELEASE 0.2 + + New: + + * Enabled the Http-Client to support locales in requests. + + * Grant access to the InputStream of a Collection's OUT operation. + + +2011-03-30 RELEASE 0.1