rack-devel archive mirror (unofficial) https://groups.google.com/group/rack-devel
 help / color / mirror / Atom feed
* [SEC] [ANN] Rack 1.3.4, a modular Ruby webserver interface
@ 2011-10-01 20:49 James Tucker
  2011-10-02 10:57 ` Matthias Wächter
  0 siblings, 1 reply; 4+ messages in thread
From: James Tucker @ 2011-10-01 20:49 UTC (permalink / raw)
  To: rack-core, rack-devel, ruby-talk-google

[-- Attachment #1: Type: text/plain, Size: 1441 bytes --]

Hello, 

Today we are proud to announce the release of Rack 1.3.4.

= 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. 

== Changes

* October 1, 2011: Nineteenth public release 1.3.4
  * Backport security fix from 1.9.3, also fixes some roundtrip issues in URI
  * Small documentation update
  * Fix an issue where BodyProxy could cause an infinite recursion
  * Add some supporting files for travis-ci

== Where can I get it? 

You can download Rack 1.3.4 at 
        http://chneukirchen.org/releases/rack-1.3.4.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.

bdd02c8185c0c184e56b05489554f91b0f5feb4a  rack-1.3.4.tar.gz
98a5fce89ebb77650e00f756e76370a5d51f93a1  rack-1.3.4.gem

[-- Attachment #2: Type: text/html, Size: 3860 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [SEC] [ANN] Rack 1.3.4, a modular Ruby webserver interface
  2011-10-01 20:49 [SEC] [ANN] Rack 1.3.4, a modular Ruby webserver interface James Tucker
@ 2011-10-02 10:57 ` Matthias Wächter
  2011-10-18  5:53   ` James Tucker
  0 siblings, 1 reply; 4+ messages in thread
From: Matthias Wächter @ 2011-10-02 10:57 UTC (permalink / raw)
  To: rack-devel

On 01.10.2011 22:49, James Tucker wrote:
> You can download Rack 1.3.4 at
> http://chneukirchen.org/releases/rack-1.3.4.tar.gz (upload pending at
> time of writing)
> http://rubyforge.org/projects/rack

How about updating [http://rack.rubyforge.org/]? After all, it’s the 
official homepage, and it gives a false impression that development has 
stopped in June 2010 (rack-1.2.0).

– Matthias

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [SEC] [ANN] Rack 1.3.4, a modular Ruby webserver interface
  2011-10-02 10:57 ` Matthias Wächter
@ 2011-10-18  5:53   ` James Tucker
  2011-10-28 18:57     ` Matthias Wächter
  0 siblings, 1 reply; 4+ messages in thread
From: James Tucker @ 2011-10-18  5:53 UTC (permalink / raw)
  To: rack-devel

I'll get around to it sometime. I'd really like to add a bunch more automation to the release process that would include this kind of update.

On Oct 2, 2011, at 3:57 AM, Matthias Wächter wrote:

> On 01.10.2011 22:49, James Tucker wrote:
>> You can download Rack 1.3.4 at
>> http://chneukirchen.org/releases/rack-1.3.4.tar.gz (upload pending at
>> time of writing)
>> http://rubyforge.org/projects/rack
> 
> How about updating [http://rack.rubyforge.org/]? After all, it’s the official homepage, and it gives a false impression that development has stopped in June 2010 (rack-1.2.0).
> 
> – Matthias

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [SEC] [ANN] Rack 1.3.4, a modular Ruby webserver interface
  2011-10-18  5:53   ` James Tucker
@ 2011-10-28 18:57     ` Matthias Wächter
  0 siblings, 0 replies; 4+ messages in thread
From: Matthias Wächter @ 2011-10-28 18:57 UTC (permalink / raw)
  To: rack-devel

On 18.10.2011 07:53, James Tucker wrote:
> I'll get around to it sometime. I'd really like to add a bunch more automation to the release process that would include this kind of update.

As a first step, someone granted access rights to the webserver could remove all those outdated 
references from the webpage and instead just point to the github location. Later, once there was 
time to set up automation, all those references could come back again in an up-to-date way.

– Matthias

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-10-28 19:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-01 20:49 [SEC] [ANN] Rack 1.3.4, a modular Ruby webserver interface James Tucker
2011-10-02 10:57 ` Matthias Wächter
2011-10-18  5:53   ` James Tucker
2011-10-28 18:57     ` Matthias Wächter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).