Changeset 2660
- Timestamp:
- 10/16/05 22:15:03 (3 years ago)
- Files:
-
- trunk/actionmailer/CHANGELOG (modified) (1 diff)
- trunk/actionmailer/lib/action_mailer/version.rb (modified) (1 diff)
- trunk/actionpack/CHANGELOG (modified) (1 diff)
- trunk/actionpack/lib/action_pack/version.rb (modified) (1 diff)
- trunk/actionwebservice/CHANGELOG (modified) (2 diffs)
- trunk/actionwebservice/lib/action_web_service/version.rb (modified) (1 diff)
- trunk/activerecord/CHANGELOG (modified) (1 diff)
- trunk/activerecord/lib/active_record/version.rb (modified) (1 diff)
- trunk/activesupport/CHANGELOG (modified) (1 diff)
- trunk/activesupport/lib/active_support/version.rb (modified) (1 diff)
- trunk/railties/CHANGELOG (modified) (1 diff)
- trunk/railties/lib/rails_version.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionmailer/CHANGELOG
r2648 r2660 1 * SVN*1 *1.1.0* (October 16th, 2005) 2 2 3 3 * Update and extend documentation (rdoc) trunk/actionmailer/lib/action_mailer/version.rb
r2648 r2660 2 2 module Version #:nodoc: 3 3 MAJOR = 1 4 MINOR = 05 TINY = 14 MINOR = 1 5 TINY = 0 6 6 7 7 STRING = [MAJOR, MINOR, TINY].join('.') trunk/actionpack/CHANGELOG
r2655 r2660 1 * SVN*1 *1.10.0* (October 16th, 2005) 2 2 3 3 * Improve line number detection for template errors [Nicholas Seckar] trunk/actionpack/lib/action_pack/version.rb
r2649 r2660 2 2 module Version #:nodoc: 3 3 MAJOR = 1 4 MINOR = 95 TINY = 14 MINOR = 10 5 TINY = 0 6 6 7 7 STRING = [MAJOR, MINOR, TINY].join('.') trunk/actionwebservice/CHANGELOG
r2050 r2660 1 * SVN*1 *0.9.0* (October 16th, 2005) 2 2 3 3 * Fix invalid XML request generation bug in test_invoke [Ken Barker] … … 12 12 13 13 * ActionWebService now always returns UTF-8 responses. 14 14 15 15 16 *0.8.1* (11 July, 2005) trunk/actionwebservice/lib/action_web_service/version.rb
r2516 r2660 2 2 module Version 3 3 MAJOR = 0 4 MINOR = 85 TINY = 14 MINOR = 9 5 TINY = 0 6 6 7 7 STRING = [MAJOR, MINOR, TINY].join('.') trunk/activerecord/CHANGELOG
r2650 r2660 1 * SVN*1 *1.12.0* (October 16th, 2005) 2 2 3 3 * Update/clean up documentation (rdoc) trunk/activerecord/lib/active_record/version.rb
r2650 r2660 2 2 module Version #:nodoc: 3 3 MAJOR = 1 4 MINOR = 1 15 TINY = 14 MINOR = 12 5 TINY = 0 6 6 7 7 STRING = [MAJOR, MINOR, TINY].join('.') trunk/activesupport/CHANGELOG
r2654 r2660 1 * SVN*1 *1.2.0* (October 16th, 2005) 2 2 3 3 * Update Exception extension to show the first few framework frames in an application trace. [Nicholas Seckar] trunk/activesupport/lib/active_support/version.rb
r2651 r2660 2 2 module Version #:nodoc: 3 3 MAJOR = 1 4 MINOR = 15 TINY = 14 MINOR = 2 5 TINY = 0 6 6 7 7 STRING = [MAJOR, MINOR, TINY].join('.') trunk/railties/CHANGELOG
r2658 r2660 1 * SVN*1 *0.14.0* (October 16th, 2005) 2 2 3 3 * Moved generator folder from RAILS_ROOT/generators to RAILS_ROOT/lib/generators [Tobias Luetke] trunk/railties/lib/rails_version.rb
r2518 r2660 2 2 module Version #:nodoc: 3 3 MAJOR = 0 4 MINOR = 1 35 TINY = 14 MINOR = 14 5 TINY = 0 6 6 7 7 STRING = [MAJOR, MINOR, TINY].join('.')