From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.142.191.1 with SMTP id o1cs551046wff; Tue, 22 Dec 2009 14:52:35 -0800 (PST) Received: from mr.google.com ([10.229.17.71]) by 10.229.17.71 with SMTP id r7mr5857243qca.44.1261522353875 (num_hops = 1); Tue, 22 Dec 2009 14:52:33 -0800 (PST) Received: by 10.229.17.71 with SMTP id r7mr943189qca.44.1261522352473; Tue, 22 Dec 2009 14:52:32 -0800 (PST) X-BeenThere: rack-devel@googlegroups.com Received: by 10.229.3.146 with SMTP id 18ls202159qcn.2.p; Tue, 22 Dec 2009 14:52:31 -0800 (PST) Received: by 10.229.93.41 with SMTP id t41mr982535qcm.10.1261522351042; Tue, 22 Dec 2009 14:52:31 -0800 (PST) Received: by 10.229.93.41 with SMTP id t41mr982534qcm.10.1261522350987; Tue, 22 Dec 2009 14:52:30 -0800 (PST) Return-Path: Received: from qw-out-1920.google.com (qw-out-1920.google.com [74.125.92.145]) by gmr-mx.google.com with ESMTP id 24si1653495qyk.10.2009.12.22.14.52.29; Tue, 22 Dec 2009 14:52:29 -0800 (PST) Received-SPF: pass (google.com: domain of rtomayko@gmail.com designates 74.125.92.145 as permitted sender) client-ip=74.125.92.145; Received: by qw-out-1920.google.com with SMTP id 4so1458885qwk.28 for ; Tue, 22 Dec 2009 14:52:29 -0800 (PST) MIME-Version: 1.0 Sender: rack-devel@googlegroups.com Received: by 10.224.30.131 with SMTP id u3mr4854620qac.175.1261522349763; Tue, 22 Dec 2009 14:52:29 -0800 (PST) In-Reply-To: <9363563c-cbd4-498f-b9ee-b3ee83fa15b8@r5g2000yqb.googlegroups.com> References: <9363563c-cbd4-498f-b9ee-b3ee83fa15b8@r5g2000yqb.googlegroups.com> Date: Tue, 22 Dec 2009 14:52:29 -0800 Message-ID: Subject: Re: Call for 1.1.0 release From: Ryan Tomayko To: rack-devel@googlegroups.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of rtomayko@gmail.com designates 74.125.92.145 as permitted sender) smtp.mail=rtomayko@gmail.com; dkim=pass (test mode) header.i=@gmail.com X-Original-Sender: r@tomayko.com Reply-To: rack-devel@googlegroups.com Precedence: list Mailing-list: list rack-devel@googlegroups.com; contact rack-devel+owners@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: X-Thread-Url: http://groups.google.com/group/rack-devel/t/d1b335121da4dc68 X-Message-Url: http://groups.google.com/group/rack-devel/msg/c901bfe9a41f5722 List-Unsubscribe: , List-Subscribe: , Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, Dec 21, 2009 at 7:11 PM, Joshua Peek wrote: > I'd to cut a 1.1 release before the new year. I'm going to put in the > work for the release notes and actual gem push. Now that we are on > Gemcutter, the entire rack core team has push access. > > Heres an overview of the major changes: > > * Relaxes SPEC to allow subclasses. > =C2=A0- This is the major change I want to get out there. Right now Rails > 2.x needs to monkey patch Lint to work around this. > * Refactored rackup into Rack::Server > * Removed Auth::OpenID > * Nested parameter and multipart generation improvements to Mock > * Pull in some useful contrib middleware: Config, ETag, Runtime, > Sendfile > * rack.logger extension specification > * Various bug fixes and optimizations > > Please test rack/master and make sure your libraries are ready. > > I'd like to get a +1 from all the rack core members before anything is > released. Tentative +1. I'm looking at a diff of 202afb4...master -- is that right? Rack, Sinatra, and Rack::Cache test suites all pass under MRI 1.8.6/1.8.7 and REE 1.8.7. I can't get test-spec to run under 1.9 for some reason so I haven't been able to test there. Also, I have a few minor bugs I'd like to get in if possible. They should be straightforward. I'll try to get patches to the list today. Thanks, Ryan -- # tomayko.com/about