Changeset 7683
- Timestamp:
- 09/29/07 22:11:39 (1 year ago)
- Files:
-
- trunk/actionmailer/CHANGELOG (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionmailer/CHANGELOG
r7476 r7683 1 * SVN*1 *2.0.0 [Preview Release]* (September 29th, 2007) 2 2 3 3 * Fix attachment decoding when using the TMail C extension. #7861 [orangechicken] … … 10 10 11 11 * 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]14 12 15 13 * Allow mailer actions named send by using __send__ internally. #6467 [iGEL] … … 25 23 post :signup, :name => 'Jonathan' 26 24 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) 27 43 28 44 * Make mime version default to 1.0. closes #2323 [ror@andreas-s.net]