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

- old
+ new

@@ -1,11 +1,20 @@ -=== 2.3.3 +=== 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 + you must define the constant: + + I_KNOW_THAT_OPENSSL_VERIFY_PEER_EQUALS_VERIFY_NONE_IS_WRONG = nil + + at the top level of your application to disable the warning. + * Bug fix * Fix persisting SSL sessions through HTTP proxies. Mechanize issue #178 by - Robert Poor. + Robert Poor, net-http-persistent issues #10, #11. -=== 2.3.2 +=== 2.3.2 / 2011-12-21 * Bug fix * Finish connections that were closed by Net::HTTP so they can be restarted. === 2.3.1 / 2011-10-26