Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 7683

Show
Ignore:
Timestamp:
09/29/07 22:11:39 (1 year ago)
Author:
david
Message:

Updated

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionmailer/CHANGELOG

    r7476 r7683  
    1 *SVN* 
     1*2.0.0 [Preview Release]* (September 29th, 2007) 
    22 
    33* Fix attachment decoding when using the TMail C extension.  #7861 [orangechicken] 
     
    1010 
    1111* Make sure parsed emails recognized attachments nested inside multipart parts. #6714 [Jamis Buck] 
    12  
    13 * Rename server_settings to smtp settings, and add  sendmail_settings to allow you to override the arguments to and location of the sendmail executable. [Koz] 
    1412 
    1513* Allow mailer actions named send by using __send__ internally.  #6467 [iGEL] 
     
    2523      post :signup, :name => 'Jonathan' 
    2624    end 
     25 
     26 
     27*1.3.3* (March 12th, 2007) 
     28 
     29* Depend on Action Pack 1.13.3 
     30 
     31 
     32*1.3.2* (February 5th, 2007) 
     33 
     34* Deprecate server_settings renaming it to smtp_settings,  add sendmail_settings to allow you to override the arguments to and location of the sendmail executable. [Koz] 
     35 
     36 
     37*1.3.1* (January 16th, 2007) 
     38 
     39* Depend on Action Pack 1.13.1 
     40 
     41 
     42*1.3.0* (January 16th, 2007) 
    2743 
    2844* Make mime version default to 1.0. closes #2323 [ror@andreas-s.net]