Preparing for 4.1.6.rc2 release

上级 5cfd7d54
## Rails 4.1.6 (August 19, 2014) ##
## Rails 4.1.6 (September 8, 2014) ##
* Make ActionMailer::Previews methods class methods. Previously they were
instance methods and ActionMailer tries to render a message when they
......
......@@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 1
TINY = 6
PRE = "rc1"
PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 4.1.6 (August 19, 2014) ##
## Rails 4.1.6 (September 8, 2014) ##
* Prepend a JS comment to JSONP callbacks. Addresses CVE-2014-4671
("Rosetta Flash")
......
......@@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 1
TINY = 6
PRE = "rc1"
PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 4.1.6 (August 19, 2014) ##
## Rails 4.1.6 (September 8, 2014) ##
* Fix that render layout: 'messages/layout' should also be added to the dependency tracker tree.
......
......@@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 1
TINY = 6
PRE = "rc1"
PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 4.1.6 (August 19, 2014) ##
## Rails 4.1.6 (September 8, 2014) ##
* No changes.
......
......@@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 1
TINY = 6
PRE = "rc1"
PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 4.1.6 (August 19, 2014) ##
## Rails 4.1.6 (September 8, 2014) ##
* Fixed a regression where whitespaces were stripped from DISTINCT queries in
PostgreSQL.
......
......@@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 1
TINY = 6
PRE = "rc1"
PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 4.1.6 (August 19, 2014) ##
## Rails 4.1.6 (September 8, 2014) ##
* Fix DateTime comparison with DateTime::Infinity object.
......
......@@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 1
TINY = 6
PRE = "rc1"
PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
## Rails 4.1.6 (August 19, 2014) ##
## Rails 4.1.6 (September 8, 2014) ##
* No changes.
......
## Rails 4.1.6 (August 19, 2014) ##
## Rails 4.1.6 (September 8, 2014) ##
* Scaffold generator `_form` partial adds `class="field"` for password
confirmation fields.
......
......@@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 1
TINY = 6
PRE = "rc1"
PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
......@@ -8,7 +8,7 @@ module VERSION
MAJOR = 4
MINOR = 1
TINY = 6
PRE = "rc1"
PRE = "rc2"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册