Skip to content

Commit

Permalink
Prep for 3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Nov 15, 2010
1 parent 029c8ff commit 31b6a6a
Show file tree
Hide file tree
Showing 15 changed files with 43 additions and 37 deletions.
8 changes: 5 additions & 3 deletions actionmailer/CHANGELOG
@@ -1,10 +1,12 @@
*Rails 3.0.2 (unreleased)*
*Rails 3.0.2 (November 15, 2010)*

* No changes.

* No changes

*Rails 3.0.1 (October 15, 2010)*

* No Changes, just a version bump.
* No Changes.


*Rails 3.0.0 (August 29, 2010)*

Expand Down
3 changes: 1 addition & 2 deletions actionmailer/lib/action_mailer/version.rb
Expand Up @@ -3,8 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
TINY = 2
BUILD = 'pre'

STRING = [MAJOR, MINOR, TINY, BUILD].join('.')
STRING = [MAJOR, MINOR, TINY].join('.')
end
end
6 changes: 4 additions & 2 deletions actionpack/CHANGELOG
@@ -1,10 +1,12 @@
*Rails 3.0.2 (unreleased)*
*Rails 3.0.2 (November 15, 2010)*

* The helper number_to_currency accepts a new :negative_format option to be able to configure how to render negative amounts. [Don Wilson]


*Rails 3.0.1 (October 15, 2010)*

* No Changes, just a version bump.
* No changes.


*Rails 3.0.0 (August 29, 2010)*

Expand Down
5 changes: 2 additions & 3 deletions actionpack/lib/action_pack/version.rb
Expand Up @@ -3,8 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
TINY = 2
BUILD = 'pre'

STRING = [MAJOR, MINOR, TINY, BUILD].join('.')

STRING = [MAJOR, MINOR, TINY].join('.')
end
end
6 changes: 4 additions & 2 deletions activemodel/CHANGELOG
@@ -1,10 +1,12 @@
*Rails 3.0.2 (unreleased)*
*Rails 3.0.2 (November 15, 2010)*

* No changes


*Rails 3.0.1 (October 15, 2010)*

* No Changes, just a version bump.
* No changes


*Rails 3.0.0 (August 29, 2010)*

Expand Down
5 changes: 2 additions & 3 deletions activemodel/lib/active_model/version.rb
Expand Up @@ -3,8 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
TINY = 2
BUILD = 'pre'

STRING = [MAJOR, MINOR, TINY, BUILD].join('.')

STRING = [MAJOR, MINOR, TINY].join('.')
end
end
6 changes: 5 additions & 1 deletion activerecord/CHANGELOG
@@ -1,4 +1,6 @@
*Rails 3.0.2 (unreleased)*
*Rails 3.0.2 (November 15, 2010)*

* Dramatic speed increase (see: http://engineering.attinteractive.com/2010/10/arel-two-point-ohhhhh-yaaaaaa/) [Aaron Patterson]

* reorder is deprecated in favor of except(:order).order(...) [Santiago Pastorino]

Expand Down Expand Up @@ -27,10 +29,12 @@

[Aaron Patterson]


*Rails 3.0.1 (October 15, 2010)*

* Introduce a fix for CVE-2010-3993


*Rails 3.0.0 (August 29, 2010)*

* Changed update_attribute to not run callbacks and update the record directly in the database [Neeraj Singh]
Expand Down
5 changes: 2 additions & 3 deletions activerecord/lib/active_record/version.rb
Expand Up @@ -3,8 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
TINY = 1
BUILD = 'pre'

STRING = [MAJOR, MINOR, TINY, BUILD].join('.')

STRING = [MAJOR, MINOR, TINY].join('.')
end
end
8 changes: 5 additions & 3 deletions activeresource/CHANGELOG
@@ -1,10 +1,12 @@
*Rails 3.0.2 (unreleased)*
*Rails 3.0.2 (November 15, 2010)*

* No changes.

* No changes

*Rails 3.0.1 (October 15, 2010)*

* No Changes, just a version bump.
* No changes.


*Rails 3.0.0 (August 29, 2010)*

Expand Down
5 changes: 2 additions & 3 deletions activeresource/lib/active_resource/version.rb
Expand Up @@ -3,8 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
TINY = 2
BUILD = 'pre'

STRING = [MAJOR, MINOR, TINY, BUILD].join('.')

STRING = [MAJOR, MINOR, TINY].join('.')
end
end
6 changes: 4 additions & 2 deletions activesupport/CHANGELOG
@@ -1,10 +1,12 @@
*Rails 3.0.2 (unreleased)*
*Rails 3.0.2 (November 15, 2010)*

* Added before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! [Andrew White]


*Rails 3.0.1 (October 15, 2010)*

* No Changes, just a version bump.
* No changes.


*Rails 3.0.0 (August 29, 2010)*

Expand Down
5 changes: 2 additions & 3 deletions activesupport/lib/active_support/version.rb
Expand Up @@ -3,8 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
TINY = 2
BUILD = 'pre'

STRING = [MAJOR, MINOR, TINY, BUILD].join('.')

STRING = [MAJOR, MINOR, TINY].join('.')
end
end
2 changes: 1 addition & 1 deletion railties/CHANGELOG
@@ -1,4 +1,4 @@
*Rails 3.0.2 (unreleased)*
*Rails 3.0.2 (November 15, 2010)*

* No changes

Expand Down
5 changes: 2 additions & 3 deletions railties/lib/rails/version.rb
Expand Up @@ -3,8 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
TINY = 2
BUILD = 'pre'

STRING = [MAJOR, MINOR, TINY, BUILD].join('.')

STRING = [MAJOR, MINOR, TINY].join('.')
end
end
5 changes: 2 additions & 3 deletions version.rb
Expand Up @@ -3,8 +3,7 @@ module VERSION #:nodoc:
MAJOR = 3
MINOR = 0
TINY = 2
BUILD = 'pre'

STRING = [MAJOR, MINOR, TINY, BUILD].join('.')

STRING = [MAJOR, MINOR, TINY].join('.')
end
end

0 comments on commit 31b6a6a

Please sign in to comment.