From 700e7497341cda75ed2e3a354fb59d43229ec1ec Mon Sep 17 00:00:00 2001
From: Brad Barber <bradb@shore.net>
Date: Sat, 9 Jan 2010 19:04:49 -0500
Subject: [PATCH] Update download page for qhull-2009.1.1

---
 html/qh-get.htm | 15 ++++++++-------
 src/Changes.txt |  5 +++++
 2 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/html/qh-get.htm b/html/qh-get.htm
index 0608139..76eb1e3 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 bbc75a4..682fccd 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.
-- 
GitLab