Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 4488

Show
Ignore:
Timestamp:
06/24/06 15:28:56 (3 years ago)
Author:
david
Message:

Made ready for release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/stable/actionmailer/CHANGELOG

    r4183 r4488  
     1*1.2.2* (June 24th, 2006) 
     2 
     3* Depend on Action Pack 1.12.2 
     4 
     5 
    16*1.2.1* (April 6th, 2005) 
    27 
  • branches/stable/actionmailer/lib/action_mailer/version.rb

    r4183 r4488  
    33    MAJOR = 1 
    44    MINOR = 2 
    5     TINY  = 1 
     5    TINY  = 2 
    66 
    77    STRING = [MAJOR, MINOR, TINY].join('.') 
  • branches/stable/actionmailer/Rakefile

    r4204 r4488  
    5555  s.homepage = "http://www.rubyonrails.org" 
    5656 
    57   s.add_dependency('actionpack', '= 1.12.1' + PKG_BUILD) 
     57  s.add_dependency('actionpack', '= 1.12.2' + PKG_BUILD) 
    5858 
    5959  s.has_rdoc = true 
  • branches/stable/actionpack/CHANGELOG

    r4457 r4488  
    1 *1.12.1* (April 6th, 2005
     1*1.12.2* (June 24th, 2006
    22 
    33* Refinement to avoid exceptions in traverse_to_controller. 
    44 
    55* (Hackish) Fix loading of arbitrary files in Ruby's load path by traverse_to_controller. [Nicholas Seckar] 
     6 
     7 
     8*1.12.1* (April 6th, 2006) 
    69 
    710* Fixed that template extensions would be cached development mode #4624 [Stefan Kaes] 
     
    3538 
    3639 
    37 *1.12.0* (March 27th, 2005
     40*1.12.0* (March 27th, 2006
    3841 
    3942* Add documentation for respond_to. [Jamis Buck] 
  • branches/stable/actionpack/lib/action_pack/version.rb

    r4183 r4488  
    33    MAJOR = 1 
    44    MINOR = 12 
    5     TINY  = 1 
     5    TINY  = 2 
    66     
    77    STRING = [MAJOR, MINOR, TINY].join('.') 
  • branches/stable/actionwebservice/CHANGELOG

    r4203 r4488  
     1*1.1.3* (June 24th, 2006) 
     2 
     3* Rely on Action Pack 1.12.2 and Active Record 1.14.3 
     4 
     5 
    16*1.1.2* (April 9th, 2005) 
    27 
  • branches/stable/actionwebservice/lib/action_web_service/version.rb

    r4203 r4488  
    33    MAJOR = 1 
    44    MINOR = 1 
    5     TINY  = 2 
     5    TINY  = 3 
    66 
    77    STRING = [MAJOR, MINOR, TINY].join('.') 
  • branches/stable/actionwebservice/Rakefile

    r4204 r4488  
    7272  s.homepage = "http://www.rubyonrails.org" 
    7373 
    74   s.add_dependency('actionpack', '= 1.12.1' + PKG_BUILD) 
    75   s.add_dependency('activerecord', '= 1.14.2' + PKG_BUILD) 
     74  s.add_dependency('actionpack', '= 1.12.2' + PKG_BUILD) 
     75  s.add_dependency('activerecord', '= 1.14.3' + PKG_BUILD) 
    7676 
    7777  s.has_rdoc = true 
  • branches/stable/activerecord/CHANGELOG

    r4240 r4488  
    1 *SVN* 
     1*1.14.3* (June 24th, 2006) 
    22 
    33* Properly quote index names in migrations (closes #4764) [John Long] 
     
    88 
    99 
    10 *1.14.2* (April 9th, 2005
     10*1.14.2* (April 9th, 2006
    1111 
    1212* Fixed calculations for the Oracle Adapter (closes #4626) [Michael Schoen] 
    1313 
    1414 
    15 *1.14.1* (April 6th, 2005
     15*1.14.1* (April 6th, 2006
    1616 
    1717* Fix type_name_with_module to handle type names that begin with '::'. Closes #4614. [Nicholas Seckar] 
     
    6868 
    6969 
    70 *1.14.0* (March 27th, 2005
     70*1.14.0* (March 27th, 2006
    7171 
    7272* Replace 'rescue Object' with a finer grained rescue. Closes #4431. [Nicholas Seckar] 
     
    488488* Fixed :through relations when using STI inherited classes would use the inherited class's name as foreign key on the join model [Tobias Luetke]  
    489489 
     490 
    490491*1.13.2* (December 13th, 2005) 
    491492 
  • branches/stable/activerecord/lib/active_record/version.rb

    r4203 r4488  
    33    MAJOR = 1 
    44    MINOR = 14 
    5     TINY  = 2 
     5    TINY  = 3 
    66 
    77    STRING = [MAJOR, MINOR, TINY].join('.') 
  • branches/stable/railties/CHANGELOG

    r4202 r4488  
    1 *1.1.2* (April 9th, 2005) 
     1*1.1.3* (June 24th, 2006) 
     2 
     3* Updated to Active Record 1.14.3, Action Pack 1.12.2, ActionWebService 1.1.3, ActionMailer 1.2.2 
     4 
     5 
     6*1.1.2* (April 9th, 2006) 
    27 
    38* Added rake rails:update:configs to update config/boot.rb from the latest (also included in rake rails:update) [DHH] 
     
    611 
    712 
    8 *1.1.1* (April 6th, 2005
     13*1.1.1* (April 6th, 2006
    914 
    1015* Enhances plugin#discover allowing it to discover svn:// like URIs (closes #4565) [ruben.nine@gmail.com] 
     
    4550 
    4651 
    47 *1.1.0* (March 27th, 2005
     52*1.1.0* (March 27th, 2006
    4853 
    4954* Allow db:fixtures:load to load a subset of the applications fixtures. [Chad Fowler] 
     
    185190 
    186191* Honor ActiveRecord::Base.pluralize_table_names when creating and destroying session store table. #3204. [rails@bencurtis.com, Marcel Molina Jr.] 
     192 
    187193 
    188194*1.0.0* (December 13th, 2005) 
  • branches/stable/railties/lib/rails/version.rb

    r4202 r4488  
    33    MAJOR = 1 
    44    MINOR = 1 
    5     TINY  = 2 
     5    TINY  = 3 
    66 
    77    STRING = [MAJOR, MINOR, TINY].join('.') 
  • branches/stable/railties/Rakefile

    r4204 r4488  
    280280  s.add_dependency('rake', '>= 0.7.1') 
    281281  s.add_dependency('activesupport',    '= 1.3.1' + PKG_BUILD) 
    282   s.add_dependency('activerecord',     '= 1.14.2' + PKG_BUILD) 
    283   s.add_dependency('actionpack',       '= 1.12.1' + PKG_BUILD) 
    284   s.add_dependency('actionmailer',     '= 1.2.1' + PKG_BUILD) 
    285   s.add_dependency('actionwebservice', '= 1.1.2' + PKG_BUILD) 
     282  s.add_dependency('activerecord',     '= 1.14.3' + PKG_BUILD) 
     283  s.add_dependency('actionpack',       '= 1.12.2' + PKG_BUILD) 
     284  s.add_dependency('actionmailer',     '= 1.2.2' + PKG_BUILD) 
     285  s.add_dependency('actionwebservice', '= 1.1.3' + PKG_BUILD) 
    286286 
    287287  s.rdoc_options << '--exclude' << '.'