summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rdoc4
-rw-r--r--rack.gemspec2
2 files changed, 5 insertions, 1 deletions
diff --git a/README.rdoc b/README.rdoc
index f509fb7e..993e8070 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -373,6 +373,10 @@ run on port 11211) and memcache-client installed.
* October 17, 2011: Twentieth public release 1.3.5
* Fix annoying warnings caused by the backport in 1.3.4
+* December 28th, 2011: Twenty third public release: 1.3.6
+ * Security fix. http://www.ocert.org/advisories/ocert-2011-003.html
+ Further information here: http://jruby.org/2011/12/27/jruby-1-6-5-1
+
== Contact
Please post bugs, suggestions and patches to
diff --git a/rack.gemspec b/rack.gemspec
index e24f9ac0..645d101e 100644
--- a/rack.gemspec
+++ b/rack.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "rack"
- s.version = "1.3.5"
+ s.version = "1.3.6"
s.platform = Gem::Platform::RUBY
s.summary = "a modular Ruby webserver interface"