From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.49.85.105 with SMTP id g9csp107665qez; Thu, 7 Feb 2013 19:09:03 -0800 (PST) Return-Path: Received-SPF: pass (google.com: domain of rack-core+bncBD75LW742ECRBTWY2GEAKGQEJXKIG5Q@googlegroups.com designates 10.50.154.132 as permitted sender) client-ip=10.50.154.132 Authentication-Results: mr.google.com; spf=pass (google.com: domain of rack-core+bncBD75LW742ECRBTWY2GEAKGQEJXKIG5Q@googlegroups.com designates 10.50.154.132 as permitted sender) smtp.mail=rack-core+bncBD75LW742ECRBTWY2GEAKGQEJXKIG5Q@googlegroups.com; dkim=pass header.i=@googlegroups.com X-Received: from mr.google.com ([10.50.154.132]) by 10.50.154.132 with SMTP id vo4mr1945062igb.7.1360292942888 (num_hops = 1); Thu, 07 Feb 2013 19:09:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=x-received:mime-version:x-beenthere:x-received:x-received :received-spf:x-received:message-id:date:from:to:subject :x-original-sender:x-original-authentication-results:reply-to :precedence:mailing-list:list-id:x-google-group-id:list-post :list-help:list-archive:sender:list-unsubscribe:content-type :content-transfer-encoding; bh=/dm2RJLR6eUGm7lukiIhBZo9/xjh9huQ0fHPOHLHRQc=; b=cWEBSB/2LEG5jxPBjINu7bBej+OsvrPeHO516EmHYSEW1SB3m/zs0RjCXkB47GxdET vh5d4+lhKKKLsucP8VpC8B/O0rLZ3YqTajjFxMlR4MkRqVaLFStcnTQZgWMc9KZNXowX i3t821Vnm8XnUXGFwBqOGAUBnXkQjbftoxPU0om8WYngdiweKrV5YyJSVwc5pVtn0UxJ 67WMP1i21RkCHwtrt554lFc0EPQPORNuPon+dhoC/HsNfi+bubIw/od474U6a60h5zd/ wryI5GlmAmSNb+4Aqi+3zHe4N52OqFpN1sbijVzSPdgs7r400Mgo0z/BovFpHoSOHBvs jqrA== X-Received: by 10.50.154.132 with SMTP id vo4mr282525igb.7.1360292942427; Thu, 07 Feb 2013 19:09:02 -0800 (PST) MIME-Version: 1.0 X-BeenThere: rack-core@googlegroups.com Received: by 10.50.153.201 with SMTP id vi9ls496247igb.40.gmail; Thu, 07 Feb 2013 19:09:01 -0800 (PST) X-Received: by 10.42.168.1 with SMTP id u1mr2627544icy.8.1360292941815; Thu, 07 Feb 2013 19:09:01 -0800 (PST) X-Received: by 10.42.168.1 with SMTP id u1mr2627542icy.8.1360292941685; Thu, 07 Feb 2013 19:09:01 -0800 (PST) Received: from mail-ie0-x22b.google.com (mail-ie0-x22b.google.com [2607:f8b0:4001:c03::22b]) by gmr-mx.google.com with ESMTPS id ut11si665818igb.3.2013.02.07.19.09.01 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Feb 2013 19:09:01 -0800 (PST) Received-SPF: pass (google.com: domain of jftucker@gmail.com designates 2607:f8b0:4001:c03::22b as permitted sender) client-ip=2607:f8b0:4001:c03::22b; Received: by mail-ie0-f171.google.com with SMTP id 10so4508124ied.16 for ; Thu, 07 Feb 2013 19:09:01 -0800 (PST) X-Received: by 10.50.88.200 with SMTP id bi8mr8506850igb.52.1360292941550; Thu, 07 Feb 2013 19:09:01 -0800 (PST) Received: from localhost ([216.239.55.209]) by mx.google.com with ESMTPS id ww6sm12195995igb.2.2013.02.07.19.09.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 07 Feb 2013 19:09:00 -0800 (PST) Message-ID: <51146c4c.c69e320a.1e98.ffffbca3@mx.google.com> Date: Thu, 07 Feb 2013 19:09:00 -0800 (PST) From: jftucker@gmail.com To: ruby-talk@ruby-lang.org, rack-devel@googlegroups.com, rack-core@googlegroups.com Subject: [SEC][ANN] Rack 1.1.6, a modular Ruby webserver interface X-Original-Sender: jftucker@gmail.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jftucker@gmail.com designates 2607:f8b0:4001:c03::22b as permitted sender) smtp.mail=jftucker@gmail.com; dkim=pass header.i=@gmail.com Reply-To: rack-core@googlegroups.com Precedence: list Mailing-list: list rack-core@googlegroups.com; contact rack-core+owners@googlegroups.com List-ID: X-Google-Group-Id: 504757074975 List-Post: , List-Help: , List-Archive: Sender: rack-core@googlegroups.com List-Unsubscribe: , Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, Today we are proud to announce the release of Rack 1.1.6. =3D Rack, a modular Ruby webserver interface=20 Rack provides a minimal, modular and adaptable interface for developing web= applications in Ruby. By wrapping HTTP requests and responses in the simp= lest way possible, it unifies and distills the API for web servers, web fra= meworks, and software in between (the so-called middleware) into a single m= ethod call. The exact details of this are described in the Rack specification, which al= l Rack applications should conform to.=20 =3D=3D Changes * February 7th, Thirty fifth public release 1.1.6, 1.2.8, 1.3.10 * Fix CVE-2013-0263, timing attack against Rack::Session::Cookie =3D=3D Where can I get it?=20 You can download Rack at=20 http://chneukirchen.org/releases/rack-1.1.6.tar.gz (upload pendin= g at time of writing) http://rubyforge.org/projects/rack Alternatively, you can checkout from the development repository with: git clone git://github.com/rack/rack.git cd rack && git checkout rack-1.1 # for this release Happy hacking and have a nice day, James Tucker on behalf of the Rack Core Team. 49b26eecd65ba189c01457944abfbb62560d52c3 rack-1.1.6.tar.gz 65c8066a94cac931813897dd4b3bc4ff4d6fb01a rack-1.1.6.gem -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (Darwin) iQEcBAEBAgAGBQJRFGxLAAoJELphsezQxofDRrMIAJtYEWZp4FgYxNubVvOmGRRg qT4nvOx3IPgEwdI2Q/bbgSz0oJ+8PSJh2WEwwh7o0GrPiCs0QVtMtxdSvJ6ojtGX SKXVnX0GDRlmfsvB+u9IaMtZt6jS6F1sBUKyAImaD+TV2XsVkVUpGJbpiEFjK4oq MK9RVniUk/yjmGuA/K0NpItB7IaTbBcRWFhtmuZZdp5Qn4MMWQT9s4io1oQG31L5 0dEhICJ3pSbJ1STjL2R4InVaMIA0sygE51beBEJyLxS1QGE6UNjAa+/TI8zKjqga 19JFUFlPqeE7GKose7TS7UUY/HBpFXdxxO2uMXeDiREEATiIbeUnQu1iEa/yBcA=3D =3Dy+yy -----END PGP SIGNATURE----- --=20 ---=20 You received this message because you are subscribed to the Google Groups "= Rack Core team" group. To unsubscribe from this group and stop receiving emails from it, send an e= mail to rack-core+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.