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:28:51 UTC

svn commit: r383376 - /httpd/mod_python/branches/3.2.x/Doc/appendixc.tex

Author: jgallacher
Date: Sun Mar  5 11:28:50 2006
New Revision: 383376

URL: http://svn.apache.org/viewcvs?rev=383376&view=rev
Log:
Updated changes section in docs.

Modified:
    httpd/mod_python/branches/3.2.x/Doc/appendixc.tex

Modified: httpd/mod_python/branches/3.2.x/Doc/appendixc.tex
URL: http://svn.apache.org/viewcvs/httpd/mod_python/branches/3.2.x/Doc/appendixc.tex?rev=383376&r1=383375&r2=383376&view=diff
==============================================================================
--- httpd/mod_python/branches/3.2.x/Doc/appendixc.tex (original)
+++ httpd/mod_python/branches/3.2.x/Doc/appendixc.tex Sun Mar  5 11:28:50 2006
@@ -1,3 +1,23 @@
+\chapter{Changes from Version (3.2.8)\label{app-changes}}
+
+\indexii{Changes from}{version 3.2.8}
+
+  New Features
+
+  \begin{itemize}
+    \item
+      (\citetitle[http://issues.apache.org/jira/browse/MODPYTHON-78]{MODPYTHON-78})
+      Added support for Apache 2.2.
+  \end{itemize}
+ 
+  Bug Fixes
+
+  \begin{itemize}
+    \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}}
 
 \indexii{Changes from}{version 3.2.7}
@@ -6,10 +26,12 @@
 
   \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.
+    class. 
   \end{itemize}
  
 \chapter{Changes from Version (3.1.4)\label{app-changes}}