Search
j0ke.net Open Build Service
>
Projects
>
J0KE.NET
:
infrastructure
>
rubygem-rack
> rubygem-rack.changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File rubygem-rack.changes of Package rubygem-rack (Revision 3)
Currently displaying revision
3
,
show latest
------------------------------------------------------------------- Fri Aug 7 14:38:49 CEST 2009 - dmacvicar@novell.com - update to version 1.0.0 * Rack::VERSION has been pushed to [1,0]. * Header values must be Strings now, split on "\n". * rack.input must be rewindable and support reading into a buffer, wrap with Rack::RewindableInput if it isn't. * Content-Length can be missing, in this case chunked transfer encoding is used. * Bodies can now additionally respond to #to_path with a filename to be served. * String bodies are deprecated and will not work with Ruby 1.9, use an Array with a single String instead. * rack.session is now specified. * Use Rack::Lint to find out in which ways this possibly broke your applications and middleware. * SPEC changes, see above. * New middleware Rack::Lock. * New middleware Rack::ContentType. * Rack::Reloader has been rewritten. * Major update to Rack::Auth::OpenID. * Support for nested parameter parsing in Rack::Response. * Support for redirects in Rack::Response. * HttpOnly cookie support in Rack::Response. * The Rakefile has been rewritten. * Many bugfixes and small improvements. ------------------------------------------------------------------- Mon Jan 12 12:24:56 CET 2009 - mrueckert@suse.de - update to version 0.9.1 * Fix directory traversal exploits in Rack::File and Rack::Directory. - additional changes from 0.9.0 * Rack is now managed by the Rack Core Team. * Rack::Lint is stricter and follows the HTTP RFCs more closely. * Added ConditionalGet middleware. * Added ContentLength middleware. * Added Deflater middleware. * Added Head middleware. * Added MethodOverride middleware. * Rack::Mime now provides popular MIME-types and their extension. * Mongrel Header now streams. * Added Thin handler. * Official support for swiftiplied Mongrel. * Secure cookies. * Made HeaderHash case-preserving. * Many bugfixes and small improvements. ------------------------------------------------------------------- Mon Aug 25 17:32:18 CEST 2008 - mrueckert@suse.de - update to version 0.4.0: * New middleware, Rack::Deflater, by Christoffer Sawicki. * OpenID authentication now needs ruby-openid 2. * New Memcache sessions, by blink. * Explicit EventedMongrel handler, by Joshua Peek. * Rack::Reloader is not loaded in rackup development mode. * rackup can daemonize with -D. * Many bugfixes, especially for pool sessions, URLMap, thread safety and tempfile handling. * Improved tests. * Rack moved to Git. ------------------------------------------------------------------- Tue Feb 26 15:45:12 CET 2008 - mrueckert@suse.de - update to version 0.3.0: * LiteSpeed handler, by Adrian Madrid. * SCGI handler, by Jeremy Evans. * Pool sessions, by blink. * OpenID authentication, by blink. * :Port and :File options for opening FastCGI sockets, by blink. * Last-Modified HTTP header for Rack::File, by blink. * Rack::Builder#use now accepts blocks, by Corey Jewett. (See example/protectedlobster.ru) * HTTP status 201 can contain a Content-Type and a body now. * Many bugfixes, especially related to Cookie handling. ------------------------------------------------------------------- Wed Jun 6 20:23:34 CEST 2007 - mrueckert@suse.de - initial package of version 0.2.0