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 2006/03/05 20:43:08 UTC

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

Author: jgallacher
Date: Sun Mar  5 11:43:07 2006
New Revision: 383382

URL: http://svn.apache.org/viewcvs?rev=383382&view=rev
Log:
Change chapter labels.
Added apache 2.2 and bash 3.1.x fixes to changes from 3.2.8 section.

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=383382&r1=383381&r2=383382&view=diff
==============================================================================
--- httpd/mod_python/trunk/Doc/appendixc.tex (original)
+++ httpd/mod_python/trunk/Doc/appendixc.tex Sun Mar  5 11:43:07 2006
@@ -1,6 +1,6 @@
-\chapter{Changes from Version (3.2.7)\label{app-changes}}
+\chapter{Changes from Version (3.2.8)\label{app-changes-from-3.2.8}}
 
-\indexii{Changes from}{version 3.2.7}
+\indexii{Changes from}{version 3.2.8}
   
   New Features
 
@@ -37,6 +37,9 @@
       of Python options set at global scope within the Apache configuration.
       That is, outside of the context of any VirtualHost, Location, Directory
       or Files directives.
+    \item
+      (\citetitle[http://issues.apache.org/jira/browse/MODPYTHON-78]{MODPYTHON-78})
+      Added support for Apache 2.2
   \end{itemize}
 
   Improvements
@@ -88,9 +91,27 @@
       \code{apache.DONE} and not \code{apache.OK} otherwise it will not give
       desired result if used in non content handler phase or where there are
       stacked content handlers.
+    \item
+      (\citetitle[http://issues.apache.org/jira/browse/MODPYTHON-122]{MODPYTHON-122})
+      Fixed configure problem when using bash 3.1.x.
+  \end{itemize}
+
+\chapter{Changes from Version (3.2.7)\label{app-changes-from-3.2.7}}
+
+\indexii{Changes from}{version 3.2.7}
+
+  Security Fix 
+
+  \begin{itemize}
+    \item
+    (\citetitle[http://issues.apache.org/jira/browse/MODPYTHON-135]{MODPYTHON-135})
+    Fixed possible directory traversal attack in FileSession. The session
+    id is now checked to ensure it only contains valid characters. This
+    check is performed for all sessions derived from the BaseSession 
+    class. 
   \end{itemize}
 
-\chapter{Changes from Version (3.1.4)\label{app-changes}}
+\chapter{Changes from Version (3.1.4)\label{app-changes-from-3.1.4}}
 
 \indexii{Changes from}{version 3.1.4}
   
@@ -230,7 +251,7 @@
       Fixed potential buffer corruption bug in connection object read().
 \end{itemize}
 
-\chapter{Changes from Previous Major Version (2.x)\label{app-changes}}
+\chapter{Changes from Previous Major Version (2.x)\label{app-changes-from-2.x}}
 
 \indexii{Changes from}{version 2.x}