You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2004/12/09 19:53:54 UTC

svn commit: r111414 - /apr/apr/branches/1.0.x/CHANGES

Author: bnicholes
Date: Thu Dec  9 10:53:54 2004
New Revision: 111414

URL: http://svn.apache.org/viewcvs?view=rev&rev=111414
Log:
Note patches for a NetWare breakage.
Modified:
   apr/apr/branches/1.0.x/CHANGES

Modified: apr/apr/branches/1.0.x/CHANGES
Url: http://svn.apache.org/viewcvs/apr/apr/branches/1.0.x/CHANGES?view=diff&rev=111414&p1=apr/apr/branches/1.0.x/CHANGES&r1=111413&p2=apr/apr/branches/1.0.x/CHANGES&r2=111414
==============================================================================
--- apr/apr/branches/1.0.x/CHANGES	(original)
+++ apr/apr/branches/1.0.x/CHANGES	Thu Dec  9 10:53:54 2004
@@ -1,5 +1,9 @@
 Changes for APR 1.0.2
 
+  *) [NetWare] Fixed some type mismatches in threadproc/netware/proc.c and
+     locks/netware/thread_mutex.c that prevented APR from building with the
+     latest release of the LibC SDK. [Brad Nicholes]
+     
 Changes for APR 1.0.1
 
   *) Fix HUP return codes in pollset when using KQueue.