File: changelog

package info (click to toggle)
libapache2-mod-perl2 2.0.4-7%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 9,896 kB
  • ctags: 3,820
  • sloc: perl: 56,663; ansic: 14,001; makefile: 93; sh: 38
file content (498 lines) | stat: -rw-r--r-- 18,904 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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
libapache2-mod-perl2 (2.0.4-7+squeeze1) stable-security; urgency=high

  * Fix FTBFS with versions of perl including the CVE-2013-1667
    fix (Closes: #702821)

 -- Dominic Hargreaves <dom@earth.li>  Sat, 16 Mar 2013 15:17:51 +0000

libapache2-mod-perl2 (2.0.4-7) unstable; urgency=low

  * change source Section to 'httpd'
  * add a patch from Niko Tyni avoiding two warnings about use of uninitialized
    values, which break tests under Perl 5.12. (Closes: #578481)
  * add a patch fixinf spelling errors in POD and other documentation
  * add a patch fixinng POD errors
  * add a patch fixing bad manpage whatis name
  * Standards-Version: 3.8.4
    + support 'nockeck' in DEB_BUILD_OPTIONS as per Policy 3.8.1
  * describe all patches

 -- Damyan Ivanov <dmn@debian.org>  Wed, 21 Apr 2010 12:48:11 +0300

libapache2-mod-perl2 (2.0.4-6) unstable; urgency=high

  [ gregor herrmann ]
  * debian/control: Changed: (build-)depend on perl instead of perl-
    modules.

  [ Dario Minnucci ]
  * docs/index_top.html: Issued patch 099-fix-url-on-index_top.patch 
    to fix link URL. (Closes: #507606)

  [ Damyan Ivanov ]
  * add 100-svn-XSS-Status.patch; fixes XSS in Apache2::Status (CVE-2009-0796)
    Patch taken from r760926 of upstream SVN.
    Closes: #567635
  * .docs: drop debian/NEWS.Debian and Changes
  * -doc: depend on ${misc:Depends}
  * drop debian/NEWS (documents changes before oldstable)

 -- Damyan Ivanov <dmn@debian.org>  Sat, 30 Jan 2010 18:00:43 +0200

libapache2-mod-perl2 (2.0.4-5) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).

  [ Damyan Ivanov ]
  * add 010-doc-no-more-send_http_header.patch removing a forgotten
    send_http_header that is no nonger available in Registry.pod
    Closes: #507821 -- Can't locate object method "send_http_header" via
                       package "Apache2::RequestRec"

  [ gregor herrmann ]
  * debian/control: Added: ${misc:Depends} to Depends: field.

  [ Gunnar Wolf ]
  * Added conditional dependency on libapache2-mpm-itk (together with
    apache2). (Closes: #508910)
  * Added patch which created a FTBFS with the libwww-perl 5.813 to 5.820
    update (acknowledged upstream, will be included in next release)
    (Closes: #509457)
  * reordered debian/patches/series to match reality  

 -- Gunnar Wolf <gwolf@debian.org>  Fri, 26 Dec 2008 19:38:28 -0600

libapache2-mod-perl2 (2.0.4-4) unstable; urgency=medium

  [ Frank Lichtenheld ]
  * Convert debian/copyright to proposed new format.
  * Refer to Apache License in /usr/share/common-licenses.
  * Bump Standards-Version to 3.8.0.

  [ gregor herrmann ]
  * Add debian/README.source to document quilt usage, as required by
    Debian Policy since 3.8.0.

  [ Damyan Ivanov ]
  * add dependency on apache2 (>= 2.2.4) because of the new
    ap_get_server_banner symbol not available in previous apaches
    Closes: #503375: libapache2-mod-perl2 - Uses undefined symbol
                     ap_get_server_banner
    Thanks to Bastian Blank for reporting.

 -- Damyan Ivanov <dmn@debian.org>  Fri, 31 Oct 2008 14:00:39 +0200

libapache2-mod-perl2 (2.0.4-3) unstable; urgency=low

  * Add an alternative (and preferred) build-dependency on
    perl-modules (>= 5.10.0-14) to the libcgi-pm-perl one.
    This works around an sbuild bug (#395271) on the buildds.
    (Closes: #494677)

 -- Niko Tyni <ntyni@debian.org>  Mon, 15 Sep 2008 21:04:52 +0300

libapache2-mod-perl2 (2.0.4-2) unstable; urgency=medium

  * add explicit build-dependency on libcgi-pm-perl (>= 3.33) as the version
    of CGI.pm shipped in perl-modules fails with a taint failure when handling
    uploads. Thanks to Niko Tyni for the investigation.
    Closes: #480154 -- FTBFS on mips (cgiupload tests fail)
    - bump urgency to medium

 -- Damyan Ivanov <dmn@debian.org>  Mon, 11 Aug 2008 12:27:28 +0300

libapache2-mod-perl2 (2.0.4-1) unstable; urgency=low

  [ Damyan Ivanov ]
  * New upstream release. Support to Perl 5.10 added. Closes: #479240
  * Apache2::Reload was split in its own CPAN module, add
    libapache2-reload-perl to Recommends
  * Drop patches applied upstream
    + 005-regex-DoS-bug-433549.patch
    + 013-test-apache-status.patch
    + 015-nonvoid-return.patch
  * Drop Perl 5.10 related patches that are not needed now that upstream
    supports 5.10
    + 010-svn-fix-bleadperl.patch
    + 011-svn-fix-perl5.10-build.patch
    + 012-svn-more-perl5.10-fixes.patch

  [ Niko Tyni ]
  * 008_fix_version_check_in_t_response_TestAPI_server_const_pm.patch:
    dropped, no longer needed.

  [ gregor herrmann ]
  * debian/copyright: deduct years of copyright from Changes.
  * Add /me to Uploaders.

 -- gregor herrmann <gregoa@debian.org>  Sun, 04 May 2008 00:43:47 +0200

libapache2-mod-perl2 (2.0.3-5) unstable; urgency=low

  * debian/rules: Improve the test suite coverage by setting
    APACHE_TEST_EXTRA_ARGS="-httpd_conf /etc/apache2/apache2.conf"
    so that Apache::Test parses the right apache2 configuration file.
  * debian/patches/030-apxs-no-prefix.patch: fix a resulting warning
    from apxs2 looking for CFG_PREFIX, which is not set on Debian.
  * debian/patches/031-test-extra-args.patch: honour
    APACHE_TEST_EXTRA_ARGS with the top level test suite too.

 -- Niko Tyni <ntyni@debian.org>  Wed, 12 Mar 2008 23:15:59 +0200

libapache2-mod-perl2 (2.0.3-4) unstable; urgency=low

  * debian/patches/015-nonvoid-return.patch: make modperl_thx_interp_get()
    always return a value, fixing undefined behaviour that led to a SIGBUS 
    on sparc (Closes: #468327).
  * debian/patches/010-svn-fix-bleadperl.patch: add a null pointer reference
    fix from upstream SVN r481237.

 -- Niko Tyni <ntyni@debian.org>  Wed, 12 Mar 2008 14:53:51 +0200

libapache2-mod-perl2 (2.0.3-3) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza). Removed: XS-
    Vcs-Svn fields.
  * debian/rules: delete /usr/share/perl5 only if it exists.

  [ Frank Lichtenheld ]
  * debian/rules: Fix some typos and some dependencies
  * debian/patches/009-allow-parallel-build.patch: Fix Makefile.PL
    to allow parallel building. Fixes a misbuild with dpkg-buildpackage -j
    found by Daniel Schepler.
  * Standards-Version: 3.7.3 (no changes)
  * debhelper compatibility level 6

  [ Damyan Ivanov ]
  * add 011-svn-fix-perl5.10-build.patch. Closes: #462994
  * debian/rules:
    + replace debian/stamp-patched with $(QUILT_STAMPFN)
    + make install-stamp depend on build-stamp, not build
    + remove commented-out cdbs make rules
  * Use http://perl.apache.org/ for Homepage
  * Reformat NEWS.Debian, following DevRef 6.3.4. Thanks, lintian.
  * Drop "-1" revision from dependencies. Thanks, lintian.
  * Add copyright information to debian/copyright

  [ Niko Tyni ]
  * Don't ship an empty /usr/bin directory.
  * Fix the 'clean' target, broken when Makefile.PL got unpatched.
  * Add myself to Uploaders.
  * debian/patches:
    + remove those Debian patches included upstream from the source package,
      as they had not been applied since 2.0.3-1.
    + 010-svn-fix-bleadperl.patch: more Perl 5.10 fixes from upstream SVN.
    + 012-svn-more-perl5.10-fixes.patch: as above.
    + 013-test-apache-status.patch: make the apache_status.t test work with
      Perl 5.10 too. Upstream SVN r614146.

 -- Niko Tyni <ntyni@debian.org>  Wed, 27 Feb 2008 22:43:01 +0200

libapache2-mod-perl2 (2.0.3-2) unstable; urgency=low

  [ Damyan Ivanov ]
  * Upload to unstable
    + Closes: #401737 -- Please package latest libapache2-mod-perl2
      - Closes: #398675 -- Rejects configuration in a Perl configuration
                           section that works fine as a regular configuration
                           directive
      - Closes: #399639 -- Data pushed onto @PerlSections is ignored
    + Closes: #406742 -- clean rule does not clean properly
    + Closes: #357438 -- Apache2::Resource uses BSD::Resource

  [ Gunnar Wolf ]
  * Added netbase to build-dependencies, fixing FTBFS (Closes: #439281)

 -- Gunnar Wolf <gwolf@debian.org>  Wed, 29 Aug 2007 11:38:42 +0200

libapache2-mod-perl2 (2.0.3-1) experimental; urgency=low

  * New upstream release
    + refreshed patches
      001-gtop2.patch
      004-bugs-to-debian-bts.patch
      005-regex-DoS-bug-433549.patch
      006_man_section_and_build_warnings.patch - one hunk dropped
    + dropped patches applied upstream
      002-crash-404051.patch -- applied upstream
      003-segfault-local-ENV-bug-384622.patch -- applied upstream
      007_test_head_content_length_on_empty_content_2.2.patch -- upstream
      contains better fix
  * Add dh_slibdeps to arch-dep target
  * Wrapped (Build-)Depends lists
  * Add testing to the build process
    + Added apache2, libcompress-zlib-perl and libbsd-resource-perl to
      Build-Depends to allow tests to be run on buildds
    + Put LANG=C in front of '$(MAKE) test' to avoid locale side effects (in
      dates etc)
    + Add locales-all to Build-Depends, since some of the tests need that
    + Add new 008_fix_version_check_in_t_response_TestAPI_server_const_pm.patch
      to fix the server_const test
    + Fail if $(MAKE) test fails
    + Add cleaning after tests to clean target

 -- Damyan Ivanov <dmn@debian.org>  Wed, 22 Aug 2007 13:12:39 +0300

libapache2-mod-perl2 (2.0.2-6) UNRELEASED; urgency=low

  [ Gunnar Wolf ]
  * Added recommendation on libbsd-resource-perl (Closes: #357438)

  [ Damyan Ivanov ]
  * Transformed debian/rules from CDBS to debhelper
  * Converted patches from simple-patchsys to quilt
    Added quilt to Build-Depends
  * Add 007_test_head_content_length_on_empty_content_2.2.patch to adapt the
    content_length test to apache2.2
  * Clean more files in clean target
  * Run $(MAKE) test, but don't abort if they fail
  * Add myself to Uploaders

 -- Damyan Ivanov <dmn@debian.org>  Sun, 19 Aug 2007 19:12:34 +0300

libapache2-mod-perl2 (2.0.2-5) unstable; urgency=low

  * New Maintainer: the Debian pkg-perl group (Closes: #438168)
  * Updated copyright information including the copyright for the
    packaging information
  * Integrated the bugreport helper mp2bug to the /usr/share/bug way of
    life, so its output is automatically included in our users' reports
  * Bumping up standards-version from 3.6.1 to 3.7.2 (Only change
    needed: Moving mp2bug)
  * Added debian/watch
  * Moved libapache2-mod-perl2-doc to section: doc
  * the -dev and -doc generated binary packages are now arch: all
    insteaed of arch: any
  * Applied upstream patch fixing CVE-2007-1349 DoS caused by improperly
    quoted regex (Closes: #433549)
  * Moved the generated manpages from section 3 to 3pm
  * Finally, lintian- and linda-clean, yay! :D

 -- Gunnar Wolf <gwolf@debian.org>  Fri, 17 Aug 2007 18:27:25 -0500

libapache2-mod-perl2 (2.0.2-2.4) unstable; urgency=high

  * Non-maintainer upload.
  * High-urgency upload for RC bugfix.
  * Drop /etc/apache2/mods-available/perl.conf as a conffile, since it no
    longer contains anything of relevance; instead, manually remove the file
    on purge if present, and in the preinst handle upgrading it to remove the
    automatically created bits that conflict with apache2.2 so that this
    conversion is done in time for the apache2.2-mpm-* configuration to run.
    Closes: #416231.

 -- Steve Langasek <vorlon@debian.org>  Tue, 27 Mar 2007 01:48:55 -0700

libapache2-mod-perl2 (2.0.2-2.3) UNRELEASED; urgency=high

  * Non-maintainer upload. Thanks to Kjetil Kjernsmo for noticing the issues.
  * Fix segfault if localizing %ENV. Closes: #384622
    Using patch from http://svn.apache.org/viewvc/perl/modperl/trunk/src/modules/perl/modperl_env.c?r1=158000&r2=357236&pathrev=357236
  * Fix typo in Apache2::SizeLimit that could cause crash. Closes: #404051

 -- Andreas Barth <aba@not.so.argh.org>  Sat, 23 Dec 2006 17:10:47 +0000

libapache2-mod-perl2 (2.0.2-2.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Make it build against libapr1 (Closes: #391750).

 -- Luk Claes <luk@debian.org>  Mon, 16 Oct 2006 22:58:01 +0200

libapache2-mod-perl2 (2.0.2-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rebuild against Apache 2.2. (Closes: #389053)
  * Update dependency on apache2-common to apache2.2-common.

 -- Steinar H. Gunderson <sesse@debian.org>  Sun,  8 Oct 2006 23:23:28 +0200

libapache2-mod-perl2 (2.0.2-2) unstable; urgency=low

  * Add a dependency on netbase (closes: #354777).

 -- Andres Salomon <dilinger@debian.org>  Sun, 12 Mar 2006 21:22:51 +0000

libapache2-mod-perl2 (2.0.2-1) unstable; urgency=low

  * New upstream release (closes: #342114).

 -- Andres Salomon <dilinger@debian.org>  Fri, 20 Jan 2006 19:35:43 +0000

libapache2-mod-perl2 (2.0.1-4) unstable; urgency=low

  * The I'm-tired-of-maintaining-stuff-I-don't-use release.
  * Build pod docs in the package; thanks to
    Morten Bøgeskov <morten@bogeskov.dk> (closes: #329270).
  * Make perl.conf a bit more, umm, descriptive (closes: #323142).
  * Add a -doc package, include docs/ subdir in there (closes: #285588).
  * Kill a bashism in the postinst script.

 -- Andres Salomon <dilinger@debian.org>  Tue, 04 Oct 2005 00:36:16 -0400

libapache2-mod-perl2 (2.0.1-3) unstable; urgency=low

  * Grr.  Really include perl.conf file; it got lost due to diff not
    wanting to add an empty file.

 -- Andres Salomon <dilinger@debian.org>  Fri, 12 Aug 2005 01:40:38 -0400

libapache2-mod-perl2 (2.0.1-2) unstable; urgency=low

  * "'cause she's the cheese and I'm the macaroni."
  * Add empty perl.conf file, to override older one from 1.99*
    (closes: #308252, #315676).

 -- Andres Salomon <dilinger@debian.org>  Sat, 23 Jul 2005 05:24:18 -0400

libapache2-mod-perl2 (2.0.1-1) unstable; urgency=low

  * New upstream release.  No upstreams were harmed during the making
    of this package (closes: #307867).
  * Updated my email address.
  * Change perl build-dep version to >= 5.8.7-3, because I can.  Oh,
    and (closes: #308604).

 -- Andres Salomon <dilinger@debian.org>  Thu, 23 Jun 2005 00:28:07 -0400

libapache2-mod-perl2 (1.999.23-1) unstable; urgency=low

  * New upstream release

 -- Thom May <thom@debian.org>  Sun,  8 May 2005 15:36:04 +0100

libapache2-mod-perl2 (1.999.22-1) unstable; urgency=low

  * New upstream release
    NOTE: This release breaks API. Please see Changes for further details.

 -- Thom May <thom@debian.org>  Wed, 20 Apr 2005 08:52:13 +0000

libapache2-mod-perl2 (1.999.21-1) unstable; urgency=low

  * New upstream release
  * Add -dev package, thanks Steinar H. Gunderson (Closes: #257506)
  * Steal new ACL patch from HEAD (Closes: #296650)

 -- Thom May <thom@debian.org>  Mon,  4 Apr 2005 15:47:46 +0100

libapache2-mod-perl2 (1.999.20-1) unstable; urgency=low

  * New upstream release (closes: #285476).
  * Drop 003-int_offset_my_ass.patch, as it was merged.
  * New release doesn't include those fun arch files (closes: #277461).

 -- Andres Salomon <dilinger@voxel.net>  Mon, 10 Jan 2005 00:08:33 -0500

libapache2-mod-perl2 (1.99.14-4) unstable; urgency=high

  * Remove the LFS CFLAGS, and build-dep against apache2-*-dev (>= 2.0.50-10)
    as we're backing out of the apache2/apr ABI transition.

 -- Adam Conrad <adconrad@0c3.net>  Thu, 19 Aug 2004 06:23:48 -0600

libapache2-mod-perl2 (1.99.14-3) unstable; urgency=medium

  * Add a patch to fix an upstream bug where we were passing offsets
    to apr functions using 'int' rather then 'apr_off_t'
  * Add "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" to CFLAGS.

 -- Adam Conrad <adconrad@0c3.net>  Tue, 17 Aug 2004 04:02:17 -0600

libapache2-mod-perl2 (1.99.14-2) unstable; urgency=medium

  * Rebuild against new apache2/libapr0, w/ updated
    build-deps (closes: #266185).

 -- Andres Salomon <dilinger@voxel.net>  Tue, 17 Aug 2004 01:10:41 -0400

libapache2-mod-perl2 (1.99.14-1) unstable; urgency=low

  * New upstream release
  * Ship perl.conf file with "PerlModule Apache2" in. 
    (Closes: #240585, #242049, #235458)
  * Update copyright to new License
  * Using a2enmod to create symlinks (Closes: #247166)

 -- Thom May <thom@debian.org>  Sun,  4 Jul 2004 10:27:33 +0100

libapache2-mod-perl2 (1.99.12-4) unstable; urgency=low

  * Add a postinst/prerm that automatically enable/disable this module.
  * Update copyright file.

 -- Andres Salomon <dilinger@voxel.net>  Sun, 29 Feb 2004 02:46:41 -0500

libapache2-mod-perl2 (1.99.12-3) unstable; urgency=low

  * Better ACL compatibility patch, courtesy of Damon Buckwalter
    <damon@cryptomeme.com>.  (Closes: #230439)

 -- Andres Salomon <dilinger@voxel.net>  Fri, 13 Feb 2004 22:22:35 -0500

libapache2-mod-perl2 (1.99.12-2) unstable; urgency=low

  * Drop superfluous mod_perl manpage.  (Closes: #231871)
  * Add ACL compatibility patch.

 -- Andres Salomon <dilinger@voxel.net>  Tue, 10 Feb 2004 02:51:28 -0500

libapache2-mod-perl2 (1.99.12-1) unstable; urgency=low

  * New upstream release.
  * Drop 002-manpage_fix.patch (applied upstream).

 -- Andres Salomon <dilinger@voxel.net>  Sun, 08 Feb 2004 03:44:54 -0500

libapache2-mod-perl2 (1.99.11-2) unstable; urgency=low

  * Remove libapache-mod-perl conflicts.  (Closes: #223341)

 -- Andres Salomon <dilinger@voxel.net>  Sun, 14 Dec 2003 22:47:52 -0500

libapache2-mod-perl2 (1.99.11-1) unstable; urgency=low

  * New upstream release.  (Closes: #214073)
  * Move from experimental to unstable (*cross fingers*).
  * Convert build system to cdbs.
  * Update standards-version.
  * Fix TestTrace.pm manpage entry.  (Closes: #221771)

 -- Andres Salomon <dilinger@voxel.net>  Sat, 06 Dec 2003 19:23:29 -0500

libapache2-mod-perl2 (1.99.09-1) experimental; urgency=low

  * New upstream release.
  * Update (co-)maintainer email address.
  * Update standards-version.
  * Update build-deps (libgdbm{,g1}-dev and libgtop{1,2}-dev) and link rules.
  * Change reference to apxs back to apxs2.
  * No more examples?

 -- Andres Salomon <dilinger@voxel.net>  Sat, 26 Jul 2003 01:29:05 -0400

libapache2-mod-perl2 (1.99.08-1) experimental; urgency=low

  * New upstream release.  (Closes: #184301)
  * Add myself to the Uploaders field of control file.
  * Use newly renamed apache2 apxs.  (Closes: #182577)
  * Update apache2-dev build-dep to 2.0.45 (for apr-config --includedir).
  * Change lib/Apache/Build.pm to use apr-config instead of apxs
    for the location of apr stuff.
  * Force removal of a bunch of additional (generated) files in clean rule.
  * Additional args to Makefile.PL.
  * Make /etc/apache2/mods-available/perl.load a conffile.

 -- Andres Salomon <dilinger@mp3revolution.net>  Sat, 12 Apr 2003 03:28:38 -0500

libapache2-mod-perl2 (1.99.07-1) experimental; urgency=low

  * New Upstream Release
  * Uploading to experimental for now.
  * First cut at packaging.

 -- Thom May <thom@debian.org>  Wed, 23 Oct 2002 16:17:27 +0100