diff --git a/docs/site/index.html b/docs/site/index.html
index 7e9b310d..09d8de8b 100644
--- a/docs/site/index.html
+++ b/docs/site/index.html
@@ -16,7 +16,7 @@
Latest version:
R17.5
+ href="http://docs.gunicorn.org/en/17.5/news.html#id1">17.5

diff --git a/docs/source/2013-news.rst b/docs/source/2013-news.rst
index ea08b495..454d1231 100644
--- a/docs/source/2013-news.rst
+++ b/docs/source/2013-news.rst
@@ -1,7 +1,7 @@
Changelog - 2013
================
-R17.5 / 2013-07-03
+17.5 / 2013-07-03
------------------
- new: add signals documentation
@@ -15,6 +15,20 @@ R17.5 / 2013-07-03
- fix: give the initial global_conf to paster application
- fix: fix 'Expect: 100-continue' support on Python 3
+New versionning:
+++++++++++++++++
+
+With this release, the versionning of Gunicorn is changing. Gunicorn is
+stable since a long time and there is no point to release a "1.0" now.
+It should have been done since a long time. 0.17 really meant it was the
+17th stable version. From the beginning we have only 2 kind of
+releases:
+
+major release: releases with major changes or huge features added
+services releases: fixes and minor features added So from now we will
+apply the following versionning ``
.``. For example ``17.5`` is a
+service release.
+
0.17.4 / 2013-04-24
-------------------