Hi everyone, I am happy to announce that Rails 3.2.15 has been released. This is a bug fix release and includes 56 commits. This release also contains one security fix that you can read about [here](https://groups.google.com/forum/#!topic/ruby-security-ann/yvlR1Vx44c8). Users are encouraged to upgrade as soon as possible. ## CHANGES since 3.2.14 To view the changes for each gem, please read the changelogs on GitHub: * [Action Mailer CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/actionmailer/CHANGELOG.md) * [Action Pack CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/actionpack/CHANGELOG.md) * [Active Model CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/activemodel/CHANGELOG.md) * [Active Record CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/activerecord/CHANGELOG.md) * [Active Resource CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/activeresource/CHANGELOG.md) * [Active Support CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/activesupport/CHANGELOG.md) * [Railties CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/railties/CHANGELOG.md) *Full listing* To see the full list of changes, [check out all the commits on GitHub](https://github.com/rails/rails/compare/v3.2.14...v3.2.15). ## SHA-1 If you''d like to verify that your gem is the same as the one I''ve uploaded, please use these SHA-1 hashes: ``` $ shasum * 3c9bf15a9b2ea5c4c3280638776f84783adefe6d actionmailer-3.2.15.gem 34cc3d5cbcee97a4e57ee9d909f51f0f387991bb actionpack-3.2.15.gem b1c631dd75fffee2f34407aaf01405aef6c63a43 activemodel-3.2.15.gem 7c86074b47c3864943b719d5b969264e2ace722c activerecord-3.2.15.gem a95f88e30d1af9c377f01725282d0e581bd9f88f activeresource-3.2.15.gem 08b57d2bf95fd16eb9bf1de144f7f0461894ee68 activesupport-3.2.15.gem da220b9b6f37871d7f32f4c66fe33d42acc92a5a rails-3.2.15.gem 66e189a5331dabc675459001d57e0fd906f3a888 railties-3.2.15.gem ``` I''d like to thank you all, every contributor who helped with this release, especially everyone who tried the release candidates. -- Aaron Patterson http://tenderlovemaking.com/
Hi, I have a question about the ActionMailer rail<https://github.com/rails/rails/blob/v3.2.15/actionmailer/CHANGELOG.md#rails-3215-oct-16-2013> s/actionmailer/CHANGELOG.md<https://github.com/rails/rails/blob/v3.2.15/actionmailer/CHANGELOG.md#rails-3215-oct-16-2013>, You provide a link to the CVE-2013-4389<https://groups.google.com/forum/#!topic/ruby-security-ann/yvlR1Vx44c8>security issue but the changelog of ActionMailer is empty for the 3.2.15 version. I checked the commit changelog<https://github.com/rails/rails/compare/v3.2.14...v3.2.15>on GitHub and the modification recommended is included in 3.2.15 release. Is this normal or is this voluntary? Best regards. Le mercredi 16 octobre 2013 19:35:07 UTC+2, Aaron Patterson a écrit :> > Hi everyone, > > I am happy to announce that Rails 3.2.15 has been released. This is a bug > fix > release and includes 56 commits. > > This release also contains one security fix that you can read about [here]( > https://groups.google.com/forum/#!topic/ruby-security-ann/yvlR1Vx44c8). > Users are encouraged to upgrade as soon as possible. > > ## CHANGES since 3.2.14 > > To view the changes for each gem, please read the changelogs on GitHub: > > * [Action Mailer CHANGELOG]( > https://github.com/rails/rails/blob/v3.2.15/actionmailer/CHANGELOG.md) > * [Action Pack CHANGELOG]( > https://github.com/rails/rails/blob/v3.2.15/actionpack/CHANGELOG.md) > * [Active Model CHANGELOG]( > https://github.com/rails/rails/blob/v3.2.15/activemodel/CHANGELOG.md) > * [Active Record CHANGELOG]( > https://github.com/rails/rails/blob/v3.2.15/activerecord/CHANGELOG.md) > * [Active Resource CHANGELOG]( > https://github.com/rails/rails/blob/v3.2.15/activeresource/CHANGELOG.md) > * [Active Support CHANGELOG]( > https://github.com/rails/rails/blob/v3.2.15/activesupport/CHANGELOG.md) > * [Railties CHANGELOG]( > https://github.com/rails/rails/blob/v3.2.15/railties/CHANGELOG.md) > > *Full listing* > > To see the full list of changes, [check out all the commits on > GitHub](https://github.com/rails/rails/compare/v3.2.14...v3.2.15). > > ## SHA-1 > > If you''d like to verify that your gem is the same as the one I''ve > uploaded, > please use these SHA-1 hashes: > > ``` > $ shasum * > 3c9bf15a9b2ea5c4c3280638776f84783adefe6d actionmailer-3.2.15.gem > 34cc3d5cbcee97a4e57ee9d909f51f0f387991bb actionpack-3.2.15.gem > b1c631dd75fffee2f34407aaf01405aef6c63a43 activemodel-3.2.15.gem > 7c86074b47c3864943b719d5b969264e2ace722c activerecord-3.2.15.gem > a95f88e30d1af9c377f01725282d0e581bd9f88f activeresource-3.2.15.gem > 08b57d2bf95fd16eb9bf1de144f7f0461894ee68 activesupport-3.2.15.gem > da220b9b6f37871d7f32f4c66fe33d42acc92a5a rails-3.2.15.gem > 66e189a5331dabc675459001d57e0fd906f3a888 railties-3.2.15.gem > ``` > > I''d like to thank you all, every contributor who helped with this release, > especially everyone who tried the release candidates. > > -- > Aaron Patterson > http://tenderlovemaking.com/ >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-core+unsubscribe@googlegroups.com. To post to this group, send email to rubyonrails-core@googlegroups.com. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/groups/opt_out.
Prem Sichanugrist
2013-Oct-18 14:56 UTC
Re: Re: [ANN] Ruby on Rails 3.2.15 has been released!
Good question. I think the reason that we didn’t documented in the CHANGELOG was because it doesn’t affect the API, and it doesn’t break anything. We tends to only log the changes that is very significant and may affect the way you work. If someone wants a full history, they’re encouraged to look at the git log instead. Thank you, Prem On October 18, 2013 at 6:08:35 AM, Geoffrey Roguelon (geoffrey.roguelon@gmail.com) wrote: Hi, I have a question about the ActionMailer rails/actionmailer/CHANGELOG.md, You provide a link to the CVE-2013-4389 security issue but the changelog of ActionMailer is empty for the 3.2.15 version. I checked the commit changelog on GitHub and the modification recommended is included in 3.2.15 release. Is this normal or is this voluntary? Best regards. Le mercredi 16 octobre 2013 19:35:07 UTC+2, Aaron Patterson a écrit : Hi everyone, I am happy to announce that Rails 3.2.15 has been released. This is a bug fix release and includes 56 commits. This release also contains one security fix that you can read about [here](https://groups.google.com/forum/#!topic/ruby-security-ann/yvlR1Vx44c8). Users are encouraged to upgrade as soon as possible. ## CHANGES since 3.2.14 To view the changes for each gem, please read the changelogs on GitHub: * [Action Mailer CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/actionmailer/CHANGELOG.md) * [Action Pack CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/actionpack/CHANGELOG.md) * [Active Model CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/activemodel/CHANGELOG.md) * [Active Record CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/activerecord/CHANGELOG.md) * [Active Resource CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/activeresource/CHANGELOG.md) * [Active Support CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/activesupport/CHANGELOG.md) * [Railties CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/railties/CHANGELOG.md) *Full listing* To see the full list of changes, [check out all the commits on GitHub](https://github.com/rails/rails/compare/v3.2.14...v3.2.15). ## SHA-1 If you''d like to verify that your gem is the same as the one I''ve uploaded, please use these SHA-1 hashes: ``` $ shasum * 3c9bf15a9b2ea5c4c3280638776f84783adefe6d actionmailer-3.2.15.gem 34cc3d5cbcee97a4e57ee9d909f51f0f387991bb actionpack-3.2.15.gem b1c631dd75fffee2f34407aaf01405aef6c63a43 activemodel-3.2.15.gem 7c86074b47c3864943b719d5b969264e2ace722c activerecord-3.2.15.gem a95f88e30d1af9c377f01725282d0e581bd9f88f activeresource-3.2.15.gem 08b57d2bf95fd16eb9bf1de144f7f0461894ee68 activesupport-3.2.15.gem da220b9b6f37871d7f32f4c66fe33d42acc92a5a rails-3.2.15.gem 66e189a5331dabc675459001d57e0fd906f3a888 railties-3.2.15.gem ``` I''d like to thank you all, every contributor who helped with this release, especially everyone who tried the release candidates. -- Aaron Patterson http://tenderlovemaking.com/ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-core+unsubscribe@googlegroups.com. To post to this group, send email to rubyonrails-core@googlegroups.com. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-core+unsubscribe@googlegroups.com. To post to this group, send email to rubyonrails-core@googlegroups.com. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/groups/opt_out.