From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.142.191.1 with SMTP id o1cs492866wff; Mon, 21 Dec 2009 19:11:54 -0800 (PST) Received: from mr.google.com ([10.150.5.5]) by 10.150.5.5 with SMTP id 5mr4515472ybe.62.1261451513692 (num_hops = 1); Mon, 21 Dec 2009 19:11:53 -0800 (PST) Received: by 10.150.5.5 with SMTP id 5mr591843ybe.62.1261451512317; Mon, 21 Dec 2009 19:11:52 -0800 (PST) X-BeenThere: rack-devel@googlegroups.com Received: by 10.150.129.26 with SMTP id b26ls38356ybd.1.p; Mon, 21 Dec 2009 19:11:51 -0800 (PST) Received: by 10.150.59.8 with SMTP id h8mr5801876yba.3.1261451509968; Mon, 21 Dec 2009 19:11:49 -0800 (PST) Received: by 10.150.59.8 with SMTP id h8mr5801875yba.3.1261451509950; Mon, 21 Dec 2009 19:11:49 -0800 (PST) Return-Path: Received: from mail-yx0-f153.google.com (mail-yx0-f153.google.com [209.85.210.153]) by gmr-mx.google.com with ESMTP id 19si903837ywh.10.2009.12.21.19.11.49; Mon, 21 Dec 2009 19:11:49 -0800 (PST) Received-SPF: neutral (google.com: 209.85.210.153 is neither permitted nor denied by best guess record for domain of josh@joshpeek.com) client-ip=209.85.210.153; Received: by mail-yx0-f153.google.com with SMTP id 17so12245761yxe.33 for ; Mon, 21 Dec 2009 19:11:49 -0800 (PST) MIME-Version: 1.0 Received: by 10.150.162.3 with SMTP id k3mr591858ybe.79.1261451509668; Mon, 21 Dec 2009 19:11:49 -0800 (PST) Date: Mon, 21 Dec 2009 19:11:49 -0800 (PST) X-IP: 76.29.121.241 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.43 Safari/532.5,gzip(gfe),gzip(gfe) Message-ID: <9363563c-cbd4-498f-b9ee-b3ee83fa15b8@r5g2000yqb.googlegroups.com> Subject: Call for 1.1.0 release From: Joshua Peek To: Rack Development X-Original-Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 209.85.210.153 is neither permitted nor denied by best guess record for domain of josh@joshpeek.com) smtp.mail=josh@joshpeek.com X-Original-Sender: josh@joshpeek.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/aa802c0f1ed011c0 Sender: rack-devel@googlegroups.com List-Unsubscribe: , List-Subscribe: , Content-Type: text/plain; charset=ISO-8859-1 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. - 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.