diff options
author | taca <taca> | 2005-11-02 15:07:46 +0000 |
---|---|---|
committer | taca <taca> | 2005-11-02 15:07:46 +0000 |
commit | 0837008af59836194a0a0d171e69fa6d3be58d4e (patch) | |
tree | 7611c7d50299de0be9812aeed59f25038cfd21fa /mail/ruby-actionmailer/distinfo | |
parent | 710c3df3ce3f6848a9598d2cde84895926bbc42e (diff) | |
download | pkgsrc-0837008af59836194a0a0d171e69fa6d3be58d4e.tar.gz |
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]
Diffstat (limited to 'mail/ruby-actionmailer/distinfo')
-rw-r--r-- | mail/ruby-actionmailer/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/ruby-actionmailer/distinfo b/mail/ruby-actionmailer/distinfo index 848c4ffe535..df9f67b7139 100644 --- a/mail/ruby-actionmailer/distinfo +++ b/mail/ruby-actionmailer/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/09/04 14:12:31 taca Exp $ +$NetBSD: distinfo,v 1.4 2005/11/02 15:07:46 taca Exp $ -SHA1 (ruby/actionmailer-1.0.1.tgz) = 2ae354e38fcb44da5e10f3dfc7ce0c33ce04af30 -RMD160 (ruby/actionmailer-1.0.1.tgz) = e488790c65921c9f5d45b29953ab1343ec5a0324 -Size (ruby/actionmailer-1.0.1.tgz) = 71911 bytes +SHA1 (ruby/actionmailer-1.1.1.tgz) = 885962aacca106a8ad1a31a867e3c7db5d932b9e +RMD160 (ruby/actionmailer-1.1.1.tgz) = 4a93c83ea9356adc6b5dbe3d1a1262c26f3de378 +Size (ruby/actionmailer-1.1.1.tgz) = 76369 bytes |