Preparing for 4.1.6 release

This commit is contained in:
Rafael Mendonça França 2014-09-11 14:24:13 -03:00
parent 3a9bcd9798
commit 24027162db
17 changed files with 17 additions and 17 deletions

View File

@ -1 +1 @@
4.1.6.rc2
4.1.6

View File

@ -1,4 +1,4 @@
## Rails 4.1.6 (September 8, 2014) ##
## Rails 4.1.6 (September 11, 2014) ##
* Make ActionMailer::Previews methods class methods. Previously they were
instance methods and ActionMailer tries to render a message when they

View File

@ -8,7 +8,7 @@ module ActionMailer
MAJOR = 4
MINOR = 1
TINY = 6
PRE = "rc2"
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -1,4 +1,4 @@
## Rails 4.1.6 (September 8, 2014) ##
## Rails 4.1.6 (September 11, 2014) ##
* Prepend a JS comment to JSONP callbacks. Addresses CVE-2014-4671
("Rosetta Flash")

View File

@ -8,7 +8,7 @@ module ActionPack
MAJOR = 4
MINOR = 1
TINY = 6
PRE = "rc2"
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -1,4 +1,4 @@
## Rails 4.1.6 (September 8, 2014) ##
## Rails 4.1.6 (September 11, 2014) ##
* Fix that render layout: 'messages/layout' should also be added to the dependency tracker tree.

View File

@ -8,7 +8,7 @@ module ActionView
MAJOR = 4
MINOR = 1
TINY = 6
PRE = "rc2"
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -1,4 +1,4 @@
## Rails 4.1.6 (September 8, 2014) ##
## Rails 4.1.6 (September 11, 2014) ##
* No changes.

View File

@ -8,7 +8,7 @@ module ActiveModel
MAJOR = 4
MINOR = 1
TINY = 6
PRE = "rc2"
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -1,4 +1,4 @@
## Rails 4.1.6 (September 8, 2014) ##
## Rails 4.1.6 (September 11, 2014) ##
* Fixed a regression where whitespaces were stripped from DISTINCT queries in
PostgreSQL.

View File

@ -8,7 +8,7 @@ module ActiveRecord
MAJOR = 4
MINOR = 1
TINY = 6
PRE = "rc2"
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -1,4 +1,4 @@
## Rails 4.1.6 (September 8, 2014) ##
## Rails 4.1.6 (September 11, 2014) ##
* Fix DateTime comparison with DateTime::Infinity object.

View File

@ -8,7 +8,7 @@ module ActiveSupport
MAJOR = 4
MINOR = 1
TINY = 6
PRE = "rc2"
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -1,4 +1,4 @@
## Rails 4.1.6 (September 8, 2014) ##
## Rails 4.1.6 (September 11, 2014) ##
* No changes.

View File

@ -1,4 +1,4 @@
## Rails 4.1.6 (September 8, 2014) ##
## Rails 4.1.6 (September 11, 2014) ##
* Scaffold generator `_form` partial adds `class="field"` for password
confirmation fields.

View File

@ -8,7 +8,7 @@ module Rails
MAJOR = 4
MINOR = 1
TINY = 6
PRE = "rc2"
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end

View File

@ -8,7 +8,7 @@ module Rails
MAJOR = 4
MINOR = 1
TINY = 6
PRE = "rc2"
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end