Subject: CVS commit: pkgsrc/mail/ruby-actionmailer
To: None <pkgsrc-changes@NetBSD.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 11/02/2005 15:07:46
Module Name: pkgsrc
Committed By: taca
Date: Wed Nov 2 15:07:46 UTC 2005
Modified Files:
pkgsrc/mail/ruby-actionmailer: Makefile PLIST distinfo
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]
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/mail/ruby-actionmailer/Makefile \
pkgsrc/mail/ruby-actionmailer/PLIST \
pkgsrc/mail/ruby-actionmailer/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.