History.txt in net-http-persistent-1.0.1 vs History.txt in net-http-persistent-1.1

- old
+ new

@@ -1,10 +1,24 @@ +=== 1.1 + +* Minor Enhancements + * Proxy support, see Net::HTTP::Persistent::new, + Net::HTTP::Persistent#proxy_from_env + * Added +name+ parameter to Net::HTTP::Persistent::new for separation of + connection pools. + * Added Net::HTTP::Persistent#shutdown so you can clean up after yourself + * Net::HTTP::Persistent now suppresses "peer certificate won't be verified + in this SSL session" warning. + +* Bug Fixes + * Net::HTTP::Persistent retries requests in accordance with RFC 2616. + === 1.0.1 / 2010-05-05 * Minor Enhancements * Added #debug_output * Now uses Hoe minitest plugin -* Bug fixes +* Bug Fixes * Tests pass on 1.9 === 1.0.0 / 2010-05-04 * Major Enhancements