Path to this page:
Subject: CVS commit: pkgsrc/mail/ruby-actionmailer
From: Takahiro Kambe
Date: 2005-11-02 16:07:46
Message id: 20051102150746.7C5FD2DA27@cvs.netbsd.org
Log Message:
Update mail/ruby-actionmailer pacakge to 1.1.1.
*1.1.1* (October 19th, 2005)
* Upgraded to Action Pack 1.10.1
*1.1.0* (October 16th, 2005)
* Update and extend documentation (rdoc)
* Minero Aoki made TMail available to Rails/ActionMailer under the MIT
license (instead of LGPL) [RubyConf '05]
* Austin Ziegler made Text::Simple available to Rails/ActionMailer
under a MIT-like licens [See rails ML, subject "Text::Format Licence
Exception" on Oct 15, 2005]
* Fix vendor require paths to prevent files being required twice
* Don't add charset to content-type header for a part that contains
subparts (for AOL compatibility) #2013 [John Long]
* Preserve underscores when unquoting message bodies #1930
* Encode multibyte characters correctly #1894
* Multipart messages specify a MIME-Version header automatically #2003 [John Long]
* Add a unified render method to ActionMailer (delegates to ActionView::Base#render)
* Move mailer initialization to a separate (overridable) method, so
that subclasses may alter the various defaults #1727
* Look at content-location header (if available) to determine filename
of attachments #1670
* ActionMailer::Base.deliver(email) had been accidentally removed, but
was documented in the Rails book #1849
* Fix problem with sendmail delivery where headers should be delimited
by \n characters instead of \r\n, which confuses some mail readers
#1742 [Kent Sibilev]
Files: