public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
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
dhh (author)
Thu Jan 18 12:06:27 -0800 2007
commit  3ec808eadb8f754798c485add6f83a9739212195
tree    5548598bebd9717e61ebceff3242ec525a797cfb
parent  f255db871b204e85c388a9e85da67508f3bc7a48
...
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
0
@@ -1,3 +1,8 @@
0
+*1.3.1* (January 16th, 2007)
0
+
0
+* Depend on Action Pack 1.13.1
0
+
0
+
0
 *1.3.0* (January 16th, 2007)
0
 
0
 * Make mime version default to 1.0. closes #2323 [ror@andreas-s.net]
...
54
55
56
57
 
58
59
60
...
54
55
56
 
57
58
59
60
0
@@ -54,7 +54,7 @@
0
   s.rubyforge_project = "actionmailer"
0
   s.homepage = "http://www.rubyonrails.org"
0
 
0
- s.add_dependency('actionpack', '= 1.13.0' + PKG_BUILD)
0
+ s.add_dependency('actionpack', '= 1.13.1' + 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 @@
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 3
0
- TINY = 0
0
+ TINY = 1
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.13.1* (January 18th, 2007)
0
+
0
+* Fixed content-type bug in Prototype [sam]
0
+
0
+
0
 *1.13.0* (January 16th, 2007)
0
 
0
 * Modernize cookie testing code, and increase coverage (Heckle++) #7101 [Kevin Clark]
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 13
0
- TINY = 0
0
+ TINY = 1
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.2.1* (January 16th, 2007)
0
+
0
+* Depend on Action Pack 1.13.1
0
+
0
+
0
 *1.2.0* (January 16th, 2007)
0
 
0
 * 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]
...
71
72
73
74
75
 
 
76
77
78
...
71
72
73
 
 
74
75
76
77
78
0
@@ -71,8 +71,8 @@
0
   s.rubyforge_project = "aws"
0
   s.homepage = "http://www.rubyonrails.org"
0
 
0
- s.add_dependency('actionpack', '= 1.13.0' + PKG_BUILD)
0
- s.add_dependency('activerecord', '= 1.15.0' + PKG_BUILD)
0
+ s.add_dependency('actionpack', '= 1.13.1' + PKG_BUILD)
0
+ s.add_dependency('activerecord', '= 1.15.1' + 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 @@
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 2
0
- TINY = 0
0
+ TINY = 1
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.15.1* (January 17th, 2007)
0
+
0
+* Fix nodoc breaking of adapters
0
+
0
+
0
 *1.15.0* (January 16th, 2007)
0
 
0
 * [DOC] clear up some ambiguity with the way has_and_belongs_to_many creates the default join table name. #7072 [jeremymcanally]
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 15
0
- TINY = 0
0
+ TINY = 1
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.2.1* (January 16th, 2007)
0
+
0
+* Updated to Active Record 1.15.1, Action Pack 1.13.1, Action Mailer 1.3.1, Action Web Service 1.2.1
0
+
0
+
0
 *1.2.0* (January 16th, 2007)
0
 
0
 * Update to Prototype 1.5.0. [Sam Stephenson]
...
289
290
291
292
293
294
295
 
 
 
 
296
297
298
...
289
290
291
 
 
 
 
292
293
294
295
296
297
298
0
@@ -289,10 +289,10 @@
0
 
0
   s.add_dependency('rake', '>= 0.7.1')
0
   s.add_dependency('activesupport', '= 1.4.0' + PKG_BUILD)
0
- s.add_dependency('activerecord', '= 1.15.0' + PKG_BUILD)
0
- s.add_dependency('actionpack', '= 1.13.0' + PKG_BUILD)
0
- s.add_dependency('actionmailer', '= 1.3.0' + PKG_BUILD)
0
- s.add_dependency('actionwebservice', '= 1.2.0' + PKG_BUILD)
0
+ s.add_dependency('activerecord', '= 1.15.1' + PKG_BUILD)
0
+ s.add_dependency('actionpack', '= 1.13.1' + PKG_BUILD)
0
+ s.add_dependency('actionmailer', '= 1.3.1' + PKG_BUILD)
0
+ s.add_dependency('actionwebservice', '= 1.2.1' + PKG_BUILD)
0
 
0
   s.rdoc_options << '--exclude' << '.'
0
   s.has_rdoc = false

Comments

    No one has commented yet.