diff options
-rw-r--r-- | CHANGES | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,8 +1,19 @@ Changes for APR 1.3.0 + *) Stop invoking the testshm* helpers upon 'make test' invocation. + [Kurt Miller <kurt intricatesoftware.com>] + + *) Register a cleanup only if APR_FILE_NOCLEANUP was not flagged in + apr_file_mktemp. [Brian J. France <list firehawksystems.com>] + + *) Numerous build fixes for non-GCC builds and GCC builds on Win32, + as well as WinCE builds. [Davi Arnaut <davi haxent.com.br>, + Curt Arnold <carnold apache.org>, John Mark Vandenberg, + Kouhei Sutou <kou cozmixng.org>, William Rowe] + *) Discard file buffers when running cleanups for exec. PR 41119. [Davi Arnaut <davi haxent.com.br>, Bojan Smojver] - + *) Improve thread safety of assorted file_io functions. PR 42400. [Davi Arnaut <davi haxent.com.br>] |