File rubygem-actionmailer-4_2.changes of Package rubygem-actionmailer-4_2.1380
-------------------------------------------------------------------
Fri Jul 3 10:12:18 UTC 2015 - jmassaguerpla@suse.com
- Update to 4.2.2, no changes (just to match activesupport version)
(bnc#934799 and bnc#934800).
-------------------------------------------------------------------
Fri Mar 20 20:50:19 UTC 2015 - coolo@suse.com
- updated to version 4.2.1, no changes
-------------------------------------------------------------------
Wed Jan 28 12:28:00 UTC 2015 - adrian@suse.de
- update to version 4.2.0
-------------------------------------------------------------------
Mon Jan 19 21:08:53 UTC 2015 - dmueller@suse.com
- update to 4.1.9:
* Attachments can be added while rendering the mail template.
-------------------------------------------------------------------
Mon Nov 10 14:00:03 UTC 2014 - tboerger@suse.com
- To get rails 4 running on SLE 11 i have switched the
rb_build_versions definition to rub21 as it is activated within
devel:languages:ruby. That way we can get running rails 4 on
SLE 11 too.
-------------------------------------------------------------------
Tue Oct 14 10:05:05 UTC 2014 - coolo@suse.com
- updated to version 4.1.6
* Make ActionMailer::Previews methods class methods. Previously they were
instance methods and ActionMailer tries to render a message when they
are called.
*Cristian Bica*
* Raise an exception when attachments are added after `mail` was called.
This is a safeguard to prevent invalid emails.
Fixes #16163.
* Allow preview interceptors to be registered through
`config.action_mailer.preview_interceptors`.
See #15739.
-------------------------------------------------------------------
Wed Jul 23 13:30:21 UTC 2014 - mrueckert@suse.com
- - initial package