History.txt in net-http-persistent-2.4 vs History.txt in net-http-persistent-2.4.1

- old
+ new

@@ -1,4 +1,14 @@ +=== 2.4.1 / 2012-02-03 + +* Bug fix + * When FakeWeb or WebMock are loaded SSL sessions will not be reused to + prevent breakage of testing frameworks. Issue #13 by Matt Brictson, pull + request #14 by Zachary Scott + * SSL connections are reset when the SSL parameters change. + Mechanize issue #194 by dsisnero + * Last-use times are now cleaned up in #shutdown. + === 2.4 / 2012-01-31 * Minor Enhancement * net-http-persistent now complains if OpenSSL::SSL::VERIFY_PEER is equal to OpenSSL::SSL::VERIFY_NONE. If you have a platform that is broken this way