On 16.04.2014 01:46, Jeff Trawick wrote:
> Tarballs/zipfiles are at http://apr.apache.org/dev/dist/
>
> Shortcut to CHANGES:
>
> _http://apr.apache.org/dev/dist/CHANGES-APR-1.5.1_
>
> autoconf version: 2.69 (same as apr 1.5.0)
> libtool version: 2.4.2 (same as apr 1.5.0)
>
> +/-1
> [+1] Release APR 1.5.1 as GA
Detailed test results:
- files signed, checksums correct
- svn compared with gz, bz2 and zip only minor differences
(libtool m4 files in gz and bz2, which seem to not get
cleaned up by buildconf)
- I built and made check on the following platforms:
- Solaris 8 Sparc, gcc 4.1.2
- Solaris 10 Sparc, gcc 4.8.2
- SuSE Linux Enterprise 10 32, 10 and 11 64 Bit
- RedHat Enterprise Linux 5 and 6 64 Bit
- config.guess timestamp='2014-02-12',
reasonably up-to-date, latest is '2014-03-23'
- config.sub timestamp='2014-01-01'
reasonably up-to-date, latest is '2014-04-03'
- all builds succeeded
- all "make check" ran fine, except for
- binding to ::1 on Solaris with only IPv4 active,
not a regression:
testsockets: Line 131: Could not bind socket (126):
Cannot assign requested address
Line 189: Condition is false, but expected true
FAILED 1 of 7
- Some warning during "make check":
New one
- Solaris 8+10
testsock: Line 377: Cannot test if connect completes synchronously
SUCCESS
Old ones
- Solaris 8+10, OK doesn't know how to cork
testsockopt: Line 84: TCP isn't corkable
SUCCESS
- Solaris 8, OK doesn't have "unsetenv"
testenv: Line 75: apr_env_delete
Line 106: apr_env (skip recycle test_emptyenv)
SUCCESS
- Solaris 8, OK doesn't support pollcb
testpoll: Line 577: pollcb interface not supported
Line 604: pollcb interface not supported
Line 630: pollcb interface not supported
Line 646: pollcb interface not supported
Line 726: pollcb interface not supported
SUCCESS
- Linux only 64 Bits: OK, no LFS needed on 64 Bit OS
testlfs: Line 345: Large Files not supported
SUCCESS
- tests succeed for apr-util 1.5.3 on top of apr 1.5.0
for all of the above platforms (all observed test failures
are old and not related to the new version).
- httpd test framework shows no regressions for httpd 2.4.9
using apr/apu 1.5.1/1.5.3 on the above platforms
(reallyall module set, default=shared linking,
MPMs prefork, worker and event, log level trace8)
Regards,
Rainer
|