Skip to content

Commit 7c4bfe1

Browse files
committed
Preparing for 4.1.4 release
1 parent 958be0e commit 7c4bfe1

File tree

17 files changed

+51
-9
lines changed

17 files changed

+51
-9
lines changed

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1.3
1+
4.1.4

actionmailer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.1.4 (July 2, 2014) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.1.3 (July 2, 2014) ##
27

38
* No changes.

actionmailer/lib/action_mailer/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def self.gem_version
77
module VERSION
88
MAJOR = 4
99
MINOR = 1
10-
TINY = 3
10+
TINY = 4
1111
PRE = nil
1212

1313
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")

actionpack/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.1.4 (July 2, 2014) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.1.3 (July 2, 2014) ##
27

38
* No changes.

actionpack/lib/action_pack/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def self.gem_version
77
module VERSION
88
MAJOR = 4
99
MINOR = 1
10-
TINY = 3
10+
TINY = 4
1111
PRE = nil
1212

1313
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")

actionview/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.1.4 (July 2, 2014) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.1.3 (July 2, 2014) ##
27

38
* No changes.

actionview/lib/action_view/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def self.gem_version
77
module VERSION
88
MAJOR = 4
99
MINOR = 1
10-
TINY = 3
10+
TINY = 4
1111
PRE = nil
1212

1313
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")

activemodel/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.1.4 (July 2, 2014) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.1.3 (July 2, 2014) ##
27

38
* No changes.

activemodel/lib/active_model/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def self.gem_version
77
module VERSION
88
MAJOR = 4
99
MINOR = 1
10-
TINY = 3
10+
TINY = 4
1111
PRE = nil
1212

1313
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")

activerecord/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Rails 4.1.4 (July 2, 2014) ##
2+
3+
* Fix regression added from the latest security fix.
4+
5+
*Sean Griffin*, *Matthew Draper*
6+
7+
18
## Rails 4.1.3 (July 2, 2014) ##
29

310
* Fix SQL Injection Vulnerability in 'range' quoting.

0 commit comments

Comments
 (0)