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 2010/01/20 04:02:40 UTC

svn commit: r901039 - /apr/apr/branches/1.3.x/CHANGES

Author: wrowe
Date: Wed Jan 20 03:02:39 2010
New Revision: 901039

URL: http://svn.apache.org/viewvc?rev=901039&view=rev
Log:
Note fix

Modified:
    apr/apr/branches/1.3.x/CHANGES

Modified: apr/apr/branches/1.3.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/CHANGES?rev=901039&r1=901038&r2=901039&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.3.x/CHANGES [utf-8] Wed Jan 20 03:02:39 2010
@@ -1,6 +1,10 @@
-                                                     -*- coding: utf-8 -*-
+                                                     -*- coding: utf-8 -*-
 Changes for APR 1.3.10
 
+  *) Undo a crash-bug introduced in 1.3.9 affecting some applications of 
+     the apr hash and table structures, reported to affect Subversion
+     by Bert Huijben <bert qqmail.nl>.  [Graham Leggett]
+
   *) Solaris 10 and later: Change the default cross-mutex mechanism from
      fcntl to pthread to resolve EDEADLK failures with some multi-threaded,
      multi-process applications (e.g., httpd's worker MPM with certain



Re: svn commit: r901039 - /apr/apr/branches/1.3.x/CHANGES

Posted by Jeff Trawick <tr...@gmail.com>.
On Tue, Jan 19, 2010 at 10:02 PM,  <wr...@apache.org> wrote:
> Author: wrowe
> Date: Wed Jan 20 03:02:39 2010
> New Revision: 901039
>
> URL: http://svn.apache.org/viewvc?rev=901039&view=rev
> Log:
> Note fix
>
> Modified:
>    apr/apr/branches/1.3.x/CHANGES
>
> Modified: apr/apr/branches/1.3.x/CHANGES
> URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/CHANGES?rev=901039&r1=901038&r2=901039&view=diff
> ==============================================================================
> --- apr/apr/branches/1.3.x/CHANGES [utf-8] (original)
> +++ apr/apr/branches/1.3.x/CHANGES [utf-8] Wed Jan 20 03:02:39 2010
> @@ -1,6 +1,10 @@
> -                                                     -*- coding: utf-8 -*-
> +                                                     -*- coding: utf-8 -*-
>  Changes for APR 1.3.10
>
> +  *) Undo a crash-bug introduced in 1.3.9 affecting some applications of
> +     the apr hash and table structures, reported to affect Subversion
> +     by Bert Huijben <bert qqmail.nl>.  [Graham Leggett]
> +

The crash-bug was never in a 1.3.9 release AFAICT, so I'll just delete
this entry (after giving enough time to be restored to my senses by
one of my esteemed colleagues).