From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Evan Weaver Newsgroups: gmane.comp.lang.ruby.mongrel.devel Subject: Re: Mongrel for 1.9, for real? Date: Tue, 7 Jul 2009 17:51:02 -0700 Message-ID: References: <71166b3b0906282146n647d9c09ke18f59204e01f76e@mail.gmail.com> <71166b3b0906282326r280ee292gd064fcfb768402e0@mail.gmail.com> <71166b3b0907071706r64f1f02en64a5f2e2ff956e11@mail.gmail.com> <71166b3b0907071715r2c6cf5f5h6e0f92233ce9ce3@mail.gmail.com> Reply-To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1247014294 21210 80.91.229.12 (8 Jul 2009 00:51:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Jul 2009 00:51:34 +0000 (UTC) To: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Original-X-From: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Wed Jul 08 02:51:27 2009 Return-path: Envelope-to: gclrmd-mongrel-development@m.gmane.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to :content-type:content-transfer-encoding; bh=bBJ2bg5KSSSocvvY7BYx1aCOorATIoPwf+WL+YcBqdc=; b=HcUA+F0l+mW6TIPec3dSH0AWob5V4sniT+FpS+eufnamoqKZxYZZefPp7ryBPkyu5a xBIrSVfWFOB2nw80KThDJY0VRcHVHehR06DeDWlo1TfKxU7VwfsEONoe4/HlDUt9zhSR 8Qz0SRtZsuvS5gnza7m7IhbKXrC8mnzDm1Cs0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; b=Bynmw0EtLfvm4pNJV5TCWUnr/OUhR1sAeMH7wz+m1zw1jN9/g3Z9qCHGK64b2AvchF n7n/hgxeu6IGNpzsaNkvO8y2wzW32dpfMslL7E0soDj6kiamHAilu+9hVeEoEcKRjUMS YM8p/fTOuxh9njRcycOu1nDv0V1qIQ4UYsask= In-Reply-To: X-Google-Sender-Auth: 4f28d9e33b4ca31a X-BeenThere: mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Errors-To: mongrel-development-bounces-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org Xref: news.gmane.org gmane.comp.lang.ruby.mongrel.devel:133 Archived-At: Received: from rubyforge.org ([205.234.109.19]) by lo.gmane.org with esmtp (Exim 4.50) id 1MOLNd-0000IB-Mw for gclrmd-mongrel-development@m.gmane.org; Wed, 08 Jul 2009 02:51:25 +0200 Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id 0DD9D197859F; Tue, 7 Jul 2009 20:51:25 -0400 (EDT) Received: from mail-yx0-f188.google.com (mail-yx0-f188.google.com [209.85.210.188]) by rubyforge.org (Postfix) with ESMTP id 772A918580F4 for ; Tue, 7 Jul 2009 20:51:23 -0400 (EDT) Received: by yxe26 with SMTP id 26so7340247yxe.33 for ; Tue, 07 Jul 2009 17:51:22 -0700 (PDT) Received: by 10.151.38.12 with SMTP id q12mr886948ybj.166.1247014282802; Tue, 07 Jul 2009 17:51:22 -0700 (PDT) List-Post: Luis, What else do you need me to do/look at? Evan On Tue, Jul 7, 2009 at 5:18 PM, Evan Weaver wrote: > It's not my favorite but there is some magic in there. > > Should be possible to slice out and look at one-by-one. > > Evan > > On Tue, Jul 7, 2009 at 5:15 PM, Luis Lavena wrote: >> On Tue, Jul 7, 2009 at 9:11 PM, Evan Weaver wrote: >>> Cursory view looks like the stable-1.2 branch had mostly packaging >>> changes (many for Windows) and Rack support. Agree with ignoring >>> Rack/threading in the interests of having a quick release. >>> >> >> So we agree :-) >> >>> To be clear, I did not merge the stable-1.2 branch into fauna/spinoff. >>> Stable-1.2 branch is dead and fauna/spinoff is my new HEAD based on >>> your's and Matt Aimonett's. >>> >> >> I don't like this commit: >> >> http://github.com/mattetti/mongrel/commit/7c9d988d4de2e08d67f95ca2091964= 27fd89c9af >> >> I see a lot of changes there to be implemented in a point release. >> >> Need more time to actually check them, or maybe slice them. >> >> -- >> Luis Lavena >> AREA 17 >> - >> Perfection in design is achieved not when there is nothing more to add, >> but rather when there is nothing more to take away. >> Antoine de Saint-Exup=E9ry >> _______________________________________________ >> Mongrel-development mailing list >> Mongrel-development-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org >> http://rubyforge.org/mailman/listinfo/mongrel-development >> > > > > -- > Evan Weaver > -- = Evan Weaver