From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.229.6.76 with SMTP id 12cs99082qcy; Mon, 17 Oct 2011 22:35:43 -0700 (PDT) Return-Path: Received-SPF: pass (google.com: domain of rack-core+bncCP_V2_zRBRCuoPT0BBoEFZL2FQ@googlegroups.com designates 10.101.171.16 as permitted sender) client-ip=10.101.171.16; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rack-core+bncCP_V2_zRBRCuoPT0BBoEFZL2FQ@googlegroups.com designates 10.101.171.16 as permitted sender) smtp.mail=rack-core+bncCP_V2_zRBRCuoPT0BBoEFZL2FQ@googlegroups.com; dkim=pass header.i=rack-core+bncCP_V2_zRBRCuoPT0BBoEFZL2FQ@googlegroups.com Received: from mr.google.com ([10.101.171.16]) by 10.101.171.16 with SMTP id y16mr128779ano.36.1318916142158 (num_hops = 1); Mon, 17 Oct 2011 22:35:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=x-beenthere:received-spf:from:subject:date:message-id:to :mime-version:x-mailer: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; bh=d8dGP2iPEnRrO4rJNGOJ8wDSCQejsMJo9LJZZmSY24w=; b=WKjxI7amAYMulWQIkD0FlDT0jqJ0wkIniZ16eNZh+D4lvsk0c1YFANsebeniX2yIuL kMSFOwZdITUA+tw5TUgpsW8lqoBjJKq70uEQhu0xpH5v2MU6itvJhGG4fbGwlu5L8c6o UPNUBP5hyiM/jAkWKG6PWChRrQcR9HIfYCWI8= Received: by 10.101.171.16 with SMTP id y16mr46220ano.36.1318916142096; Mon, 17 Oct 2011 22:35:42 -0700 (PDT) X-BeenThere: rack-core@googlegroups.com Received: by 10.100.237.8 with SMTP id k8ls1150386anh.2.gmail; Mon, 17 Oct 2011 22:35:41 -0700 (PDT) Received: by 10.236.156.98 with SMTP id l62mr1410746yhk.4.1318916141542; Mon, 17 Oct 2011 22:35:41 -0700 (PDT) Received: by 10.236.156.98 with SMTP id l62mr1410744yhk.4.1318916141530; Mon, 17 Oct 2011 22:35:41 -0700 (PDT) Received: from mail-gx0-f173.google.com (mail-gx0-f173.google.com [209.85.161.173]) by gmr-mx.google.com with ESMTPS id e44si281535yhk.0.2011.10.17.22.35.41 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 17 Oct 2011 22:35:41 -0700 (PDT) Received-SPF: pass (google.com: domain of jftucker@gmail.com designates 209.85.161.173 as permitted sender) client-ip=209.85.161.173; Received: by mail-gx0-f173.google.com with SMTP id r5so261823ggn.32 for ; Mon, 17 Oct 2011 22:35:41 -0700 (PDT) Received: by 10.68.156.1 with SMTP id wa1mr2492853pbb.58.1318916141144; Mon, 17 Oct 2011 22:35:41 -0700 (PDT) Received: from [10.0.1.20] (c-98-210-209-112.hsd1.ca.comcast.net. [98.210.209.112]) by mx.google.com with ESMTPS id ml4sm3768051pbc.0.2011.10.17.22.35.38 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 17 Oct 2011 22:35:39 -0700 (PDT) From: James Tucker Subject: [ANN] Rack 1.3.5, a modular Ruby webserver interface Date: Mon, 17 Oct 2011 22:35:52 -0700 Message-Id: To: rack-core@googlegroups.com, rack-devel@googlegroups.com, ruby-talk-google@googlegroups.com Mime-Version: 1.0 (Apple Message framework v1244.3) X-Mailer: Apple Mail (2.1244.3) X-Original-Sender: jftucker@gmail.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jftucker@gmail.com designates 209.85.161.173 as permitted sender) smtp.mail=jftucker@gmail.com; dkim=pass (test mode) 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: multipart/alternative; boundary="Apple-Mail=_D9744DBE-AF0C-4E02-B0D5-8D3D6494ADB2" --Apple-Mail=_D9744DBE-AF0C-4E02-B0D5-8D3D6494ADB2 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hello,=20 Today we are proud to announce the release of Rack 1.3.5. =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 simplest way possible, it unifies and distills the API for web = servers, web frameworks, and software in between (the so-called = middleware) into a single method call. The exact details of this are described in the Rack specification, which = all Rack applications should conform to.=20 =3D=3D Changes * October 17, 2011: Twentieth public release 1.3.5 * Fix annoying warnings caused by the backport in 1.3.4 =3D=3D Where can I get it?=20 You can download Rack 1.3.5 at=20 http://chneukirchen.org/releases/rack-1.3.5.tar.gz (upload = pending 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.3 # for this release Happy hacking and have a nice day, James Tucker on behalf of the Rack Core Team. 9768a2140711c3a92e194ddeb2f5671f6aa89bf3 rack-1.3.5.tar.gz 8ceed89e9a1d0039002eca26e579de8ad5883516 rack-1.3.5.gem= --Apple-Mail=_D9744DBE-AF0C-4E02-B0D5-8D3D6494ADB2 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii
Hello, 

Today we are proud to announce the release of = Rack 1.3.5.
=3D = Rack, a modular Ruby webserver interface 

Rack provides a minimal, = modular and adaptable interface for developing web applications in = Ruby.  By wrapping HTTP requests and responses in the simplest = way possible, it unifies and distills the API for web servers, web = frameworks, and software in between (the so-called middleware) into = a single method call.
The exact details of this are described in the Rack = specification, which all Rack applications should conform = to. 
=3D=3D = Changes
=3D=3D Where can I get = it? 
You can = download Rack 1.3.5 at 
        http://chneuki= rchen.org/releases/rack-1.3.5.tar.gz   (upload pending at = time of writing)
http://rubyforge.org/projects/= rack
git://github.com/rack/rack.git=
   =  cd rack && git checkout rack-1.3   # for this = release
Happy = hacking and have a nice day,

James Tucker
on behalf = of the Rack Core Team.

9768a2140711c3a92e194ddeb2f5671f6aa89bf3 =  rack-1.3.5.tar.gz
8ceed89e9a1d0039002eca26e579de8ad5883516= =  rack-1.3.5.gem
= --Apple-Mail=_D9744DBE-AF0C-4E02-B0D5-8D3D6494ADB2--