diff --git a/doc/htdocs/news.html b/doc/htdocs/news.html
index 7d4b29fd..6f79a6ec 100644
--- a/doc/htdocs/news.html
+++ b/doc/htdocs/news.html
@@ -52,6 +52,7 @@
0.9.1 / 2010-05-26
+- Support https via X-Forwarded-Protocol or X-Forwarded-Ssl headers
- Fix configuration
- Remove -d options which was used instead of -D for daemon.
- Fix umask in unix socket
diff --git a/doc/site/news.rst b/doc/site/news.rst
index 2b31c88e..39297067 100644
--- a/doc/site/news.rst
+++ b/doc/site/news.rst
@@ -7,6 +7,7 @@ News
0.9.1 / 2010-05-26
------------------
+- Support https via X-Forwarded-Protocol or X-Forwarded-Ssl headers
- Fix configuration
- Remove -d options which was used instead of -D for daemon.
- Fix umask in unix socket