Skip to content

Commit

Permalink
Forgot railties changelog
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/branches/1-2-stable@8196 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
NZKoz committed Nov 24, 2007
1 parent d421bb9 commit 9c19009
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions railties/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
*1.2.6* (November 24th, 2007)

* Fix :cookie_only to correctly avoid session fixation attacks (CVE-2007-6077)

* Fix regression where the association would not construct new finder SQL on save causing bogus queries for "WHERE owner_id = NULL" even after owner was saved.

*1.2.5* (October 12th, 2007)

* Correct RAILS_GEM_VERSION regexp. Use =version gem requirement instead of ~>version so you don't get surprised by a beta gem in production. This change means upgrading to 1.2.5 will require a boot.rb upgrade. [Jeremy Kemper]
Expand Down

0 comments on commit 9c19009

Please sign in to comment.