Subject: CVS commit: pkgsrc/mail/ruby-actionmailer
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 01/28/2007 05:41:15
Module Name: pkgsrc
Committed By: minskim
Date: Sun Jan 28 05:41:15 UTC 2007
Modified Files:
pkgsrc/mail/ruby-actionmailer: Makefile PLIST distinfo
Log Message:
Update ruby-actionmailer to 1.3.1.
Changes since 1.2.5:
* Make mime version default to 1.0.
* Make sure quoted-printable text is decoded correctly when only portions
of the text are encoded.
* Make sure DOS newlines in quoted-printable text are normalized to unix
newlines before unquoting.
* Fixed that iconv decoding should catch InvalidEncoding
* Tighten rescue clauses.
* Automatically included ActionController::UrlWriter, such that URL
generation can happen within ActionMailer controllers.
* Replace Reloadable with Reloadable::Deprecated.
* Resolve action naming collision.
* ActionMailer::Base documentation rewrite.
* Replace alias method chaining with Module#alias_method_chain.
* Replace Ruby's deprecated append_features in favor of included.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/mail/ruby-actionmailer/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/ruby-actionmailer/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/mail/ruby-actionmailer/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.