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:00 UTC

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

Author: bnicholes
Date: Thu Dec  9 10:52:58 2004
New Revision: 111413

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

Modified: apr/apr/trunk/CHANGES
Url: http://svn.apache.org/viewcvs/apr/apr/trunk/CHANGES?view=diff&rev=111413&p1=apr/apr/trunk/CHANGES&r1=111412&p2=apr/apr/trunk/CHANGES&r2=111413
==============================================================================
--- apr/apr/trunk/CHANGES	(original)
+++ apr/apr/trunk/CHANGES	Thu Dec  9 10:52:58 2004
@@ -40,6 +40,12 @@
      PR 28029.  [Chris Knight <Christopher.D.Knight nasa.gov>,
      Garrett Rooney <rooneg electricjellyfish.net>]
 
+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
 
   *) apr_password_get(): Fix the check for buffer overflow.  [Jeff Trawick]