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

git-svn-id: http://svn-commit.rubyonrails.org/rails/branches/stable@3250 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Wed Dec 07 21:56:23 -0800 2005
commit  b96c9263dc717ea111f20dac3195cc58ac44acd0
tree    1d91e890c88126762d13cd55414d65cf22982774
parent  57e992dc0f0efeaa6b752b575581321b44953339
...
 
 
1
2
 
3
4
5
...
1
2
3
4
5
6
7
8
0
@@ -1,5 +1,8 @@
0
+*1.1.4* (December 7th, 2005)
0
+
0
 * Rename Version constant to VERSION. #2802 [Marcel Molina Jr.]
0
 
0
+
0
 *1.1.3* (November 7th, 2005)
0
 
0
 * Allow Mailers to have custom initialize methods that set default instance variables for all mail actions #2563 [mrj@bigpond.net.au]
...
53
54
55
56
 
57
58
59
...
53
54
55
 
56
57
58
59
0
@@ -53,7 +53,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.11.0' + PKG_BUILD)
0
+ s.add_dependency('actionpack', '= 1.11.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 @@ module ActionMailer
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 1
0
- TINY = 3
0
+ TINY = 4
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*SVN*
0
+*1.11.1* (December 7th, 2005)
0
 
0
 * More robust relative url root discovery for SCGI compatibility. This solves the 'SCGI routes problem' -- you no longer need to prefix all your routes with the name of the SCGI mountpoint. #3070 [Dave Ringoen]
0
 
...
62
63
64
65
 
66
67
68
...
62
63
64
 
65
66
67
68
0
@@ -62,7 +62,7 @@ spec = Gem::Specification.new do |s|
0
   s.has_rdoc = true
0
   s.requirements << 'none'
0
 
0
- s.add_dependency('activesupport', '= 1.2.3' + PKG_BUILD)
0
+ s.add_dependency('activesupport', '= 1.2.4' + PKG_BUILD)
0
 
0
   s.require_path = 'lib'
0
   s.autorequire = 'action_controller'
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module ActionPack
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 11
0
- TINY = 0
0
+ TINY = 1
0
     
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
1
 
2
3
4
...
6
7
8
 
9
10
11
...
 
1
2
3
4
...
6
7
8
9
10
11
12
0
@@ -1,4 +1,4 @@
0
-*SVN*
0
+*0.9.4* (December 7th, 2005)
0
 
0
 * Update from LGPL to MIT license as per Minero Aoki's permission. [Marcel Molina Jr.]
0
 
0
@@ -6,6 +6,7 @@
0
 
0
 * Fix that XML-RPC date/time values did not have well-defined behaviour (#2516, #2534). This fix has one caveat, in that we can't support pre-1970 dates from XML-RPC clients.
0
 
0
+
0
 *0.9.3* (November 7th, 2005)
0
 
0
 * Upgraded to Action Pack 1.11.0 and Active Record 1.13.0
...
63
64
65
66
67
 
 
68
69
70
...
63
64
65
 
 
66
67
68
69
70
0
@@ -63,8 +63,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.11.0' + PKG_BUILD)
0
- s.add_dependency('activerecord', '= 1.13.0' + PKG_BUILD)
0
+ s.add_dependency('actionpack', '= 1.11.1' + PKG_BUILD)
0
+ s.add_dependency('activerecord', '= 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 @@ module ActionWebService
0
   module VERSION
0
     MAJOR = 0
0
     MINOR = 9
0
- TINY = 3
0
+ TINY = 4
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-* SVN*
0
+*1.13.1* (December 7th, 2005)
0
 
0
 * MySQL: more robust test for nullified result hashes. #3124 [Stefan Kaes]
0
 
...
106
107
108
109
 
110
111
112
...
106
107
108
 
109
110
111
112
0
@@ -106,7 +106,7 @@ spec = Gem::Specification.new do |s|
0
     s.files = s.files + Dir.glob( "#{dir}/**/*" ).delete_if { |item| item.include?( "\.svn" ) }
0
   end
0
   
0
- s.add_dependency('activesupport', '= 1.2.3' + PKG_BUILD)
0
+ s.add_dependency('activesupport', '= 1.2.4' + PKG_BUILD)
0
 
0
   s.files.delete "test/fixtures/fixture_database.sqlite"
0
   s.files.delete "test/fixtures/fixture_database_2.sqlite"
...
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 = 13
0
- TINY = 0
0
+ TINY = 1
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
1
 
2
3
4
 
5
6
7
...
 
1
2
3
4
5
6
7
8
0
@@ -1,7 +1,8 @@
0
-*SVN*
0
+*1.2.4* (December 7th, 2005)
0
 
0
 * Rename Version constant to VERSION. #2802 [Marcel Molina Jr.]
0
 
0
+
0
 *1.2.3* (November 7th, 2005)
0
 
0
 * Change Inflector#constantize to use eval instead of const_get. [Nicholas Seckar]
...
2
3
4
5
 
6
7
8
...
2
3
4
 
5
6
7
8
0
@@ -2,7 +2,7 @@ module ActiveSupport
0
   module VERSION #:nodoc:
0
     MAJOR = 1
0
     MINOR = 2
0
- TINY = 3
0
+ TINY = 4
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end
...
1
 
2
3
4
...
48
49
50
 
51
52
53
...
 
1
2
3
4
...
48
49
50
51
52
53
54
0
@@ -1,4 +1,4 @@
0
-*SVN*
0
+*0.14.4 (RC5)* (December 7th, 2005)
0
 
0
 * Add builtin/ to the gemspec. Closes #3047. [Nicholas Seckar, Sam Stephenson]
0
 
0
@@ -48,6 +48,7 @@
0
 
0
 * Added an omnipresent RailsInfoController with a properties action that delivers an HTML rendering of Rails::Info (but only when local_request? is true). Added a new default index.html which fetches this with Ajax. [Sam Stephenson]
0
 
0
+
0
 *0.14.3 (RC4)* (November 7th, 2005)
0
 
0
 * Add 'add_new_scripts' rake task for adding new rails scripts to script/* [Jamis Buck]
...
273
274
275
276
277
278
279
280
 
 
 
 
 
281
282
283
...
273
274
275
 
 
 
 
 
276
277
278
279
280
281
282
283
0
@@ -273,11 +273,11 @@ spec = Gem::Specification.new do |s|
0
   EOF
0
 
0
   s.add_dependency('rake', '>= 0.6.2')
0
- s.add_dependency('activesupport', '= 1.2.3' + PKG_BUILD)
0
- s.add_dependency('activerecord', '= 1.13.0' + PKG_BUILD)
0
- s.add_dependency('actionpack', '= 1.11.0' + PKG_BUILD)
0
- s.add_dependency('actionmailer', '= 1.1.3' + PKG_BUILD)
0
- s.add_dependency('actionwebservice', '= 0.9.3' + PKG_BUILD)
0
+ s.add_dependency('activesupport', '= 1.2.4' + PKG_BUILD)
0
+ s.add_dependency('activerecord', '= 1.13.1' + PKG_BUILD)
0
+ s.add_dependency('actionpack', '= 1.11.1' + PKG_BUILD)
0
+ s.add_dependency('actionmailer', '= 1.1.4' + PKG_BUILD)
0
+ s.add_dependency('actionwebservice', '= 0.9.4' + 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 = 0
0
     MINOR = 14
0
- TINY = 3
0
+ TINY = 4
0
 
0
     STRING = [MAJOR, MINOR, TINY].join('.')
0
   end

Comments

    No one has commented yet.