File: changelog

package info (click to toggle)
libapache-mod-python 2%3A2.7.11-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,328 kB
  • ctags: 848
  • sloc: ansic: 2,785; python: 1,115; sh: 299; makefile: 285
file content (253 lines) | stat: -rw-r--r-- 9,666 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
libapache-mod-python (2:2.7.11-2) unstable; urgency=low

  * Re-enable -DEAPI option in src/Makefile.in, see
    debian/patches/01_makefiles-configure.dpatch (closes: #387647).

 -- Jeremie Corbier <jeremie.corbier@resel.enst-bretagne.fr>  Fri, 15 Sep 2006 21:06:08 +0200

libapache-mod-python (2:2.7.11-1) unstable; urgency=medium

  * New maintainer (closes: #379680).
  * New upstream release.
  * Acknowledge non-maintainer upload 2:2.7.10-4.1 (closes: #362473).
  * New python policy transition (closes: #373562).
  * Remove README (useless compilation instructions) from binary packages
    (closes: #298101).
  * Bump compatibility level to 5.
  * Bump Standards version to 3.7.2.1 (no changes).

 -- Jeremie Corbier <jeremie.corbier@resel.enst-bretagne.fr>  Fri, 25 Aug 2006 16:48:15 +0200

libapache-mod-python (2:2.7.10-4.1) unstable; urgency=low

  * Non-maintainer upload.
  * Drop support for python2.1 and python2.2, add
    libapache-mod-python2.4. Thanks to Stefan Huehner.
    Closes: #362473.
  * Remove useless python depends from libapache-mod-python.
  * Update the debhelper compatibility version in debian/rules.
  * Replace dh_installmanpages by dh_installman into debian/rules.

 -- Arnaud Fontaine <arnaud@andesi.org>  Thu, 20 Apr 2006 00:54:21 +0200

libapache-mod-python (2:2.7.10-4) unstable; urgency=high

  * Security bug fix for information leak vulnerability CVE CAN-2005-0088

 -- Peter Hawkins <peterh@debian.org>  Fri, 11 Feb 2005 22:35:59 +1100

libapache-mod-python (2:2.7.10-3) unstable; urgency=low

  * debian/control: Added python to the build dependencies. (closes: #259135)
  * debian/README.Debian: Added note to Debian readme suggesting the
    removal of the text/x-python mime-type from /etc/apache/mime.types
    if necessary. (closes: #233124)

 -- Peter Hawkins <peterh@debian.org>  Tue, 13 Jul 2004 17:04:47 +1000

libapache-mod-python (2:2.7.10-2) unstable; urgency=low

  * Fix file upload when using python 2.3 (the python __methods__ attribute
    on an object appears to have been removed, upstream patch from version
    3.0 was applied, thanks to Jeff Bailey). (closes: #228198)

 -- Peter Hawkins <peterh@debian.org>  Mon, 19 Jan 2004 12:09:01 +1100

libapache-mod-python (2:2.7.10-1) unstable; urgency=low

  * New upstream release fixes segmentation faults on empty query string
    components. (closes: #222828)
  * dh_python is now used to compile the python scripts.
  * modules-config is now used to enable apache modules rather than
    apacheconfig (closes: #218975)
  * Remove spaces from around the authentication realm sent by the publisher
    handler (closes: #220197)
  * Provide a default lookup for index.py, if available. (closes: #217229)

 -- Peter Hawkins <peterh@debian.org>  Tue,  9 Dec 2003 14:06:45 +1100

libapache-mod-python (2:2.7.8-8) unstable; urgency=low

  * Updated standards version to 3.6.1.
  * Applied a patch from Jeff Bailey which makes the publisher handler default
    to adding /index to the end of a python file name, instead of the
    server error which is the current default. This shouldn't break anything
    and makes the end result a bit more user-friendly. (closes: #216407).
  * Acknowledge previous NMU (closes: #206660).
  * Split the building of architecture dependent and independent packages. 

 -- Peter Hawkins <peterh@debian.org>  Sun, 19 Oct 2003 09:33:17 +1000

libapache-mod-python (2:2.7.8-7.1) unstable; urgency=low

  * NMU
  * Use python2.3 as the default python version (closes: #206660).

 -- Matthias Klose <doko@debian.org>  Tue, 26 Aug 2003 07:42:03 +0200

libapache-mod-python (2:2.7.8-7) unstable; urgency=low

  * debian/*.postrm: Added 'exit 0' to the end of the postinst to fix problems
    on purge (closes: #193810).
  * Since this is a new upload, the package will be rebuilt, fixing #194738.
    It would still be nice to know what went wrong here, but maybe it isn't
    worth chasing down. (closes: #194738)
  * Updated Standards Version to 3.5.10.
  * Removed Build-Depend on libdb2-dev (since apache now uses libdb4.1
    instead, and the Build-Dep on apache-dev will pull this in).
  * Fixed postinst scripts so they don't die when apache is not installed. 

 -- Peter Hawkins <peterh@debian.org>  Tue, 10 Jun 2003 19:20:42 +1000

libapache-mod-python (2:2.7.8-6) unstable; urgency=low

  * debian/control: Made libapache-mod-python's dependency on
    libapache-mod-python2.2 versioned (closes: #171703)
  * debian/control: Updated standards version to 3.5.8. 

 -- Peter Hawkins <peterh@debian.org>  Thu,  5 Dec 2002 18:04:22 +1100

libapache-mod-python (2:2.7.8-5) unstable; urgency=low

  * Linked against new libpython2.?-pic.a libraries to fix build problems
    on some archictectures. Bumped build dependency versions. This also
    fixes a broken python2.1-dev package on ia64.
    (closes: #163478, #164629)

 -- Peter Hawkins <peterh@debian.org>  Wed, 16 Oct 2002 10:19:12 +1000

libapache-mod-python (2:2.7.8-4) unstable; urgency=low

  * Statically linked to python library to fix segfaults.
    There was some fairly deranged wierdness happening due to linking
    Python as a shared library. No-one really knew what was going on
    upstream, so I have made the linking static until such time as
    this bug can be properly fixed. (closes: #135346, #152750)
  * Updated Standards version to 3.5.7

 -- Peter Hawkins <peterh@debian.org>  Sun,  6 Oct 2002 09:32:31 +1000

libapache-mod-python (2:2.7.8-3) unstable; urgency=low

  * Changed default python version to 2.2.
  * Added python 2.3 version.
  * Added extra Conflicts: lines to make dpkg really happy.

 -- Peter Hawkins <peterh@debian.org>  Sat, 14 Sep 2002 10:30:02 +1000

libapache-mod-python (2:2.7.8-2) unstable; urgency=low

  * New maintainer (peterh@debian.org) with Kevin's permission.
  * Recompiled with new libc6 (closes: #156619)
  * The new upstream version in the NMU has fixed some bugs (at least, I
    assume so, because I can't reproduce them). (closes: #135346)
  * Provided multiple versions of package for different python versions
    (closes: #136081) 

 -- Peter Hawkins <peterh@debian.org>  Sat, 17 Aug 2002 12:29:53 +1000

libapache-mod-python (2:2.7.8-0.1) unstable; urgency=high

  * NMU, with security fix
  * New upstream release
    - Fixes "indirect import" security hole (closes: #143949)
  * Fixed dist-clean target in Makefile.in to delete src/Makefile
    and Doc/Makefile so the source cleans properly

 -- Adam Conrad <adconrad@0c3.net>  Sat, 27 Apr 2002 10:12:55 -0600

libapache-mod-python (2:2.7.6-1) unstable; urgency=low

  * Made it compile with shared lib.
    Closes: #127213
  * Recompiled with latest python2.1 which has a patch which fixed problems with mod-python.
    Closes: #126164
  * Also fixed the versioning a bit. Not sure why I used 2.7.6.1 and not 2.7.6-1.
    Its all in the fruit loops.

 -- Kevin Lindsay <klindsay@debian.org>  Wed, 16 Jan 2002 06:55:38 +0000

libapache-mod-python (1:2.7.6.1) unstable; urgency=low

  * New minor version.
  * Updated package to work with new python 2.1 base packages.
  * Fixed scripts.
    Closes: #118269, #107274, #112643, #115803

 -- Kevin Lindsay <klindsay@debian.org>  Sat, 10 Nov 2001 09:08:08 +0000

libapache-mod-python (1:2.7.5-1) unstable; urgency=low

  * Bug Fix Release.
  * Fixed maintainer scripts.
    Closes: #98543
  * Can't duplicate bug #99736 but I have a good suspicion that the above
    fix will fix it. If not please reopen.
    Closes: #99736

 -- Kevin Lindsay <klindsay@debian.org>  Wed,  4 Jul 2001 17:46:37 -0700

libapache-mod-python (1:2.7.3-1) unstable; urgency=low

  * Bug Fix Release. 

 -- Kevin Lindsay <klindsay@debian.org>  Mon, 21 May 2001 15:25:26 -0700

libapache-mod-python (1:2.7.2-4) unstable; urgency=low

  * Added libdb2-dev to build depends
  * Adding commas to by closes list.
    Closes: #86543, #58582, #48804, #66707

 -- Kevin Lindsay <klindsay@debian.org>  Mon, 19 Feb 2001 01:25:59 -0800

libapache-mod-python (1:2.7.2-3) unstable; urgency=low

  * Now byte compiles module with /usr/bin/python2 instead of /usr/bin/python.
    Closes: #85849
  * Closing bug from last change (1:2.7.2-2) Closes: #85790
  * Closing bugs because of module content change. This is no longer
    pyapache as of 1:2.7.1-1.
    Closes: #62413 #58582 #48804 #66707

 -- Kevin Lindsay <klindsay@debian.org>  Thu, 15 Feb 2001 23:32:17 -0800

libapache-mod-python (1:2.7.2-2) unstable; urgency=low

  * Made configure check for /usr/bin/python2 instead of /usr/bin/python
    since it requires python2 not python 1.5.

 -- Kevin Lindsay <klindsay@debian.org>  Wed, 14 Feb 2001 23:59:33 -0800

libapache-mod-python (1:2.7.2-1) unstable; urgency=low

  * New Version.

 -- Kevin Lindsay <klindsay@debian.org>  Mon, 12 Feb 2001 01:15:59 -0800

libapache-mod-python (1:2.7.1-3) unstable; urgency=low

  * Fixed a build-depends. changes python2-base to python2-dev

 -- Kevin Lindsay <klindsay@debian.org>  Mon, 12 Feb 2001 01:15:41 -0800

libapache-mod-python (1:2.7.1-2) unstable; urgency=low

  * Fixed some lintian warnings and errors. It still reports and error
    regarding the mod_python.so not being compiled with pic code. Each
    object file is compiled with -fPIC so it should be fine. If someone
    finds the reason, please let me know.

 -- Kevin Lindsay <klindsay@debian.org>  Tue, 30 Jan 2001 00:56:06 -0800

libapache-mod-python (1:2.7.1-1) unstable; urgency=low

  * Adopted from <flight@debian.org>.
  * Contents of package changed from PyApache to mod_python.
  * Closes: #83417

 -- Kevin Lindsay <klindsay@debian.org>  Fri, 19 Jan 2001 15:47:33 -0800

Local variables:
mode: debian-changelog
End: