History.txt in ar_mailer-1.3.1 vs History.txt in ar_mailer-1.3.2

- old
+ new

@@ -1,4 +1,13 @@ += 1.3.2 + +* Terminate SMTP connection on TimeoutError since Net::SMTP may be in a bogus + state. Issue by Eric O'Connell. +* Don't require Email class to exist. Bug #22843 by Joachim Glauche. +* Switched to minitest +* Upgraded to modern Hoe +* Updated configuration information for Rails > 2.0 + = 1.3.1 * Fix bug #12530, gmail causes SSL errors. Submitted by Kyle Maxwell and Alex Ostleitner. * Try ActionMailer::Base::server_settings then ::smtp_settings. Fixes