File rubygem-actionmailer-4_1.changes of Package rubygem-actionmailer-4_1
-------------------------------------------------------------------
Wed Jul 13 04:28:35 UTC 2016 - coolo@suse.com
- updated to version 4.1.16
see installed CHANGELOG.md
## Rails 4.1.16 (July 12, 2016) ##
* No changes.
-------------------------------------------------------------------
Tue Mar 8 05:28:41 UTC 2016 - coolo@suse.com
- updated to version 4.1.15
see installed CHANGELOG.md
## Rails 4.1.15 (March 07, 2016) ##
* No changes.
-------------------------------------------------------------------
Tue Mar 1 05:29:21 UTC 2016 - coolo@suse.com
- updated to version 4.1.14.2
see installed CHANGELOG.md
## Rails 4.1.14.2 (February 26, 2016) ##
* No changes.
## Rails 4.1.14.1 (January 25, 2015) ##
* No changes.
-------------------------------------------------------------------
Tue Jan 26 05:28:37 UTC 2016 - coolo@suse.com
- updated to version 4.1.14.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Fri Nov 13 05:28:29 UTC 2015 - coolo@suse.com
- updated to version 4.1.14
see installed CHANGELOG.md
## Rails 4.1.14 (November 12, 2015) ##
* No changes.
## Rails 4.1.14.rc1 (October 30, 2015) ##
* No changes.
-------------------------------------------------------------------
Tue Aug 25 04:28:31 UTC 2015 - coolo@suse.com
- updated to version 4.1.13
see installed CHANGELOG.md
## Rails 4.1.13 (August 24, 2015) ##
* No changes.
-------------------------------------------------------------------
Fri Jun 26 04:28:48 UTC 2015 - coolo@suse.com
- updated to version 4.1.12
see installed CHANGELOG.md
## Rails 4.1.12 (June 25, 2015) ##
* 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:28:57 UTC 2015 - coolo@suse.com
- updated to version 4.1.11
see installed CHANGELOG.md
## Rails 4.1.11 (June 16, 2015) ##
* No changes.
-------------------------------------------------------------------
Sun Mar 22 09:04:19 UTC 2015 - coolo@suse.com
- updated to version 4.1.10, no changes
-------------------------------------------------------------------
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