From efef53f223bd60af1a69ee981e519bf136af7405 Mon Sep 17 00:00:00 2001 From: evanweaver Date: Thu, 1 Nov 2007 06:52:12 +0000 Subject: changelog git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@866 19e92222-5c0b-0410-8929-a290d50e31e9 --- CHANGELOG | 2 ++ Rakefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 829e7b1..3491aba 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ v1.1. Pure Ruby URIClassifier. More modular architecture. JRuby support. Move C URIClassifier into mongrel_experimental project. +v1.0.4. Backport fixes for versioning inconsistency, mongrel_rails bug, and DirHandler bug. + v1.0.3. Fix user-switching bug; make people upgrade to the latest from the RC. v1.0.2. Signed gem; many minor bugfixes and patches. diff --git a/Rakefile b/Rakefile index 0e78e61..0163ace 100644 --- a/Rakefile +++ b/Rakefile @@ -7,7 +7,7 @@ e = Echoe.new("mongrel") do |p| p.summary = "A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps." p.author ="Zed A. Shaw" p.clean_pattern = ['ext/http11/*.{bundle,so,o,obj,pdb,lib,def,exp}', 'lib/*.{bundle,so,o,obj,pdb,lib,def,exp}', 'ext/http11/Makefile', 'pkg', 'lib/*.bundle', '*.gem', 'site/output', '.config', 'lib/http11.jar', 'ext/http11_java/classes', 'coverage'] - p.rdoc_pattern = ['README', 'LICENSE', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc'] + p.rdoc_pattern = ['README', 'LICENSE', 'CHANGELOG', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc'] p.ignore_pattern = /^(pkg|site|projects|doc|log)|CVS|\.log/ p.ruby_version = '>= 1.8.4' p.dependencies = ['gem_plugin >=0.2.3', 'cgi_multipart_eof_fix >=2.4'] -- cgit v1.2.3-24-ge0c7