diff options
author | jlam <jlam> | 2002-11-19 23:22:40 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-11-19 23:22:40 +0000 |
commit | 1f1a429e088bafdbd2e78025f45daa596f3896f3 (patch) | |
tree | e62af0bfca4fddb83607baa4efaf2a78942cc16a /doc | |
parent | 305c9f5d69846f19a50b95f6f75a567ca639ff34 (diff) | |
download | pkgsrc-1f1a429e088bafdbd2e78025f45daa596f3896f3.tar.gz |
Update www/ap2-perl to 1.99.7. Changes from version 1.99.5 include:
* Using a stable distfile instead of the daily snapshot.
* add $r->add_config method to add dynamic configuration at request time
* add Apache::DIR_MAGIC_TYPE constant
* add support for directive handlers
* add Apache::Server->add_config method to add dynamic configuration at
server startup time
* add Apache::Directive->to_string method
* add support for pluggable <Perl> sections
* fix the filehandle leak in APR::PerlIO
* fix compilation if apache/apr do not have thread support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index e7dac27048f..17ff6ed8590 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.557 2002/11/19 23:04:59 jlam Exp $ +$NetBSD: CHANGES,v 1.558 2002/11/19 23:22:51 jlam Exp $ Changes to the packages collection and infrastructure in 2002: @@ -3665,3 +3665,4 @@ Changes to the packages collection and infrastructure in 2002: Updated amaya to 6.4 [reinoud 2002-11-19] Updated ettercap to 0.6.7 [agc 2002-11-19] Updated ap-ssl to 2.8.12nb1 [jlam 2002-11-19] + Updated ap2-perl to 1.99.7 [jlam 2002-11-19] |