diff --git a/doc/htdocs/news.html b/doc/htdocs/news.html
index 37373fd5..52059bbf 100644
--- a/doc/htdocs/news.html
+++ b/doc/htdocs/news.html
@@ -50,27 +50,37 @@
News
+
0.6.5 / 2010-03-11
- Fix pidfile
- Fix Exception Error
-
+
0.6.4 / 2010-03-08
- Use cStringIO for performance when possible.
- Fix worker freeze when a remote connection closes unexpectedly.
-
+
0.6.3 / 2010-03-07
- Make HTTP parsing faster.
- Some fixes (see logs)
-
+
0.6.2 / 2010-03-01
- Added support for chunked response.
@@ -80,7 +90,7 @@
- Workers are now murdered by age (the oldest is killed first).
-
+
0.6.1 / 2010-02-24
- Added gunicorn config file support for django admin command
@@ -88,21 +98,21 @@
- Removed TTIN/TTOU from workers which blocked other signals.
-
+
0.6 / 2010-02-22
- Added setproctitle
- Change privilege switch behaviour. We now work like NGINX, master keeps the permissions, new uid/gid permissions are only set for 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/site/news.rst b/doc/site/news.rst
index bf11fdc2..e949e44e 100644
--- a/doc/site/news.rst
+++ b/doc/site/news.rst
@@ -4,6 +4,15 @@ title: News
News
====
+0.7.0 / 2010-03-26
+------------------
+
+- Added support for `sleepy applications `_ using Eventlet_ or Gevent_.
+- Added Websockets_ support
+- Fix Chunked Encoding
+- Fix SIGWINCH on OpenBSD_
+- Fix `PEP 333 `_ compliance for the write callable.
+
0.6.5 / 2010-03-11
------------------
@@ -66,3 +75,7 @@ News
* Some refactoring to make the code easier to hack
* Allow multiple keys in request and response headers
+.. _Eventlet: http://eventlet.net
+.. _Gevent: http://gevent.org
+.. _OpenBSD: http://openbsd.org
+.. _Websockets: http://dev.w3.org/html5/websockets/
\ No newline at end of file