summary refs log tree commit
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2009-01-06 12:56:00 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2009-01-06 12:56:00 +0100
commita7229fd1bf2d4c5f77887a0d4925534163e842ec (patch)
treea43a6c399c9aa99a258043dca6e05a1792a5f66e
parent42aa8b2276a2264defe22a776ed2bedb54b90abd (diff)
downloadrack-a7229fd1bf2d4c5f77887a0d4925534163e842ec.tar.gz
Last minute README fixes 0.9
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index e9a35c90..1b5572de 100644
--- a/README
+++ b/README
@@ -84,7 +84,7 @@ over:
 
 The plethora of useful middleware created the need for a project that
 collects fresh Rack middleware.  rack-contrib includes a variety of
-add-on components for Rack and it is easy to get new modules in there:
+add-on components for Rack and it is easy to contribute new modules.
 
 * http://github.com/rack/rack-contrib
 
@@ -210,13 +210,13 @@ run on port 11211) and memcache-client installed.
 
 * January 6th, 2009: Fifth public release 0.9.
   * 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.
-    Rack::File::MIME_TYPES is now Rack::Mime::MIME_TYPES.
   * Mongrel Header now streams.
   * Added Thin handler.
   * Official support for swiftiplied Mongrel.
@@ -264,7 +264,7 @@ would like to thank:
 * Gary Wright, for proposing a better Rack::Response interface.
 * Jonathan Buch, for improvements regarding Rack::Response.
 * Armin Röhrl, for tracking down bugs in the Cookie generator.
-* Alexander Kellett for testing the Gem and reviewing the announce.
+* Alexander Kellett for testing the Gem and reviewing the announcement.
 * Marcus Rückert, for help with configuring and debugging lighttpd.
 * The WSGI team for the well-done and documented work they've done and
   Rack builds up on.