You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by jg...@apache.org on 2005/10/28 23:39:55 UTC

svn commit: r329309 - /httpd/mod_python/trunk/Doc/appendixc.tex

Author: jgallacher
Date: Fri Oct 28 14:39:52 2005
New Revision: 329309

URL: http://svn.apache.org/viewcvs?rev=329309&view=rev
Log:
Updated the changes from 3.1.4 section of the docs.

Modified:
    httpd/mod_python/trunk/Doc/appendixc.tex

Modified: httpd/mod_python/trunk/Doc/appendixc.tex
URL: http://svn.apache.org/viewcvs/httpd/mod_python/trunk/Doc/appendixc.tex?rev=329309&r1=329308&r2=329309&view=diff
==============================================================================
--- httpd/mod_python/trunk/Doc/appendixc.tex (original)
+++ httpd/mod_python/trunk/Doc/appendixc.tex Fri Oct 28 14:39:52 2005
@@ -99,6 +99,18 @@
       Potential deadlock in psp cache handling fixed
     \item
       Fixed bug where sessions are used outside <Directory> directive.
+    \item 
+      Fixed compile problem on IRIX. ln -s requires both TARGET and LINK_NAME
+      on IRIX. ie. ln -s TARGET LINK_NAME
+    \item
+      Fixed ./configure problem on SuSE Linux 9.2 (x86-64). Python libraries
+      are in lib64/ for this platform.
+    \item
+      Fixed req.sendfile() problem where sendfile(filename) the sends incorrect
+      number of bytes when filename is a symlink. 
+    \item
+      Fixed problem where util.FieldStorage was not correctly checking the mime
+      types of POSTed entities
 \end{itemize}
 
 \chapter{Changes from Previous Major Version (2.x)\label{app-changes}}