public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/ddollar/rails.git
Search Repo:
Made ready for release

git-svn-id: http://svn-commit.rubyonrails.org/rails/branches/stable@4488 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Sat Jun 24 08:28:56 -0700 2006
commit  755ff58d568276c194d92c110873040d558a2f2d
tree    88c029a66b2c8c9a982c08460f06f69fe98c8106
parent  83af5feefa1edf4bcbf54fda6a396e41f259f14f
...
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
0
@@ -1,3 +1,8 @@
0
+*1.2.2* (June 24th, 2006)
0
+
0
+* Depend on Action Pack 1.12.2
0
+
0
+
0
 *1.2.1* (April 6th, 2005)
0
 
0
 * Be part of Rails 1.1.1
...
54
55
56
57
 
58
59
60
...
54
55
56
 
57
58
59
60
0
@@ -54,7 +54,7 @@ spec = Gem::Specification.new do |s|
0
   s.rubyforge_project = "actionmailer"
0
   s.homepage = "http://www.rubyonrails.org"
0
 
0
- s.add_dependency('actionpack', '= 1.12.1' + PKG_BUILD)
0
+ s.add_dependency('actionpack', '= 1.12.2' + PKG_BUILD)
0
 
0
   s.has_rdoc = true
0
   s.requirements << 'none'
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module ActionMailer
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 2
0
- TINY = 1
0
+ TINY = 2
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
1
 
2
3
4
5
6
 
 
 
7
8
9
...
34
35
36
37
 
38
39
40
...
 
1
2
3
4
5
6
7
8
9
10
11
12
...
37
38
39
 
40
41
42
43
0
@@ -1,9 +1,12 @@
0
-*1.12.1* (April 6th, 2005)
0
+*1.12.2* (June 24th, 2006)
0
 
0
 * Refinement to avoid exceptions in traverse_to_controller.
0
 
0
 * (Hackish) Fix loading of arbitrary files in Ruby's load path by traverse_to_controller. [Nicholas Seckar]
0
 
0
+
0
+*1.12.1* (April 6th, 2006)
0
+
0
 * Fixed that template extensions would be cached development mode #4624 [Stefan Kaes]
0
 
0
 * Update to Prototype 1.5.0_rc0 [Sam Stephenson]
0
@@ -34,7 +37,7 @@
0
   This can be used by deployment managers to set the asset id by application revision
0
 
0
 
0
-*1.12.0* (March 27th, 2005)
0
+*1.12.0* (March 27th, 2006)
0
 
0
 * Add documentation for respond_to. [Jamis Buck]
0
 
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module ActionPack #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 12
0
- TINY = 1
0
+ TINY = 2
0
     
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
0
@@ -1,3 +1,8 @@
0
+*1.1.3* (June 24th, 2006)
0
+
0
+* Rely on Action Pack 1.12.2 and Active Record 1.14.3
0
+
0
+
0
 *1.1.2* (April 9th, 2005)
0
 
0
 * Rely on Active Record 1.14.2
...
71
72
73
74
75
 
 
76
77
78
...
71
72
73
 
 
74
75
76
77
78
0
@@ -71,8 +71,8 @@ spec = Gem::Specification.new do |s|
0
   s.rubyforge_project = "aws"
0
   s.homepage = "http://www.rubyonrails.org"
0
 
0
- s.add_dependency('actionpack', '= 1.12.1' + PKG_BUILD)
0
- s.add_dependency('activerecord', '= 1.14.2' + PKG_BUILD)
0
+ s.add_dependency('actionpack', '= 1.12.2' + PKG_BUILD)
0
+ s.add_dependency('activerecord', '= 1.14.3' + PKG_BUILD)
0
 
0
   s.has_rdoc = true
0
   s.requirements << 'none'
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module ActionWebService
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 1
0
- TINY = 2
0
+ TINY = 3
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
1
 
2
3
4
...
7
8
9
10
 
11
12
13
14
15
 
16
17
18
...
67
68
69
70
 
71
72
73
...
487
488
489
 
490
491
492
...
 
1
2
3
4
...
7
8
9
 
10
11
12
13
14
 
15
16
17
18
...
67
68
69
 
70
71
72
73
...
487
488
489
490
491
492
493
0
@@ -1,4 +1,4 @@
0
-*SVN*
0
+*1.14.3* (June 24th, 2006)
0
 
0
 * Properly quote index names in migrations (closes #4764) [John Long]
0
 
0
@@ -7,12 +7,12 @@
0
 * Associations#select_limited_ids_list adds the ORDER BY columns to the SELECT DISTINCT List for postgresql. [Rick]
0
 
0
 
0
-*1.14.2* (April 9th, 2005)
0
+*1.14.2* (April 9th, 2006)
0
 
0
 * Fixed calculations for the Oracle Adapter (closes #4626) [Michael Schoen]
0
 
0
 
0
-*1.14.1* (April 6th, 2005)
0
+*1.14.1* (April 6th, 2006)
0
 
0
 * Fix type_name_with_module to handle type names that begin with '::'. Closes #4614. [Nicholas Seckar]
0
 
0
@@ -67,7 +67,7 @@
0
 * Fixed broken OCIAdapter #4457 [schoenm@earthlink.net]
0
 
0
 
0
-*1.14.0* (March 27th, 2005)
0
+*1.14.0* (March 27th, 2006)
0
 
0
 * Replace 'rescue Object' with a finer grained rescue. Closes #4431. [Nicholas Seckar]
0
 
0
@@ -487,6 +487,7 @@
0
 
0
 * Fixed :through relations when using STI inherited classes would use the inherited class's name as foreign key on the join model [Tobias Luetke]
0
 
0
+
0
 *1.13.2* (December 13th, 2005)
0
 
0
 * Become part of Rails 1.0
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module ActiveRecord
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 14
0
- TINY = 2
0
+ TINY = 3
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
1
 
 
 
 
 
 
2
3
4
5
6
7
8
 
9
10
11
...
44
45
46
47
 
48
49
50
...
185
186
187
 
188
189
190
...
 
1
2
3
4
5
6
7
8
9
10
11
12
 
13
14
15
16
...
49
50
51
 
52
53
54
55
...
190
191
192
193
194
195
196
0
@@ -1,11 +1,16 @@
0
-*1.1.2* (April 9th, 2005)
0
+*1.1.3* (June 24th, 2006)
0
+
0
+* Updated to Active Record 1.14.3, Action Pack 1.12.2, ActionWebService 1.1.3, ActionMailer 1.2.2
0
+
0
+
0
+*1.1.2* (April 9th, 2006)
0
 
0
 * Added rake rails:update:configs to update config/boot.rb from the latest (also included in rake rails:update) [DHH]
0
 
0
 * Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommented RAILS_GEM_VERSION line, and not use require_gem [DHH]
0
 
0
 
0
-*1.1.1* (April 6th, 2005)
0
+*1.1.1* (April 6th, 2006)
0
 
0
 * Enhances plugin#discover allowing it to discover svn:// like URIs (closes #4565) [ruben.nine@gmail.com]
0
 
0
@@ -44,7 +49,7 @@
0
 * Avoid passing escapeHTML non-string in Rails' info controller [Nicholas Seckar]
0
 
0
 
0
-*1.1.0* (March 27th, 2005)
0
+*1.1.0* (March 27th, 2006)
0
 
0
 * Allow db:fixtures:load to load a subset of the applications fixtures. [Chad Fowler]
0
 
0
@@ -185,6 +190,7 @@
0
 
0
 * Honor ActiveRecord::Base.pluralize_table_names when creating and destroying session store table. #3204. [rails@bencurtis.com, Marcel Molina Jr.]
0
 
0
+
0
 *1.0.0* (December 13th, 2005)
0
 
0
 * Update instructions on how to find and install generators. #3172. [Chad Fowler]
...
279
280
281
282
283
284
285
 
 
 
 
286
287
288
...
279
280
281
 
 
 
 
282
283
284
285
286
287
288
0
@@ -279,10 +279,10 @@ spec = Gem::Specification.new do |s|
0
 
0
   s.add_dependency('rake', '>= 0.7.1')
0
   s.add_dependency('activesupport', '= 1.3.1' + PKG_BUILD)
0
- s.add_dependency('activerecord', '= 1.14.2' + PKG_BUILD)
0
- s.add_dependency('actionpack', '= 1.12.1' + PKG_BUILD)
0
- s.add_dependency('actionmailer', '= 1.2.1' + PKG_BUILD)
0
- s.add_dependency('actionwebservice', '= 1.1.2' + PKG_BUILD)
0
+ s.add_dependency('activerecord', '= 1.14.3' + PKG_BUILD)
0
+ s.add_dependency('actionpack', '= 1.12.2' + PKG_BUILD)
0
+ s.add_dependency('actionmailer', '= 1.2.2' + PKG_BUILD)
0
+ s.add_dependency('actionwebservice', '= 1.1.3' + PKG_BUILD)
0
 
0
   s.rdoc_options << '--exclude' << '.'
0
   s.has_rdoc = false
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module Rails
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 1
0
- TINY = 2
0
+ TINY = 3
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.