You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2006/07/14 21:31:58 UTC

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

Author: jerenkrantz
Date: Fri Jul 14 12:31:58 2006
New Revision: 422000

URL: http://svn.apache.org/viewvc?rev=422000&view=rev
Log:
It compiles, links, and the test cases (mostly) pass.  Ship it!

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=422000&r1=421999&r2=422000&view=diff
==============================================================================
--- apr/apr/trunk/CHANGES (original)
+++ apr/apr/trunk/CHANGES Fri Jul 14 12:31:58 2006
@@ -1,5 +1,7 @@
 Changes for APR 1.3.0
 
+  *) Support MinGW.  [John Vandenberg, Justin Erenkrantz]
+
   *) Implement apr_thread_yield on Unix in terms of pthread_yield or
      sched_yield. [Keisuke Nishida <keisuke.nishida gmail.com>]