Post release minor fixes

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1753 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2005-07-07 06:39:48 +00:00
parent ce31eae3ee
commit 863948fcaa
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
*SVN*
*0.13.0*
* Changed the default logging level in config/environment.rb to INFO for production (so SQL statements won't be logged)

View File

@ -8,7 +8,7 @@ unless ruby_forge_password = ARGV.first
end
# Checkout source
`rm -rf release* && svn export http://dev.rubyonrails.org/svn/rails/trunk release`
`rm -rf release && svn export http://dev.rubyonrails.org/svn/rails/trunk release`
# Create Rails packages
`cd release/railties && rake template=jamis package`
@ -27,4 +27,4 @@ end
# Upload rails tgz/zip
# Create SVN tag
`cd ..; svn cp trunk tags/rel_#{ARGV[1]}`