Changeset 866

Show
Ignore:
Timestamp:
11/01/07 01:52:12 (10 months ago)
Author:
evanweaver
Message:

changelog

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r857 r866  
    11 
    22v1.1. Pure Ruby URIClassifier. More modular architecture. JRuby support. Move C URIClassifier into mongrel_experimental project. 
     3 
     4v1.0.4. Backport fixes for versioning inconsistency, mongrel_rails bug, and DirHandler bug. 
    35 
    46v1.0.3. Fix user-switching bug; make people upgrade to the latest from the RC. 
  • trunk/Rakefile

    r865 r866  
    88  p.author ="Zed A. Shaw" 
    99  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', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc'] 
     10  p.rdoc_pattern = ['README', 'LICENSE', 'CHANGELOG', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc'] 
    1111  p.ignore_pattern = /^(pkg|site|projects|doc|log)|CVS|\.log/ 
    1212  p.ruby_version = '>= 1.8.4'