Author: joes
Date: Tue Jul 12 07:45:19 2005
New Revision: 215962
URL: http://svn.apache.org/viewcvs?rev=215962&view=rev
Log:
$req->env is dead.
Modified:
httpd/apreq/trunk/CHANGES
Modified: httpd/apreq/trunk/CHANGES
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/CHANGES?rev=215962&r1=215961&r2=215962&view=diff
==============================================================================
--- httpd/apreq/trunk/CHANGES (original)
+++ httpd/apreq/trunk/CHANGES Tue Jul 12 07:45:19 2005
@@ -6,12 +6,14 @@
- Perl API [joes]
+ Drop support for $req->env(), which also died with 2.05-dev.
+
+- Perl API [joes]
Support for table set/add/delete methods is formally withdrawn.
Technically this feature died with the module API refactoring in
2.05-dev.
- C API [max]
-
Right-hand limit of apreq_brigade_move() is declared as "excluding",
but APR_RING_UNSPLICE() wants an "including" right-hand limit. Fixed
this by passing the previous bucket.