APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*- coding: utf-8 -*- Last modified at [$Date$] Releases: 1.2.12 : tagged November 15, 2007 1.2.11 : released September 6, 2007 1.2.10 : not released 1.2.9 : released June 7, 2007 1.2.8 : released December 4, 2006 1.2.7 : released April 14, 2006 1.2.6 : released March 25, 2006 1.2.5 : not released 1.2.4 : not released 1.2.3 : not released 1.2.2 : released October 11, 2005 1.2.1 : released August 18, 2005 1.2.0 : not released 1.1.1 : released March 17, 2005 1.1.0 : released January 25, 2005 1.0.1 : released November 19, 2004 1.0.0 : released September 1, 2004 RELEASE 1.2.x SHOWSTOPPERS: CURRENT VOTES: CURRENT test/testall -v EXCEPTIONS: Please add any platform anomilies to the following exception list. * 'testipsub' will tickle an Solaris 8 getaddrinfo() IPv6 bug, causing the test to hang. Configure with --disable-ipv6 if using an unpatched Solaris 8 installation. * The 'testdso' tests will not work if configured with --disable-shared since the loadable modules cannot be built. * 'testdso' fails on older versions of OpenBSD due to dlsym(NULL, ...) segfaulting. * 'testshm' fails on unices, demonstrating our cleanup should not attempt to re-remove an already-removed, shm-backing named store. * Win32 Not Implemented tests dir: cannot remove in-use directory (corrected on trunk) lfs: fixed in 1.3.x by a new API feature pipe: set_timeout/read_write; fixed in 1.3.x by a new API feature procmutex: lacks fork() support sock : Sync behavior causes us to skip one test sockets: tcp6_socket/udp6_socket skipped for no IPv6 adapter sockopt: TCP isn't corkable user: username: Groups from apr_uid_get not implemented * Win32 tests are known to fail when APR_HAVE_IPV6, but there is no ipv6 adapter is loaded (even loopback is sufficient). There are obnoxious getaddrinfo() missing results from looking up a fixed IPv4-IPv6 mixed notation address, which reflect a Win32 bug. ipsub: One test fails for IPv6 with no IPv6 adapter configured SEE svn.apache.org:/repos/asf/apr/apr/trunk/STATUS for all other open issues to be addressed. [First, patched in trunk; then considered for backport to the stable branch.]