From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.49.85.105 with SMTP id g9csp107704qez; Thu, 7 Feb 2013 19:10:16 -0800 (PST) Return-Path: Received-SPF: pass (google.com: domain of rack-core+bncBD75LW742ECRBGGZ2GEAKGQEGHLCATQ@googlegroups.com designates 10.50.46.167 as permitted sender) client-ip=10.50.46.167 Authentication-Results: mr.google.com; spf=pass (google.com: domain of rack-core+bncBD75LW742ECRBGGZ2GEAKGQEGHLCATQ@googlegroups.com designates 10.50.46.167 as permitted sender) smtp.mail=rack-core+bncBD75LW742ECRBGGZ2GEAKGQEGHLCATQ@googlegroups.com; dkim=pass header.i=@googlegroups.com X-Received: from mr.google.com ([10.50.46.167]) by 10.50.46.167 with SMTP id w7mr1945974igm.9.1360293016485 (num_hops = 1); Thu, 07 Feb 2013 19:10:16 -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=05xpnR8qaRxV1Sl+DnUl5X/kYKLhEnTPojYR/uxHvso=; b=vvqtySBQOXdBiZJuE32n/TJnJm3+mNQzEji0JzuEc7y5W6NGAx/QbWs5rPyqRFqunk /ZmhVuJCiDcj3q6uymymJimLyEU8Ws14QBBKqs90Qf0h8huLQwFOLMgjxd3ENbU3UuWF smWkREa5otSYbQNPMFKQmKGSCfbmmNqH3qhIiz/ro/fsv86h+iIB6HdIBf8olQblm+7s ypdfER1v+IkkCXpS2gXGnkSJWwG1B+UVB7HZcyFmIp2b7b1xreISPJ6afI5L7pnx1SF0 VR7z7GkEc+Mht0U2aNqwQjMOc1gwp21v6OSzY/kwCptq/xK3i/VR/7fXJGwuW4BwCZCd SrbA== X-Received: by 10.50.46.167 with SMTP id w7mr281357igm.9.1360293016252; Thu, 07 Feb 2013 19:10:16 -0800 (PST) MIME-Version: 1.0 X-BeenThere: rack-core@googlegroups.com Received: by 10.50.15.193 with SMTP id z1ls498823igc.19.gmail; Thu, 07 Feb 2013 19:10:16 -0800 (PST) X-Received: by 10.42.39.1 with SMTP id f1mr2745280ice.4.1360293015938; Thu, 07 Feb 2013 19:10:15 -0800 (PST) X-Received: by 10.42.39.1 with SMTP id f1mr2745278ice.4.1360293015926; Thu, 07 Feb 2013 19:10:15 -0800 (PST) Received: from mail-ia0-x22d.google.com (ia-in-x022d.1e100.net [2607:f8b0:4001:c02::22d]) by gmr-mx.google.com with ESMTPS id xc3si666952igb.2.2013.02.07.19.10.15 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Feb 2013 19:10:15 -0800 (PST) Received-SPF: pass (google.com: domain of jftucker@gmail.com designates 2607:f8b0:4001:c02::22d as permitted sender) client-ip=2607:f8b0:4001:c02::22d; Received: by mail-ia0-x22d.google.com with SMTP id h37so3716808iak.32 for ; Thu, 07 Feb 2013 19:10:15 -0800 (PST) X-Received: by 10.50.173.4 with SMTP id bg4mr18724909igc.90.1360293015724; Thu, 07 Feb 2013 19:10:15 -0800 (PST) Received: from localhost ([216.239.55.209]) by mx.google.com with ESMTPS id iw5sm12187836igc.5.2013.02.07.19.10.14 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 07 Feb 2013 19:10:15 -0800 (PST) Message-ID: <51146c97.c5c5320a.45c6.ffffbe33@mx.google.com> Date: Thu, 07 Feb 2013 19:10:15 -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.2.8, 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:c02::22d 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.2.8. =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.2.8.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.2 # for this release Happy hacking and have a nice day, James Tucker on behalf of the Rack Core Team. 6e272a4adf75adcd112bfd879196812975cd16bc rack-1.2.8.tar.gz dd19c41600f49709c3540028efbdb9fb9d0888b6 rack-1.2.8.gem -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (Darwin) iQEcBAEBAgAGBQJRFGyVAAoJELphsezQxofDDHwH+QEubsq4hygg0tes3M29rpzj fNuwrFOJaPDlZ2cJdSV+djtM1VNH78Yl6+254qpk3uk0nzjA6SrTNWMT6YHTVGv3 5MPiJdxOKnjmW9CsFAfRmdx4+te4jyDTHunBJjeAmhlhhsQKceydVnR0KkwekOYK hcNYgr4DPWkPFfyXhuPUbXtFSqjpfbJRxEpiHkr81ufEPIeRU7M9WnOGORfMckOV gxFvEvtsxMC9NvosTvi0oKe2jP5DCd4Fiml7qKGYt8GeZevmotFAhqSWD+GheSd7 Z9D4XCHViBVyThffCkjLpjw4zYJHpU3ccPlDgMvwDu15Ks0gw54B7c6TqzLyGuE=3D =3DUTzz -----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.