File rubygem-actionmailer-5_0.changes of Package rubygem-actionmailer-5_0
-------------------------------------------------------------------
Thu Mar 14 10:42:17 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 5.0.7.2
see installed CHANGELOG.md
## Rails 5.0.7.2 (March 11, 2019) ##
* No changes.
-------------------------------------------------------------------
Sat Dec 8 16:11:46 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 5.0.7.1
see installed CHANGELOG.md
## Rails 5.0.7.1 (November 27, 2018) ##
* No changes.
-------------------------------------------------------------------
Fri Mar 30 04:28:44 UTC 2018 - factory-auto@kulow.org
- updated to version 5.0.7
see installed CHANGELOG.md
## Rails 5.0.7 (March 29, 2018) ##
* No changes.
-------------------------------------------------------------------
Mon Sep 11 12:30:04 UTC 2017 - coolo@suse.com
- updated to version 5.0.6
see installed CHANGELOG.md
## Rails 5.0.6 (September 07, 2017) ##
* No changes.
## Rails 5.0.6.rc1 (August 24, 2017) ##
* No changes.
-------------------------------------------------------------------
Thu Aug 3 18:58:14 UTC 2017 - coolo@suse.com
- updated to version 5.0.5
see installed CHANGELOG.md
## Rails 5.0.5 (July 31, 2017) ##
* No changes.
## Rails 5.0.5.rc2 (July 25, 2017) ##
* No changes.
## Rails 5.0.5.rc1 (July 19, 2017) ##
* No changes.
-------------------------------------------------------------------
Tue Jun 20 06:42:13 UTC 2017 - coolo@suse.com
- updated to version 5.0.4
see installed CHANGELOG.md
## Rails 5.0.4 (June 19, 2017) ##
* No changes.
## Rails 5.0.3 (May 12, 2017) ##
* No changes.
-------------------------------------------------------------------
Tue May 23 09:34:44 UTC 2017 - coolo@suse.com
- updated to version 5.0.3
see installed CHANGELOG.md
-------------------------------------------------------------------
Thu Mar 2 05:29:20 UTC 2017 - coolo@suse.com
- updated to version 5.0.2
see installed CHANGELOG.md
## Rails 5.0.2 (March 01, 2017) ##
* No changes.
-------------------------------------------------------------------
Wed Dec 21 05:28:48 UTC 2016 - coolo@suse.com
- updated to version 5.0.1
see installed CHANGELOG.md
## Rails 5.0.1 (December 21, 2016) ##
* No changes.
## Rails 5.0.1.rc2 (December 10, 2016) ##
* No changes.
## Rails 5.0.1.rc1 (December 01, 2016) ##
* No changes.
-------------------------------------------------------------------
Fri Aug 12 04:29:25 UTC 2016 - coolo@suse.com
- updated to version 5.0.0.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Mon Jul 4 09:12:49 UTC 2016 - coolo@suse.com
- updated to rails 5.0 - see http://weblog.rubyonrails.org/2016/6/30/Rails-5-0-final/
-------------------------------------------------------------------
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