You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/06/04 21:58:38 UTC

svn commit: r544229 - /apr/apr/trunk/CHANGES

Author: wrowe
Date: Mon Jun  4 12:58:36 2007
New Revision: 544229

URL: http://svn.apache.org/viewvc?view=rev&rev=544229
Log:
Notes

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?view=diff&rev=544229&r1=544228&r2=544229
==============================================================================
--- apr/apr/trunk/CHANGES (original)
+++ apr/apr/trunk/CHANGES Mon Jun  4 12:58:36 2007
@@ -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>]