File rubygem-actionmailer-4_2.changes of Package rubygem-actionmailer-4_2
-------------------------------------------------------------------
Fri Sep 25 13:18:42 UTC 2020 - Stephan Kulow <coolo@suse.com>
updated to version 4.2.11.3
see installed CHANGELOG.md
## Rails 4.2.11.3 (May 15, 2020) ##
* No changes.
## Rails 4.2.11.2 (May 15, 2020) ##
* No changes.
-------------------------------------------------------------------
Sun May 5 09:14:29 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 4.2.11.1
see installed CHANGELOG.md
## Rails 4.2.11.1 (March 11, 2019) ##
* No changes.
-------------------------------------------------------------------
Sat Dec 8 16:11:15 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 4.2.11
see installed CHANGELOG.md
## Rails 4.2.11 (November 27, 2018) ##
* No changes.
-------------------------------------------------------------------
Wed Oct 11 05:55:38 UTC 2017 - coolo@suse.com
- updated to version 4.2.10
see installed CHANGELOG.md
## Rails 4.2.10 (September 27, 2017) ##
* No changes.
-------------------------------------------------------------------
Thu Aug 3 18:57:58 UTC 2017 - coolo@suse.com
- updated to version 4.2.9
see installed CHANGELOG.md
## Rails 4.2.9 (June 26, 2017) ##
* No changes.
-------------------------------------------------------------------
Wed Feb 22 05:28:35 UTC 2017 - coolo@suse.com
- updated to version 4.2.8
see installed CHANGELOG.md
## Rails 4.2.8 (February 21, 2017) ##
* No changes.
-------------------------------------------------------------------
Fri Aug 12 04:29:09 UTC 2016 - coolo@suse.com
- updated to version 4.2.7.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Wed Jul 13 04:28:55 UTC 2016 - coolo@suse.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 8 05:29:03 UTC 2016 - coolo@suse.com
- updated to version 4.2.6
see installed CHANGELOG.md
## Rails 4.2.6 (March 07, 2016) ##
* No changes.
-------------------------------------------------------------------
Tue Mar 1 05:29:41 UTC 2016 - coolo@suse.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 05:28:52 UTC 2016 - coolo@suse.com
- updated to version 4.2.5.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Sat Nov 14 05:28:36 UTC 2015 - coolo@suse.com
- updated to version 4.2.5
see installed CHANGELOG.md
## Rails 4.2.5 (November 12, 2015) ##
* No changes.
-------------------------------------------------------------------
Tue Aug 25 04:28:46 UTC 2015 - coolo@suse.com
- updated to version 4.2.4
see installed CHANGELOG.md
## Rails 4.2.4 (August 24, 2015) ##
* No Changes *
-------------------------------------------------------------------
Fri Jun 26 04:29:03 UTC 2015 - coolo@suse.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 04:29:13 UTC 2015 - coolo@suse.com
- updated to version 4.2.2
see installed CHANGELOG.md
## Rails 4.2.2 (June 16, 2015) ##
* No Changes *
-------------------------------------------------------------------
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