Changeset 862
- Timestamp:
- 10/31/07 23:10:17 (10 months ago)
- Files:
-
- trunk/Rakefile (modified) (2 diffs)
- trunk/site/src/news.page (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Rakefile
r861 r862 7 7 p.summary = "A small fast HTTP library and server that runs Rails, Camping, Nitro and Iowa apps." 8 8 p.author ="Zed A. Shaw" 9 p.clean_pattern = ['ext/http11/*.{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']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 10 p.rdoc_pattern = ['README', 'LICENSE', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc'] 11 11 p.ignore_pattern = /^(pkg|site|projects|doc|log)|CVS|\.log/ … … 73 73 74 74 def move_extensions 75 Dir["ext/**/*.#{Config::CONFIG['DLEXT']}"].each { |file| cpfile, "lib/" }75 Dir["ext/**/*.#{Config::CONFIG['DLEXT']}"].each { |file| mv file, "lib/" } 76 76 end 77 77 trunk/site/src/news.page
r833 r862 7 7 8 8 h1. Latest News 9 10 h2. Nov 1: Mongrel 1.1, Java edition 11 12 Mongrel 1.1. It adds JRuby support. Mongrel_cluster is also updated to 1.0.4, with fixes for a Capistrano recipe bug. 9 13 10 14 h2. Oct 29: Mongrel 1.0.4, spooky.
