From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.229.70.138 with SMTP id d10cs3384qcj; Mon, 25 Jul 2011 18:41:05 -0700 (PDT) Return-Path: Received-SPF: pass (google.com: domain of rack-core+bncCP_V2_zRBRCwtrjxBBoEES61YA@googlegroups.com designates 10.150.199.5 as permitted sender) client-ip=10.150.199.5; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rack-core+bncCP_V2_zRBRCwtrjxBBoEES61YA@googlegroups.com designates 10.150.199.5 as permitted sender) smtp.mail=rack-core+bncCP_V2_zRBRCwtrjxBBoEES61YA@googlegroups.com; dkim=pass header.i=rack-core+bncCP_V2_zRBRCwtrjxBBoEES61YA@googlegroups.com Received: from mr.google.com ([10.150.199.5]) by 10.150.199.5 with SMTP id w5mr2195699ybf.50.1311644464345 (num_hops = 1); Mon, 25 Jul 2011 18:41:04 -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=4MJOo6K4sUWyFK0pPtfpT5Z/hD3LTPdFvDJ+cdEc1R0=; b=wGWX50iNNryi/f+bS9zMndvZZu8Jtyo/pe+gZSp8pvcMfh0k8J5+7CkrBhcDP75nUe ZorExBKYJT62vCL6fds9ioORuNWSVFW/Ida51UeHrgv5fzTYR6W2FQdCwMPTIgu7MX2L imMmkedegVftAH8t84SZhA/DWHU7fRSQJ6irc= Received: by 10.150.199.5 with SMTP id w5mr644124ybf.50.1311644464305; Mon, 25 Jul 2011 18:41:04 -0700 (PDT) X-BeenThere: rack-core@googlegroups.com Received: by 10.101.155.26 with SMTP id h26ls2715618ano.0.gmail; Mon, 25 Jul 2011 18:41:03 -0700 (PDT) Received: by 10.236.78.3 with SMTP id f3mr2241308yhe.106.1311644463501; Mon, 25 Jul 2011 18:41:03 -0700 (PDT) Received: by 10.236.78.3 with SMTP id f3mr2241305yhe.106.1311644463430; Mon, 25 Jul 2011 18:41:03 -0700 (PDT) Received: from mail-gx0-f169.google.com (mail-gx0-f169.google.com [209.85.161.169]) by gmr-mx.google.com with ESMTPS id f4si9207ybg.3.2011.07.25.18.41.03 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 25 Jul 2011 18:41:03 -0700 (PDT) Received-SPF: pass (google.com: domain of jftucker@gmail.com designates 209.85.161.169 as permitted sender) client-ip=209.85.161.169; Received: by gxk23 with SMTP id 23so2963758gxk.0 for ; Mon, 25 Jul 2011 18:41:03 -0700 (PDT) Received: by 10.143.66.17 with SMTP id t17mr3369461wfk.434.1311644463143; Mon, 25 Jul 2011 18:41:03 -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 p3sm272205wfh.20.2011.07.25.18.40.59 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 25 Jul 2011 18:41:01 -0700 (PDT) From: James Tucker Subject: [ANN] Rack 1.3.2, a modular Ruby webserver interface Date: Mon, 25 Jul 2011 18:40:58 -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.169 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=_FE95314F-A1EC-4064-8B27-264BD9BEC946" --Apple-Mail=_FE95314F-A1EC-4064-8B27-264BD9BEC946 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.2. =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 * July 16, 2011: Sixteenth public release 1.3.2 * Fix for Rails and rack-test, Rack::Utils#escape calls to_s =3D=3D Where can I get it?=20 You can download Rack 1.3.2 at=20 http://chneukirchen.org/releases/rack-1.3.2.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. b351131fb809375f7ebed128a541664b8be26c8b rack-1.3.2.tar.gz 06c7ac5ac90eb1dd73ffb5e5d5fa536ca1847c36 rack-1.3.2.gem= --Apple-Mail=_FE95314F-A1EC-4064-8B27-264BD9BEC946 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.2.

=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

* July 16, 2011: Sixteenth = public release 1.3.2
  * Fix for Rails and rack-test, = Rack::Utils#escape calls to_s

=3D=3D Where can I get = it? 
You can = download Rack 1.3.2 at 
        http://chneuki= rchen.org/releases/rack-1.3.2.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.

b351131fb809375f7ebed128a541664b8be26c8b =  rack-1.3.2.tar.gz
06c7ac5ac90eb1dd73ffb5e5d5fa536ca1847c36=  rack-1.3.2.gem
= --Apple-Mail=_FE95314F-A1EC-4064-8B27-264BD9BEC946--