stas 2004/05/17 15:54:36
Modified: xs/maps apr_structures.map
. Changes
Log:
APR::SockAddr::port() accessor is now read-only
Revision Changes Path
1.12 +1 -1 modperl-2.0/xs/maps/apr_structures.map
Index: apr_structures.map
===================================================================
RCS file: /home/cvs/modperl-2.0/xs/maps/apr_structures.map,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -u -r1.11 -r1.12
--- apr_structures.map 28 Jan 2004 13:54:35 -0000 1.11
+++ apr_structures.map 17 May 2004 22:54:36 -0000 1.12
@@ -58,7 +58,7 @@
- pool
- hostname
- servname
- port
+< port
- sa
- salen
- ipaddr_len
1.370 +2 -0 modperl-2.0/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/modperl-2.0/Changes,v
retrieving revision 1.369
retrieving revision 1.370
diff -u -u -r1.369 -r1.370
--- Changes 16 May 2004 09:19:01 -0000 1.369
+++ Changes 17 May 2004 22:54:36 -0000 1.370
@@ -12,6 +12,8 @@
=item 1.99_14-dev
+APR::SockAddr::port() accessor is now read-only [Stas]
+
APR::Pool now has destroy() and clear() available [Stas]
now logging the errors happening in pool cleanup callbacks [Stas]