joes 2004/06/09 14:02:17
Modified: . CHANGES
Log:
Objectify cookie API.
Revision Changes Path
1.34 +5 -0 httpd-apreq-2/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/httpd-apreq-2/CHANGES,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- CHANGES 8 Jun 2004 04:13:36 -0000 1.33
+++ CHANGES 9 Jun 2004 21:02:17 -0000 1.34
@@ -3,6 +3,11 @@
@section v2_03_dev Changes with libapreq2-2.03-dev
+- C API [joes]
+ "Objectify" cookie/jar API:
s/apreq_(make|serialize)_cookie/apreq_cookie_$1/
+ and reordering args so the cookie/jar object is always the first argument.
+ Macros added to provide source-compatibility with the old names.
+
- Perl API [joes]
Added $upload->slurp($data), which reads the contents of the file
upload "$upload" into the scalar "$data".