# HG changeset patch # User Ingo Weinzierl # Date 1305283193 0 # Node ID f98989c91a2961e896d2cc24a5dd00760e26f830 # Parent 0359c4f3b4a1aee241310be60f6d50bfd2fee1b6 Added Changes and NEWS for release-0.2. http-client/trunk@1917 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 0359c4f3b4a1 -r f98989c91a29 ChangeLog --- a/ChangeLog Mon May 09 10:16:07 2011 +0000 +++ b/ChangeLog Fri May 13 10:39: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 f98989c91a29 Changes --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Changes Fri May 13 10:39: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 f98989c91a29 NEWS --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/NEWS Fri May 13 10:39: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