You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jo...@apache.org on 2007/04/02 18:04:11 UTC

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

Author: jorton
Date: Mon Apr  2 09:04:10 2007
New Revision: 524823

URL: http://svn.apache.org/viewvc?view=rev&rev=524823
Log:
Clarify impact of the apr_file_gets deadlock.

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?view=diff&rev=524823&r1=524822&r2=524823
==============================================================================
--- apr/apr/trunk/CHANGES (original)
+++ apr/apr/trunk/CHANGES Mon Apr  2 09:04:10 2007
@@ -1,6 +1,7 @@
 Changes for APR 1.3.0
 
-  *) Fix locking bug with apr_file_read()/apr_file_gets() [Bojan Smojver]
+  *) Fix deadlock in apr_file_gets() for a file opened with both the
+     APR_BUFFERED and APR_XTHREAD flags.  [Bojan Smojver]
 
   *) Add the apr_pollcb API as an alternative more efficient method
      of polling sockets, compared to apr_pollset. [Paul Querna]



Re: svn commit: r524823 - /apr/apr/trunk/CHANGES

Posted by Bojan Smojver <bo...@rexursive.com>.
On Mon, 2007-04-02 at 16:04 +0000, jorton@apache.org wrote:

> Clarify impact of the apr_file_gets deadlock.

Thanks Joe!

-- 
Bojan