diff --git a/doc/buildweb.py b/doc/buildweb.py
index bed19e51..bd5e1194 100755
--- a/doc/buildweb.py
+++ b/doc/buildweb.py
@@ -4,6 +4,8 @@
# This file is part of gunicorn released under the MIT license.
# See the NOTICE for more information.
+from __future__ import with_statement
+
import codecs
import datetime
import os
diff --git a/doc/htdocs/news.html b/doc/htdocs/news.html
index 72416ddd..694079e9 100644
--- a/doc/htdocs/news.html
+++ b/doc/htdocs/news.html
@@ -51,11 +51,18 @@
0.5.1 / 2010-02-22
+- Added setproctitle
+- Change privilege switch behaviour. We now works like NGINX, master keep the permission, new uid/gid permissions are only set to the workers.
+
+
+
+
0.5.1 / 2010-02-22
+
- Fix umask
- Added debian packaging
-
+
0.5 / 2010-02-20
- Added configuration file handler.
diff --git a/doc/htdocs/usage.html b/doc/htdocs/usage.html
index 72b253c6..85ab0647 100644
--- a/doc/htdocs/usage.html
+++ b/doc/htdocs/usage.html
@@ -86,6 +86,8 @@ Options:
-u USER, --user=USER Change worker user
-g GROUP, --group=GROUP
Change worker group
+ -n APP_NAME, --name=APP_NAME
+ Application name
--log-level=LOGLEVEL Log level below which to silence messages. [info]
--log-file=LOGFILE Log to a file. - equals stdout. [-]
-d, --debug Debug mode. only 1 worker.