Changelog for
rubygem-rack-1.0.1-4.2.x86_64.rpm :
Tue Dec 1 13:00:00 2009 chrisAATTcomputersalat.de
- update to version 1.0.1
* Bump remainder of rack.versions.
* Support the pure Ruby FCGI implementation.
* Fix for form names containing \"=\": split first then unescape components
* Fixes the handling of the filename parameter with semicolons in names.
* Add anchor to nested params parsing regexp to prevent stack overflows
* Use more compatible gzip write api instead of \"<<\".
* Make sure that Reloader doesn\'t break when executed via ruby -e
* Make sure WEBrick respects the :Host option
* Many Ruby 1.9 fixes.
Fri Aug 7 14:00:00 2009 dmacvicarAATTnovell.com
- update to version 1.0.0
* Rack::VERSION has been pushed to [1,0].
* Header values must be Strings now, split on \"\
\".
* 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 13:00:00 2009 mrueckertAATTsuse.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 14:00:00 2008 mrueckertAATTsuse.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 13:00:00 2008 mrueckertAATTsuse.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 14:00:00 2007 mrueckertAATTsuse.de
- initial package of version 0.2.0