<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,8 @@
+*1.3.1* (January 16th, 2007)
+
+* Depend on Action Pack 1.13.1
+
+
 *1.3.0* (January 16th, 2007)
 
 * Make mime version default to 1.0. closes #2323 [ror@andreas-s.net]</diff>
      <filename>actionmailer/CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -54,7 +54,7 @@ spec = Gem::Specification.new do |s|
   s.rubyforge_project = &quot;actionmailer&quot;
   s.homepage = &quot;http://www.rubyonrails.org&quot;
 
-  s.add_dependency('actionpack', '= 1.13.0' + PKG_BUILD)
+  s.add_dependency('actionpack', '= 1.13.1' + PKG_BUILD)
 
   s.has_rdoc = true
   s.requirements &lt;&lt; 'none'</diff>
      <filename>actionmailer/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module ActionMailer
   module VERSION #:nodoc:
     MAJOR = 1
     MINOR = 3
-    TINY  = 0
+    TINY  = 1
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>actionmailer/lib/action_mailer/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,8 @@
+*1.13.1* (January 18th, 2007)
+
+* Fixed content-type bug in Prototype [sam]
+
+
 *1.13.0* (January 16th, 2007)
 
 * Modernize cookie testing code, and increase coverage (Heckle++) #7101 [Kevin Clark]</diff>
      <filename>actionpack/CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module ActionPack #:nodoc:
   module VERSION #:nodoc:
     MAJOR = 1
     MINOR = 13
-    TINY  = 0
+    TINY  = 1
     
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>actionpack/lib/action_pack/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,8 @@
+*1.2.1* (January 16th, 2007)
+
+* Depend on Action Pack 1.13.1
+
+
 *1.2.0* (January 16th, 2007)
 
 * Removed invocation of deprecated before_action and around_action filter methods. Corresponding before_invocation and after_invocation methods should be used instead. #6275 [Kent Sibilev]</diff>
      <filename>actionwebservice/CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -71,8 +71,8 @@ spec = Gem::Specification.new do |s|
   s.rubyforge_project = &quot;aws&quot;
   s.homepage = &quot;http://www.rubyonrails.org&quot;
 
-  s.add_dependency('actionpack', '= 1.13.0' + PKG_BUILD)
-  s.add_dependency('activerecord', '= 1.15.0' + PKG_BUILD)
+  s.add_dependency('actionpack', '= 1.13.1' + PKG_BUILD)
+  s.add_dependency('activerecord', '= 1.15.1' + PKG_BUILD)
 
   s.has_rdoc = true
   s.requirements &lt;&lt; 'none'</diff>
      <filename>actionwebservice/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module ActionWebService
   module VERSION #:nodoc:
     MAJOR = 1
     MINOR = 2
-    TINY  = 0
+    TINY  = 1
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>actionwebservice/lib/action_web_service/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,8 @@
+*1.15.1* (January 17th, 2007)
+
+* Fix nodoc breaking of adapters
+
+
 *1.15.0* (January 16th, 2007)
 
 * [DOC] clear up some ambiguity with the way has_and_belongs_to_many creates the default join table name.  #7072 [jeremymcanally]</diff>
      <filename>activerecord/CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -2,7 +2,7 @@ module ActiveRecord
   module VERSION #:nodoc:
     MAJOR = 1
     MINOR = 15
-    TINY  = 0
+    TINY  = 1
 
     STRING = [MAJOR, MINOR, TINY].join('.')
   end</diff>
      <filename>activerecord/lib/active_record/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,8 @@
+*1.2.1* (January 16th, 2007)
+
+* Updated to Active Record 1.15.1, Action Pack 1.13.1, Action Mailer 1.3.1, Action Web Service 1.2.1
+
+
 *1.2.0* (January 16th, 2007)
 
 * Update to Prototype 1.5.0. [Sam Stephenson]</diff>
      <filename>railties/CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -289,10 +289,10 @@ spec = Gem::Specification.new do |s|
 
   s.add_dependency('rake', '&gt;= 0.7.1')
   s.add_dependency('activesupport',    '= 1.4.0' + PKG_BUILD)
-  s.add_dependency('activerecord',     '= 1.15.0' + PKG_BUILD)
-  s.add_dependency('actionpack',       '= 1.13.0' + PKG_BUILD)
-  s.add_dependency('actionmailer',     '= 1.3.0' + PKG_BUILD)
-  s.add_dependency('actionwebservice', '= 1.2.0' + PKG_BUILD)
+  s.add_dependency('activerecord',     '= 1.15.1' + PKG_BUILD)
+  s.add_dependency('actionpack',       '= 1.13.1' + PKG_BUILD)
+  s.add_dependency('actionmailer',     '= 1.3.1' + PKG_BUILD)
+  s.add_dependency('actionwebservice', '= 1.2.1' + PKG_BUILD)
 
   s.rdoc_options &lt;&lt; '--exclude' &lt;&lt; '.'
   s.has_rdoc = false</diff>
      <filename>railties/Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f255db871b204e85c388a9e85da67508f3bc7a48</id>
    </parent>
  </parents>
  <author>
    <name>David Heinemeier Hansson</name>
    <email>david@loudthinking.com</email>
  </author>
  <url>http://github.com/rubyruy/rails/commit/3ec808eadb8f754798c485add6f83a9739212195</url>
  <id>3ec808eadb8f754798c485add6f83a9739212195</id>
  <committed-date>2007-01-18T12:06:27-08:00</committed-date>
  <authored-date>2007-01-18T12:06:27-08:00</authored-date>
  <message>Update versions in preparation for Rails 1.2.1

git-svn-id: http://svn-commit.rubyonrails.org/rails/branches/1-2-pre-release@5984 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
  <tree>5548598bebd9717e61ebceff3242ec525a797cfb</tree>
  <committer>
    <name>David Heinemeier Hansson</name>
    <email>david@loudthinking.com</email>
  </committer>
</commit>
