<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,6 +1,14 @@
 == 0.9.5
 
-- Upgrade to Rack 1.0.0
+- Upgrade to Rack 1.0.0. However, if you supply Rack in your
+  application (either via rubygems or by vendoring it), it will take
+  precedence -- JRuby-Rack's bundled copy is only loaded as a
+  fallback. This allows you to upgrade Rack without having to wait for
+  a new JRuby-Rack release.
+- Implement Rack-based java servlet session mechanism. You'll have to
+  turn on java servlet sessions by setting
+    ActionController::Base.session_store = :java_servlet_store
+  in your config/initializers/session_store.rb.
 - JRUBY_RACK-7: Implement a rewindable 'rack.input' shim between the
   servlet input stream and the Rack environment. Below a certain
   byte-size threshold, the input is entirely buffered in memory. Above</diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -269,13 +269,12 @@ The war should be ready to deploy to your Java application server.
 
 # Thanks
 
+- All contributors! But also:
 - Dudley Flanders, for the Merb support
 - Robert Egglestone, for the original JRuby servlet integration
   project, Goldspike
 - Chris Neukirchen, for Rack
-- Sun Microsystems, Nick's employer, for project support
-- Last, but not least, Flannery, Nick's wife, for patience and
-  understanding
+- Sun Microsystems, for early project support
 
 [1]: http://warbler.kenai.com/pages/Home
 [2]: http://repository.codehaus.org/org/jruby/rack/jruby-rack/</diff>
      <filename>README.md</filename>
    </modified>
    <modified>
      <diff>@@ -5,7 +5,7 @@
 # Make sure the secret is at least 30 characters and all random,
 # no regular words or you'll be exposed to dictionary attacks.
 ActionController::Base.session = {
-  :disabled    =&gt; true,
+#   :disabled    =&gt; true,
   :key         =&gt; '_rails_session',
   :secret      =&gt; 'd652b8fa9b4e4e3018165d86310675170607c3eab5cc2e029d67187cee015a777ebf09dd19adfd3929e4e48c27f83bbec0c7eee101dfe08e1418669009fe93e9'
 }
@@ -15,7 +15,7 @@ ActionController::Base.session = {
 # (create the session table with &quot;rake db:sessions:create&quot;)
 # ActionController::Base.session_store = :active_record_store
 
-# if defined?($servlet_context)
-#   require 'action_controller/session/java_servlet_store'
-#   ActionController::Base.session_store = :java_servlet_store
-# end
+if defined?($servlet_context)
+  require 'action_controller/session/java_servlet_store'
+  ActionController::Base.session_store = :java_servlet_store
+end</diff>
      <filename>examples/rails/config/initializers/session_store.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,7 @@
   &lt;modelVersion&gt;4.0.0&lt;/modelVersion&gt;
   &lt;groupId&gt;org.jruby.rack&lt;/groupId&gt;
   &lt;artifactId&gt;jruby-rack&lt;/artifactId&gt;
-  &lt;version&gt;0.9.5-SNAPSHOT&lt;/version&gt;
+  &lt;version&gt;0.9.5&lt;/version&gt;
   &lt;name&gt;JRuby-Rack&lt;/name&gt;
   &lt;url&gt;http://jruby-rack.kenai.com/&lt;/url&gt;
   &lt;description&gt;</diff>
      <filename>pom.xml</filename>
    </modified>
    <modified>
      <diff>@@ -6,6 +6,6 @@
 
 module JRuby
   module Rack
-    VERSION = &quot;0.9.5-SNAPSHOT&quot;
+    VERSION = &quot;0.9.5&quot;
   end
 end</diff>
      <filename>src/main/ruby/jruby/rack/version.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8bd29c8b1663499eace8f40ae8cc468f88384742</id>
    </parent>
  </parents>
  <author>
    <name>Nick Sieger</name>
    <email>nick@nicksieger.com</email>
  </author>
  <url>http://github.com/nicksieger/jruby-rack/commit/805edcc003f96c4eb30b073f24b35cd92dce056a</url>
  <id>805edcc003f96c4eb30b073f24b35cd92dce056a</id>
  <committed-date>2009-08-26T17:29:44-07:00</committed-date>
  <authored-date>2009-08-26T17:29:44-07:00</authored-date>
  <message>Cutting 0.9.5</message>
  <tree>e9b14cbc8c007ed3e0e3505cdb424b0c13d67fd6</tree>
  <committer>
    <name>Nick Sieger</name>
    <email>nick@nicksieger.com</email>
  </committer>
</commit>
