From b3f71e23e042c3a4fb6e65ad21dd8fee2854ad43 Mon Sep 17 00:00:00 2001 From: evanweaver Date: Thu, 1 Nov 2007 04:10:17 +0000 Subject: better clean pattern git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@862 19e92222-5c0b-0410-8929-a290d50e31e9 --- Rakefile | 4 ++-- site/src/news.page | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index b1e5724..f80d5d9 100644 --- a/Rakefile +++ b/Rakefile @@ -6,7 +6,7 @@ require 'echoe' 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}', 'ext/http11/Makefile', 'pkg', 'lib/*.bundle', '*.gem', 'site/output', '.config', 'lib/http11.jar', 'ext/http11_java/classes', 'coverage'] + 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.ignore_pattern = /^(pkg|site|projects|doc|log)|CVS|\.log/ p.ruby_version = '>= 1.8.4' @@ -72,7 +72,7 @@ end #### XXX Hack around RubyGems and Echoe for pre-compiled extensions. def move_extensions - Dir["ext/**/*.#{Config::CONFIG['DLEXT']}"].each { |file| cp file, "lib/" } + Dir["ext/**/*.#{Config::CONFIG['DLEXT']}"].each { |file| mv file, "lib/" } end def java_classpath_arg diff --git a/site/src/news.page b/site/src/news.page index 134b563..38ceb2f 100644 --- a/site/src/news.page +++ b/site/src/news.page @@ -7,6 +7,10 @@ ordering: 2 h1. Latest News +h2. Nov 1: Mongrel 1.1, Java edition + +Mongrel 1.1. It adds JRuby support. Mongrel_cluster is also updated to 1.0.4, with fixes for a Capistrano recipe bug. + h2. Oct 29: Mongrel 1.0.4, spooky. Mongrel 1.0.4 is out. It fixes three bugs that were introduced in 1.0.3. -- cgit v1.2.3-24-ge0c7