~ubuntu-branches/ubuntu/gutsy/libapache2-mod-python/gutsy

« back to all changes in this revision

Viewing changes to doc-html/node98.html

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2007-04-12 20:52:05 UTC
  • mfrom: (1.2.4 upstream) (1.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20070412205205-j4qlsw3o4tl615iq
Tags: 3.3.1-1
* New upstream release
* Remove configure and mod_python.h files in clean rule to make the diff.gz
  file smaller
* Current Python version in libapache2-mod-pythonX.Y package name (Provides:
  field) filled in automatically.
* Added XS-Vcs-Browser field

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
 
<link rel="STYLESHEET" href="modpython.css" type='text/css'>
5
 
<link rel="first" href="modpython.html" title='Mod_python Manual'>
6
 
<link rel='contents' href='contents.html' title="Contents">
7
 
<link rel='index' href='genindex.html' title='Index'>
8
 
<link rel='last' href='about.html' title='About this document...'>
9
 
<link rel='help' href='about.html' title='About this document...'>
10
 
<LINK REL="next" HREF="node99.html">
11
 
<LINK REL="prev" href="handlers.html">
12
 
<LINK REL="parent" HREF="modpython.html">
13
 
<LINK REL="next" HREF="node99.html">
14
 
<meta name='aesop' content='information'>
15
 
<META NAME="description" CONTENT="A. Changes from Version (3.2.8)">
16
 
<META NAME="keywords" CONTENT="modpython">
17
 
<META NAME="resource-type" CONTENT="document">
18
 
<META NAME="distribution" CONTENT="global">
19
 
<title>A. Changes from Version (3.2.8)</title>
20
 
</head>
21
 
<body>
22
 
<DIV CLASS="navigation">
23
 
<table align="center" width="100%" cellpadding="0" cellspacing="2">
24
 
<tr>
25
 
<td><a rel="prev" title="6.3 CGI Handler" 
26
 
  href="hand-cgi.html"><img src='previous.gif'
27
 
  border='0' height='32'  alt='Previous Page' width='32'></A></td>
28
 
<td><a rel="parent" title="Mod_python Manual" 
29
 
  HREF="modpython.html"><img src='up.gif'
30
 
  border='0' height='32'  alt='Up One Level' width='32'></A></td>
31
 
<td><a rel="next" title="B. Changes from Version" 
32
 
  HREF="node99.html"><img src='next.gif'
33
 
  border='0' height='32'  alt='Next Page' width='32'></A></td>
34
 
<td align="center" width="100%">Mod_python Manual</td>
35
 
<td><a rel="contents" title="Table of Contents" 
36
 
  href="contents.html"><img src='contents.gif'
37
 
  border='0' height='32'  alt='Contents' width='32'></A></td>
38
 
<td><img src='blank.gif'
39
 
  border='0' height='32'  alt='' width='32'></td>
40
 
<td><a rel="index" title="Index" 
41
 
  href="genindex.html"><img src='index.gif'
42
 
  border='0' height='32'  alt='Index' width='32'></A></td>
43
 
</tr></table>
44
 
<b class="navlabel">Previous:</b>
45
 
<a class="sectref" rel="prev" href="hand-cgi.html">6.3 CGI Handler</A>
46
 
<b class="navlabel">Up:</b>
47
 
<a class="sectref" rel="parent" HREF="modpython.html">Mod_python Manual</A>
48
 
<b class="navlabel">Next:</b>
49
 
<a class="sectref" rel="next" HREF="node99.html">B. Changes from Version</A>
50
 
<br><hr>
51
 
</DIV>
52
 
<!--End of Navigation Panel-->
53
 
 
54
 
<H1><A NAME="SECTION009000000000000000000">&nbsp;</A>
55
 
<BR>
56
 
A. Changes from Version (3.2.8)
57
 
</H1>
58
 
 
59
 
<P>
60
 
<a name="l2h-274">&nbsp;</a>
61
 
<P>
62
 
New Features
63
 
 
64
 
<P>
65
 
 
66
 
<UL>
67
 
<LI>(<em class="citetitle"><a
68
 
 href="http://issues.apache.org/jira/browse/MODPYTHON-78"
69
 
 title="MODPYTHON-78"
70
 
 >MODPYTHON-78</a></em>)
71
 
      Added support for Apache 2.2.
72
 
</LI>
73
 
<LI>(<em class="citetitle"><a
74
 
 href="http://issues.apache.org/jira/browse/MODPYTHON-94"
75
 
 title="MODPYTHON-94"
76
 
 >MODPYTHON-94</a></em>)
77
 
      New <code>req.is_https()</code> and <code>req.ssl_var_lookup()</code> methods.
78
 
      These communicate direct with the Apache mod_ssl module, allowing
79
 
      it to be determined if the connection is using SSL/TLS and what the
80
 
      values of internal ssl variables are.
81
 
</LI>
82
 
<LI>(<em class="citetitle"><a
83
 
 href="http://issues.apache.org/jira/browse/MODPYTHON-137"
84
 
 title="MODPYTHON-137"
85
 
 >MODPYTHON-137</a></em>)
86
 
      New <code>req.server.get_options()</code> method. This returns the subset
87
 
      of Python options set at global scope within the Apache configuration.
88
 
      That is, outside of the context of any VirtualHost, Location, Directory
89
 
      or Files directives.
90
 
</LI>
91
 
<LI>(<em class="citetitle"><a
92
 
 href="http://issues.apache.org/jira/browse/MODPYTHON-131"
93
 
 title="MODPYTHON-131"
94
 
 >MODPYTHON-131</a></em>)
95
 
      The directory used for mutex locks can now be specified at 
96
 
      at compile time using <code>./configure -&#45;with-mutex-dir value</code>
97
 
      or at run time with <code>PythonOption mod_python.mutex_directory value</code>.
98
 
</LI>
99
 
<LI>(<em class="citetitle"><a
100
 
 href="http://issues.apache.org/jira/browse/MODPYTHON-145"
101
 
 title="MODPYTHON-145"
102
 
 >MODPYTHON-145</a></em>)
103
 
      The number of mutex locks can now be specified at run time with
104
 
      <code>PythonOption mod_python.mutex_locks value</code>.
105
 
</LI>
106
 
<LI>(<em class="citetitle"><a
107
 
 href="http://issues.apache.org/jira/browse/MODPYTHON-172"
108
 
 title="MODPYTHON-172"
109
 
 >MODPYTHON-172</a></em>)
110
 
      Fixed three memory leaks that were found in _apachemodule.parse_qsl, req.readlines
111
 
      and util.cfgtree_walk.
112
 
  
113
 
</LI>
114
 
</UL>
115
 
 
116
 
<P>
117
 
Improvements
118
 
 
119
 
<P>
120
 
 
121
 
<UL>
122
 
<LI>(<em class="citetitle"><a
123
 
 href="http://issues.apache.org/jira/browse/MODPYTHON-77"
124
 
 title="MODPYTHON-77"
125
 
 >MODPYTHON-77</a></em>)
126
 
      Third party C modules that use the simplified API for the Global
127
 
      Interpreter Lock (GIL), as described in PEP 311, can now be used. The
128
 
      only requirement is that such modules can only be used in the context
129
 
      of the "<tt class="samp">main_interpreter</tt>".
130
 
</LI>
131
 
<LI>(<em class="citetitle"><a
132
 
 href="http://issues.apache.org/jira/browse/MODPYTHON-119"
133
 
 title="MODPYTHON-119"
134
 
 >MODPYTHON-119</a></em>)
135
 
      DbmSession unit test no longer uses the default directory for the dbm file,
136
 
      so the test will not interfer with the user's current apache instance.
137
 
</LI>
138
 
<LI>(<em class="citetitle"><a
139
 
 href="http://issues.apache.org/jira/browse/MODPYTHON-158"
140
 
 title="MODPYTHON-158"
141
 
 >MODPYTHON-158</a></em>)
142
 
      Added additional debugging and logging output for where mod_python
143
 
      cannot initialise itself properly due to Python or mod_python version
144
 
      mismatches or missing Python module code files.
145
 
  
146
 
</LI>
147
 
</UL>
148
 
 
149
 
<P>
150
 
Bug Fixes
151
 
 
152
 
<P>
153
 
 
154
 
<UL>
155
 
<LI>(<em class="citetitle"><a
156
 
 href="http://issues.apache.org/jira/browse/MODPYTHON-122"
157
 
 title="MODPYTHON-122"
158
 
 >MODPYTHON-122</a></em>)
159
 
      Fixed configure problem when using bash 3.1.x.
160
 
</LI>
161
 
<LI>(<em class="citetitle"><a
162
 
 href="http://issues.apache.org/jira/browse/MODPYTHON-173"
163
 
 title="MODPYTHON-173"
164
 
 >MODPYTHON-173</a></em>)
165
 
      Fixed DbmSession to create db file with mode 0640.
166
 
</LI>
167
 
<LI>(<em class="citetitle"><a
168
 
 href="http://issues.apache.org/jira/browse/MODPYTHON-84"
169
 
 title="MODPYTHON-84"
170
 
 >MODPYTHON-84</a></em>)
171
 
      Fixed request.sendfile() bug for symlinked files on Win32.
172
 
  
173
 
</LI>
174
 
</UL>
175
 
 
176
 
<P>
177
 
 
178
 
<DIV CLASS="navigation">
179
 
<p><hr>
180
 
<table align="center" width="100%" cellpadding="0" cellspacing="2">
181
 
<tr>
182
 
<td><a rel="prev" title="6.3 CGI Handler" 
183
 
  rel="prev" title="6.3 CGI Handler" 
184
 
  href="hand-cgi.html"><img src='previous.gif'
185
 
  border='0' height='32'  alt='Previous Page' width='32'></A></td>
186
 
<td><a rel="parent" title="Mod_python Manual" 
187
 
  rel="parent" title="Mod_python Manual" 
188
 
  HREF="modpython.html"><img src='up.gif'
189
 
  border='0' height='32'  alt='Up One Level' width='32'></A></td>
190
 
<td><a rel="next" title="B. Changes from Version" 
191
 
  rel="next" title="B. Changes from Version" 
192
 
  HREF="node99.html"><img src='next.gif'
193
 
  border='0' height='32'  alt='Next Page' width='32'></A></td>
194
 
<td align="center" width="100%">Mod_python Manual</td>
195
 
<td><a rel="contents" title="Table of Contents" 
196
 
  rel="contents" title="Table of Contents" 
197
 
  href="contents.html"><img src='contents.gif'
198
 
  border='0' height='32'  alt='Contents' width='32'></A></td>
199
 
<td><img src='blank.gif'
200
 
  border='0' height='32'  alt='' width='32'></td>
201
 
<td><a rel="index" title="Index" 
202
 
  rel="index" title="Index" 
203
 
  href="genindex.html"><img src='index.gif'
204
 
  border='0' height='32'  alt='Index' width='32'></A></td>
205
 
</tr></table>
206
 
<b class="navlabel">Previous:</b>
207
 
<a class="sectref" rel="prev" href="hand-cgi.html">6.3 CGI Handler</A>
208
 
<b class="navlabel">Up:</b>
209
 
<a class="sectref" rel="parent" HREF="modpython.html">Mod_python Manual</A>
210
 
<b class="navlabel">Next:</b>
211
 
<a class="sectref" rel="next" HREF="node99.html">B. Changes from Version</A>
212
 
<hr>
213
 
<span class="release-info">Release 3.2.10, documentation updated on July 19, 2006.</span>
214
 
</DIV>
215
 
<!--End of Navigation Panel-->
216
 
 
217
 
</BODY>
218
 
</HTML>