Changeset 866
- Timestamp:
- 11/01/07 01:52:12 (10 months ago)
- Files:
-
- trunk/CHANGELOG (modified) (1 diff)
- trunk/Rakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/CHANGELOG
r857 r866 1 1 2 2 v1.1. Pure Ruby URIClassifier. More modular architecture. JRuby support. Move C URIClassifier into mongrel_experimental project. 3 4 v1.0.4. Backport fixes for versioning inconsistency, mongrel_rails bug, and DirHandler bug. 3 5 4 6 v1.0.3. Fix user-switching bug; make people upgrade to the latest from the RC. trunk/Rakefile
r865 r866 8 8 p.author ="Zed A. Shaw" 9 9 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'] 10 p.rdoc_pattern = ['README', 'LICENSE', 'C OPYING', 'lib/**/*.rb', 'doc/**/*.rdoc']10 p.rdoc_pattern = ['README', 'LICENSE', 'CHANGELOG', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc'] 11 11 p.ignore_pattern = /^(pkg|site|projects|doc|log)|CVS|\.log/ 12 12 p.ruby_version = '>= 1.8.4'
