stas 2004/06/01 16:37:11
Modified: . Changes
Log:
recent changes
Revision Changes Path
1.383 +8 -1 modperl-2.0/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/modperl-2.0/Changes,v
retrieving revision 1.382
retrieving revision 1.383
diff -u -u -r1.382 -r1.383
--- Changes 31 May 2004 05:51:14 -0000 1.382
+++ Changes 1 Jun 2004 23:37:11 -0000 1.383
@@ -12,6 +12,13 @@
=item 1.99_15-dev
+Apache::Filter: [Stas]
+ - remove unneeded methods: remove_input_filter() and
+ remove_output_filter()
+ - frec() accessor is made read-only
+ - fflush(), get_brigade() and pass_brigade() now throw exceptions if
+ called in the void context
+
Apache::FilterRec: [Stas]
- remove the next() accessor since it's not used by Apache at the
moment
@@ -56,7 +63,7 @@
APR::Bucket: [Stas]
- read() now returns read data and throws APR::Error exception (not
- returning rc)
+ returning rc). The returned scalar is now TAINTED.
- type->name now has a module APR::BucketType
- type(), length(), start(), data() are now all readonly
- new() fix a bug in offset handling