diff --git a/html/qh-get.htm b/html/qh-get.htm
index 0608139fb168fff43eed89d57008bfdeefddd78f..76eb1e3ea867067b11a60c78bfb8fdde4526a757 100644
--- a/html/qh-get.htm
+++ b/html/qh-get.htm
@@ -44,7 +44,7 @@ width="100" height="100"></a> Qhull Downloads</h1>
         <p>Includes documentation, source files, a simple Makefile, DevStudio project files, and Qt project files.
             Includes preliminary C++ support.
         The C++ interface may change without notice.
-        If using gcc 4.1, 4.2, or 4.3, please compile qset.s with
+        If using gcc 4.1, 4.2, or 4.3, please compile qset.c with
         -fno-strict-aliasing (otherwise qhull segfaults) [Karas, Krishnaswami].
         See <a href=http://www.qhull.org/news/#bugs>Bugs</a> [Apr 2008] for a patch.
        </p>
@@ -54,22 +54,23 @@ width="100" height="100"></a> Qhull Downloads</h1>
         <p>Type: git repository for Qhull</b>
         <p>Includes documentation, source files, C++ interface,
             and test programs.  The C++ interface may change without notice.
-            If using gcc 4.1, 4.2, or 4.3, please compile qset.s with
+            If using gcc 4.1, 4.2, or 4.3, please compile qset.c with
         -fno-strict-aliasing (otherwise qhull segfaults) [Karas, Krishnaswami].
         See <a href=http://www.qhull.org/news/#bugs>Bugs</a> [Apr 2008] for a patch.
        </p>
    </li>
-  <!---
-        <li><a href="http://www.qhull.org/download/qhull-2010.1.tgz">Download: Qhull 2010.1 for Unix</a> (725K)
+        <li><a href="http://www.qhull.org/download/qhull-2009.1.1.tgz">Download: Qhull 2009.1.1 for Unix</a> (725K)
         <p>Type: C source code for Unix systems</p>
-        <p>Includes documentation, source files, and Autoconf/Automake/Libtool
-        support [R. Laboissiere].  Includes preliminary C++ support.
-        If using gcc 4.1, 4.2, or 4.3, please compile qset.s with
+        <p>Patch release of Qhull 2009.1 with Autoconf/Automake/Libtool
+        support [R. Laboissiere].  Fixed negative result of qh_gethash.
+        If using gcc 4.1, 4.2, or 4.3, please compile qset.c with
         -fno-strict-aliasing (otherwise qhull segfaults) [Karas, Krishnaswami].
         See <a href=http://www.qhull.org/news/#bugs>Bugs</a> [Apr 2008] for a patch.
        </p>
    </li>
 
+   <!---
+
     <li><a href=http://savannah.nongnu.org/files/?group=qhull>Download: Qhull 2002.1 for Unix</a>
 
         <p>Includes documentation, source files, and a configure Makefile.
diff --git a/src/Changes.txt b/src/Changes.txt
index bbc75a495eecf0fa4bfcc2252512ed79f28d6e9a..682fccd00152a9a23505926a9dd54c8ce8883398 100644
--- a/src/Changes.txt
+++ b/src/Changes.txt
@@ -120,6 +120,11 @@ qhull 2010.1 2010/01/09
  - Order object files by frequency of execution for better locality.
  - Fix tabs in Makefile.txt [mschamschula]
  
+qhull 2009.1.1 2010/01/09
+
+Patch release of 2009.1 with poly.c-qh_gethash.patch from gitorious.org/qhull
+qh_gethash allowed a negative result, causing overwrite or segfault
+
 qhull 2010.1 2010/01/07
  - Assign type to qh.old_qhstat and memT.tempstack [amorilia]
  - Replace tabs with spaces.