From ddcc400293f0857d48b0fec9a5ec8ac70f9043c5 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 17 Jan 2005 01:13:15 +0000 Subject: Made ready for release of 0.9.4 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@439 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/CHANGELOG | 2 +- actionpack/Rakefile | 2 +- actionpack/install.rb | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'actionpack') diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index fd6c16cee3..afb4a8d110 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,4 +1,4 @@ -*SVN* +*1.3.0* (January 17th, 2005) * Added an extensive caching module that offers three levels of granularity (page, action, fragment) and a variety of stores. Read more in ActionController::Caching. diff --git a/actionpack/Rakefile b/actionpack/Rakefile index dcd91920a3..adafdf728a 100755 --- a/actionpack/Rakefile +++ b/actionpack/Rakefile @@ -8,7 +8,7 @@ require 'rake/contrib/rubyforgepublisher' PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' PKG_NAME = 'actionpack' -PKG_VERSION = '1.2.0' + PKG_BUILD +PKG_VERSION = '1.3.0' + PKG_BUILD PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}" desc "Default Task" diff --git a/actionpack/install.rb b/actionpack/install.rb index d1fa377732..5bdad9e2cd 100644 --- a/actionpack/install.rb +++ b/actionpack/install.rb @@ -41,6 +41,7 @@ files = %w- action_controller/cgi_ext/cgi_ext.rb action_controller/cgi_ext/cgi_methods.rb action_controller/cgi_ext/cookie_performance_fix.rb + action_controller/caching.rb action_controller/cgi_process.rb action_controller/cookies.rb action_controller/dependencies.rb -- cgit v1.2.3