Preparing for 4.1.3 release

This commit is contained in:
Rafael Mendonça França 2014-07-02 13:00:25 -03:00
parent 27a0c137d0
commit dfa7a76de8
17 changed files with 53 additions and 9 deletions

View File

@ -1 +1 @@
4.1.2
4.1.3

View File

@ -1,3 +1,8 @@
## Rails 4.1.3 (July 2, 2014) ##
* No changes.
## Rails 4.1.2 (June 26, 2014) ##
* No changes.

View File

@ -7,7 +7,7 @@ module ActionMailer
module VERSION
MAJOR = 4
MINOR = 1
TINY = 2
TINY = 3
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")

View File

@ -1,3 +1,8 @@
## Rails 4.1.3 (July 2, 2014) ##
* No changes.
## Rails 4.1.2 (June 26, 2014) ##
* Fix URL generation with `:trailing_slash` such that it does not add

View File

@ -7,7 +7,7 @@ module ActionPack
module VERSION
MAJOR = 4
MINOR = 1
TINY = 2
TINY = 3
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")

View File

@ -1,3 +1,8 @@
## Rails 4.1.3 (July 2, 2014) ##
* No changes.
## Rails 4.1.2 (June 26, 2014) ##
* Change `asset_path` to use File.join to create proper paths.

View File

@ -7,7 +7,7 @@ module ActionView
module VERSION
MAJOR = 4
MINOR = 1
TINY = 2
TINY = 3
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")

View File

@ -1,3 +1,8 @@
## Rails 4.1.3 (July 2, 2014) ##
* No changes.
## Rails 4.1.2 (June 26, 2014) ##
* No changes.

View File

@ -7,7 +7,7 @@ module ActiveModel
module VERSION
MAJOR = 4
MINOR = 1
TINY = 2
TINY = 3
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")

View File

@ -1,3 +1,12 @@
## Rails 4.1.3 (July 2, 2014) ##
* Fix SQL Injection Vulnerability in 'range' quoting.
Fixes CVE-2014-3483
*Rafael Mendonça França*
## Rails 4.1.2 (June 26, 2014) ##
* Fix regression on eager loading association based on SQL query rather than

View File

@ -7,7 +7,7 @@ module ActiveRecord
module VERSION
MAJOR = 4
MINOR = 1
TINY = 2
TINY = 3
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")

View File

@ -1,3 +1,8 @@
## Rails 4.1.3 (July 2, 2014) ##
* No changes.
## Rails 4.1.2 (June 26, 2014) ##
* `Hash#deep_transform_keys` and `Hash#deep_transform_keys!` now transform hashes

View File

@ -7,7 +7,7 @@ module ActiveSupport
module VERSION
MAJOR = 4
MINOR = 1
TINY = 2
TINY = 3
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")

View File

@ -1,3 +1,8 @@
## Rails 4.1.3 (July 2, 2014) ##
* No changes.
## Rails 4.1.2 (June 26, 2014) ##
* Update all Rails 4.1.0 references to 4.1.1 within the guides and code.

View File

@ -1,3 +1,8 @@
## Rails 4.1.3 (July 2, 2014) ##
* No changes.
## Rails 4.1.2 (June 26, 2014) ##
* Load database configuration from the first `database.yml` available in paths.

View File

@ -7,7 +7,7 @@ module Rails
module VERSION
MAJOR = 4
MINOR = 1
TINY = 2
TINY = 3
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")

View File

@ -7,7 +7,7 @@ module Rails
module VERSION
MAJOR = 4
MINOR = 1
TINY = 2
TINY = 3
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")