stas 2004/05/21 11:41:16
Modified: . Changes Log: recent changes Revision Changes Path 1.374 +15 -0 modperl-2.0/Changes Index: Changes =================================================================== RCS file: /home/cvs/modperl-2.0/Changes,v retrieving revision 1.373 retrieving revision 1.374 diff -u -u -r1.373 -r1.374 --- Changes 21 May 2004 18:26:47 -0000 1.373 +++ Changes 21 May 2004 18:41:14 -0000 1.374 @@ -12,6 +12,21 @@ =item 1.99_15-dev +APR::BucketType: [Stas] + - name is readonly + +APR::Brigade [Stas] + - destroy() now throws APR::Error exception (not returning rc) + +APR::Bucket: [Stas] + - read() now returns read data and throws APR::Error exception (not + returning rc) + - type->name now has a module APR::BucketType + - type(), length(), start(), data() are now all readonly + - new() fix a bug in offset handling + + + =item 1.99_14 - May 21, 2004 APR::SockAddr::port() accessor is now read-only [Stas]