diff --git a/doc/htdocs/index.html b/doc/htdocs/index.html
index a7b8ab87..e698b8bc 100644
--- a/doc/htdocs/index.html
+++ b/doc/htdocs/index.html
@@ -78,19 +78,15 @@ def app(environ, start_response):
-
Version 0.12.0 - 2010-12-22
+
Version 0.12.1 - 2011-03-23
- - Add support for logging configuration using a ini file.
- - Add IPV6 support
- - Add multidomain application example
- - Improve gunicorn_django command when importing settings
- module using
DJANGO_SETTINGS_MODULE environment variable
- - Send appropriate error status on http parsing
- - Fix pidfile, set permissions so other user can read it and use it
- - Fix temporary file leaking
- - Fix setpgrp issue, can now be launched via ubuntu
- upstart
- - Set the number of workers to zero on WINCH
+ - Add "on_starting" hook. This hook can be used to set
+ anything before the arbiter really start
+ - Support bdist_rpm in setup
+ - Improve content-length handling (pep 3333)
+ - Improve Django support
+ - Fix daemonizing (#142)
+ - Fix ipv6 handling