diff --git a/doc/htdocs/index.html b/doc/htdocs/index.html
index e7bcd4bd..021b42d4 100644
--- a/doc/htdocs/index.html
+++ b/doc/htdocs/index.html
@@ -79,18 +79,11 @@ def app(environ, start_response):
-
Version 0.13.0 / 2011-08-22
+
Version 0.13.3 / 2011-09-19
-
- - Add support for Tornado 2.0 in tornado worker
- - Improve access logs: allows customisation of the log
- format & add request time
- - Logger module is now pluggable
- - Improve graceful shutdown in Python versions >=
- 2.6
- - Fix post_request root arity for compatibility
- - Fix sendfile support
- - Fix Django reloading
+ - refactor gevent worker
+ - prevent leaking fds on reexec
+ - fix inverted request_time computation