Changelog for
ruby2.1-rubygem-actionmailer-4_2-4.2.11-31.1.x86_64.rpm :
* Sat Dec 08 2018 Stephan Kulow
- updated to version 4.2.11 see installed CHANGELOG.md [#]# Rails 4.2.11 (November 27, 2018) ##
* No changes.
* Wed Oct 11 2017 cooloAATTsuse.com- updated to version 4.2.10 see installed CHANGELOG.md [#]# Rails 4.2.10 (September 27, 2017) ##
* No changes.
* Thu Aug 03 2017 cooloAATTsuse.com- updated to version 4.2.9 see installed CHANGELOG.md [#]# Rails 4.2.9 (June 26, 2017) ##
* No changes.
* Wed Feb 22 2017 cooloAATTsuse.com- updated to version 4.2.8 see installed CHANGELOG.md [#]# Rails 4.2.8 (February 21, 2017) ##
* No changes.
* Fri Aug 12 2016 cooloAATTsuse.com- updated to version 4.2.7.1 see installed CHANGELOG.md
* Wed Jul 13 2016 cooloAATTsuse.com- updated to version 4.2.7 see installed CHANGELOG.md [#]# Rails 4.2.7 (July 12, 2016) ##
* Removes `-t` from default Sendmail arguments to match the underlying `Mail::Sendmail` setting.
* Clayton Liggitt
*
* Tue Mar 08 2016 cooloAATTsuse.com- updated to version 4.2.6 see installed CHANGELOG.md [#]# Rails 4.2.6 (March 07, 2016) ##
* No changes.
* Tue Mar 01 2016 cooloAATTsuse.com- updated to version 4.2.5.2 see installed CHANGELOG.md [#]# Rails 4.2.5.2 (February 26, 2016) ##
* No changes. [#]# Rails 4.2.5.1 (January 25, 2015) ##
* No changes.
* Tue Jan 26 2016 cooloAATTsuse.com- updated to version 4.2.5.1 see installed CHANGELOG.md
* Sat Nov 14 2015 cooloAATTsuse.com- updated to version 4.2.5 see installed CHANGELOG.md [#]# Rails 4.2.5 (November 12, 2015) ##
* No changes.
* Tue Aug 25 2015 cooloAATTsuse.com- updated to version 4.2.4 see installed CHANGELOG.md [#]# Rails 4.2.4 (August 24, 2015) ##
* No Changes
*
* Fri Jun 26 2015 cooloAATTsuse.com- updated to version 4.2.3 see installed CHANGELOG.md [#]# Rails 4.2.3 (June 25, 2015) ##
* `assert_emails` in block form use the given number as expected value. This makes the error message much easier to understand.
* Yuji Yaginuma
*
* Mailer preview now uses `url_for` to fix links to emails for apps running on a subdirectory.
* Remo Mueller
*
* Mailer previews no longer crash when the `mail` method wasn\'t called (`NullMail`). Fixes #19849.
* Yves Senn
*
* Make sure labels and values line up in mailer previews.
* Yves Senn
*
* Wed Jun 17 2015 cooloAATTsuse.com- updated to version 4.2.2 see installed CHANGELOG.md [#]# Rails 4.2.2 (June 16, 2015) ##
* No Changes
*
* Fri Mar 20 2015 cooloAATTsuse.com- updated to version 4.2.1, no changes
* Wed Jan 28 2015 adrianAATTsuse.de- update to version 4.2.0
* Mon Jan 19 2015 dmuellerAATTsuse.com- update to 4.1.9:
* Attachments can be added while rendering the mail template.
* Mon Nov 10 2014 tboergerAATTsuse.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 2014 cooloAATTsuse.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 2014 mrueckertAATTsuse.com- - initial package