Author: randyk
Date: Wed Oct 5 20:15:27 2005
New Revision: 306511
URL: http://svn.apache.org/viewcvs?rev=306511&view=rev
Log:
update CHANGES with patch from Steve Hay for compile problems on Win32.
Modified:
httpd/apreq/trunk/CHANGES
Modified: httpd/apreq/trunk/CHANGES
URL:
http://svn.apache.org/viewcvs/httpd/apreq/trunk/CHANGES?rev=306511&r1=306510&r2=306511&view=diff
==============================================================================
--- httpd/apreq/trunk/CHANGES (original)
+++ httpd/apreq/trunk/CHANGES Wed Oct 5 20:15:27 2005
@@ -4,6 +4,9 @@
@section v2_07 Changes with libapreq2-2.07
+- Perl XS [Steve Hay]
+ Fix compile problems on Win32 without PERL_IMPLICIT_SYS
+ related to link being an unresolved symbol.
- Perl API [joes]
APR::Request::Cookie::thaw() isn't a class method.