Update changelogs with release date [ci skip]

This commit is contained in:
Carlos Antonio da Silva
2013-01-09 20:05:47 -02:00
parent 8313f3c577
commit 11f5debcd5
7 changed files with 35 additions and 9 deletions

View File

@@ -1,4 +1,9 @@
## Rails 3.2.11 (unreleased) ##
## Rails 3.2.12 (unreleased) ##
## Rails 3.2.11 (Jan 8, 2013) ##
* No changes.
## Rails 3.2.10 (Jan 2, 2013) ##

View File

@@ -93,14 +93,16 @@
*Daniel Fox, Grant Hutchins & Trace Wax*
## Rails 3.2.11 ##
## Rails 3.2.11 (Jan 8, 2013) ##
* Strip nils from collections on JSON and XML posts. [CVE-2013-0155]
* Strip nils from collections on JSON and XML posts. [CVE-2013-0155]
## Rails 3.2.10 (Jan 2, 2013) ##
* No changes.
## Rails 3.2.9 (Nov 12, 2012) ##
* Clear url helpers when reloading routes.

View File

@@ -1,8 +1,13 @@
## Rails 3.2.11 (unreleased) ##
## Rails 3.2.12 (unreleased) ##
* Specify type of singular association during serialization *Steve Klabnik*
## Rails 3.2.11 (Jan 8, 2013) ##
* No changes.
## Rails 3.2.10 (Jan 2, 2013) ##
* No changes.

View File

@@ -1,4 +1,4 @@
## Rails 3.2.12 (unreleased)
## Rails 3.2.12 (unreleased) ##
* Fix undefined method `to_i` when calling `new` on a scope that uses an
Array; Fix FloatDomainError when setting integer column to NaN.
@@ -179,10 +179,11 @@
*Gabriel Sobrinho, Ricardo Henrique*
## Rails 3.2.11 ##
## Rails 3.2.11 (Jan 8, 2013) ##
* Fix querying with an empty hash *Damien Mathieu* [CVE-2013-0155]
## Rails 3.2.10 (Jan 2, 2013) ##
* CVE-2012-5664 options hashes should only be extracted if there are extra

View File

@@ -1,4 +1,10 @@
## Rails 3.2.11 ##
## Rails 3.2.12 (unreleased) ##
## Rails 3.2.11 (Jan 8, 2013) ##
* No changes.
## Rails 3.2.10 (Jan 2, 2013) ##

View File

@@ -1,4 +1,4 @@
## Rails 3.2.12 (unreleased)
## Rails 3.2.12 (unreleased) ##
* Remove surrogate unicode character encoding from ActiveSupport::JSON.encode
The encoding scheme was broken for unicode characters outside the basic
@@ -29,6 +29,7 @@
*Jeremy Kemper*
## Rails 3.2.10 (Jan 2, 2013) ##
* No changes.

View File

@@ -1,4 +1,9 @@
## Rails 3.2.11 (unreleased) ##
## Rails 3.2.12 (unreleased) ##
## Rails 3.2.11 (Jan 8, 2013) ##
* No changes.
## Rails 3.2.10 (Jan 2, 2013) ##
@@ -27,6 +32,7 @@
* Update supported ruby versions error message in ruby_version_check.rb *Lihan Li*
## Rails 3.2.8 (Aug 9, 2012) ##
* ERB scaffold generator use the `:data => { :confirm => "Text" }` syntax instead of `:confirm`.