~ubuntu-branches/ubuntu/karmic/libapache2-mod-python/karmic-updates

« back to all changes in this revision

Viewing changes to doc-html/app-changes.html

  • 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<title>A. Changes from Previous Major Version (2.x)</title>
 
5
<META NAME="description" CONTENT="A. Changes from Previous Major Version (2.x)">
 
6
<META NAME="keywords" CONTENT="modpython">
 
7
<META NAME="resource-type" CONTENT="document">
 
8
<META NAME="distribution" CONTENT="global">
 
9
<link rel="STYLESHEET" href="modpython.css">
 
10
<link rel="first" href="modpython.html">
 
11
<link rel="contents" href="contents.html" title="Contents">
 
12
<link rel="index" href="genindex.html" title="Index">
 
13
<LINK REL="next" href="genindex.html">
 
14
<LINK REL="previous" href="handlers.html">
 
15
<LINK REL="up" HREF="modpython.html">
 
16
<LINK REL="next" href="genindex.html">
 
17
</head>
 
18
<body>
 
19
<DIV CLASS="navigation">
 
20
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
21
<tr>
 
22
<td><A href="hand-cgi.html"><img src="icons/previous.gif"
 
23
  border="0" height="32"
 
24
  alt="Previous Page" width="32"></A></td>
 
25
<td><A HREF="modpython.html"><img src="icons/up.gif"
 
26
  border="0" height="32"
 
27
  alt="Up One Level" width="32"></A></td>
 
28
<td><A href="genindex.html"><img src="icons/next.gif"
 
29
  border="0" height="32"
 
30
  alt="Next Page" width="32"></A></td>
 
31
<td align="center" width="100%">Mod_python Manual</td>
 
32
<td><A href="contents.html"><img src="icons/contents.gif"
 
33
  border="0" height="32"
 
34
  alt="Contents" width="32"></A></td>
 
35
<td><img src="icons/blank.gif"
 
36
  border="0" height="32"
 
37
  alt="" width="32"></td>
 
38
<td><A href="genindex.html"><img src="icons/index.gif"
 
39
  border="0" height="32"
 
40
  alt="Index" width="32"></A></td>
 
41
</tr></table>
 
42
<b class="navlabel">Previous:</b> <a class="sectref" href="hand-cgi.html">6.3 CGI Handler</A>
 
43
<b class="navlabel">Up:</b> <a class="sectref" HREF="modpython.html">Mod_python Manual</A>
 
44
<b class="navlabel">Next:</b> <a class="sectref" href="genindex.html">Index</A>
 
45
<br><hr>
 
46
</DIV>
 
47
<!--End of Navigation Panel-->
 
48
 
 
49
<H1><A NAME="SECTION009000000000000000000">&nbsp;</A>
 
50
<BR>
 
51
A. Changes from Previous Major Version (2.x)
 
52
</H1>
 
53
 
 
54
<P>
 
55
<a name="l2h-252">&nbsp;</a>
 
56
<P>
 
57
 
 
58
<UL>
 
59
<LI>Mod_python 3.0 no longer works with Apache 1.3, only Apache 2.x is
 
60
supported.
 
61
</LI>
 
62
<LI>Mod_python no longer works with Python versions less than 2.2.1
 
63
</LI>
 
64
<LI>Mod_python now supports Apache filters.
 
65
</LI>
 
66
<LI>Mod_python now supports Apache connection handlers.
 
67
</LI>
 
68
<LI>Request object supports internal_redirect().
 
69
</LI>
 
70
<LI>Connection object has read(), readline() and write().
 
71
</LI>
 
72
<LI>Server object has get_config().
 
73
</LI>
 
74
<LI><a name="l2h-253">&nbsp;</a>Httpdapi handler has been deprecated.
 
75
</LI>
 
76
<LI><a name="l2h-254">&nbsp;</a>Zpublisher handler has been deprecated.
 
77
</LI>
 
78
<LI>Username is now in req.user instead of req.connection.user
 
79
 
 
80
<P>
 
81
</LI>
 
82
</UL>
 
83
 
 
84
<P>
 
85
 
 
86
<DIV CLASS="navigation">
 
87
<p><hr>
 
88
<table align="center" width="100%" cellpadding="0" cellspacing="2">
 
89
<tr>
 
90
<td><A href="hand-cgi.html"><img src="icons/previous.gif"
 
91
  border="0" height="32"
 
92
  alt="Previous Page" width="32"></A></td>
 
93
<td><A HREF="modpython.html"><img src="icons/up.gif"
 
94
  border="0" height="32"
 
95
  alt="Up One Level" width="32"></A></td>
 
96
<td><A href="genindex.html"><img src="icons/next.gif"
 
97
  border="0" height="32"
 
98
  alt="Next Page" width="32"></A></td>
 
99
<td align="center" width="100%">Mod_python Manual</td>
 
100
<td><A href="contents.html"><img src="icons/contents.gif"
 
101
  border="0" height="32"
 
102
  alt="Contents" width="32"></A></td>
 
103
<td><img src="icons/blank.gif"
 
104
  border="0" height="32"
 
105
  alt="" width="32"></td>
 
106
<td><A href="genindex.html"><img src="icons/index.gif"
 
107
  border="0" height="32"
 
108
  alt="Index" width="32"></A></td>
 
109
</tr></table>
 
110
<b class="navlabel">Previous:</b> <a class="sectref" href="hand-cgi.html">6.3 CGI Handler</A>
 
111
<b class="navlabel">Up:</b> <a class="sectref" HREF="modpython.html">Mod_python Manual</A>
 
112
<b class="navlabel">Next:</b> <a class="sectref" href="genindex.html">Index</A>
 
113
<hr>
 
114
<span class="release-info">Release 3.1.3, documentation updated on February 17, 2004.</span>
 
115
</DIV>
 
116
<!--End of Navigation Panel-->
 
117
 
 
118
</BODY>
 
119
</HTML>