Skip to content

Commit

Permalink
* for 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nahi committed Jun 30, 2007
1 parent d515b92 commit 8f0ea33
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,28 @@ thanks to Maehashi-san.

- Changes

Jun 30, 2007 - version 2.0.8

* HTTP
* added request/response filter interface and implemented DigestAuth
based on the filter interface. DigestAuth calc engine is based on
http://tools.assembla.com/breakout/wiki/DigestForSoap
Thanks to sromano. (#155)
* re-implemented BasicAuth based on the filter interface. send BasicAuth
header only if it's needed. (#31)
* handle a response which has 2XX status code as a successfull response
while retry check. applied the patch from Micah Wedemeyer.
Thanks! (#158)

* Connection
* show more friendly error message for unconnectable URL. (#156)

* bug fixes
* to avoid MIME format incompatibility, add empty epilogue chunk
explicitly. Thanks to the anonymous user who reported #154 (#154)
* rescue EPIPE for keep-alive reconnecting. Thanks to anonymous user
who posted a patch at #124. (#124)

May 13, 2007 - version 2.0.7

* HTTP
Expand Down

0 comments on commit 8f0ea33

Please sign in to comment.