~ubuntu-branches/ubuntu/dapper/libapache2-mod-python/dapper-security

« back to all changes in this revision

Viewing changes to Doc/appendixc.tex

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-09-06 20:27:57 UTC
  • Revision ID: james.westby@ubuntu.com-20040906202757-yzpyu1bcabgpjtiu
Tags: upstream-3.1.3
ImportĀ upstreamĀ versionĀ 3.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\chapter{Changes from Previous Major Version (2.x)\label{app-changes}}
 
2
 
 
3
\indexii{Changes from}{version 2.x}
 
4
 
 
5
\begin{itemize}
 
6
 
 
7
\item
 
8
Mod_python 3.0 no longer works with Apache 1.3, only Apache 2.x is
 
9
supported.
 
10
\item
 
11
Mod_python no longer works with Python versions less than 2.2.1
 
12
\item 
 
13
Mod_python now supports Apache filters.
 
14
\item 
 
15
Mod_python now supports Apache connection handlers.
 
16
\item 
 
17
Request object supports internal_redirect().
 
18
\item
 
19
Connection object has read(), readline() and write().
 
20
\item
 
21
Server object has get_config().
 
22
\item
 
23
\index{Httpdapy} \index{httpdapi}
 
24
Httpdapi handler has been deprecated.
 
25
\item
 
26
\index{ZPublisher}
 
27
Zpublisher handler has been deprecated.
 
28
\item
 
29
Username is now in req.user instead of req.connection.user
 
30
 
 
31
\end{itemize}