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:03:55 UTC

svn commit: r901040 - /apr/apr/branches/1.4.x/CHANGES

Author: wrowe
Date: Wed Jan 20 03:03:54 2010
New Revision: 901040

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

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

Modified: apr/apr/branches/1.4.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?rev=901040&r1=901039&r2=901040&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.4.x/CHANGES [utf-8] Wed Jan 20 03:03:54 2010
@@ -1,6 +1,10 @@
-                                                     -*- coding: utf-8 -*-
+                                                     -*- coding: utf-8 -*-
 Changes for APR 1.4.2
 
+  *) 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]
+
 Changes for APR 1.4.1
 
   *) Win32: Properly handle the ERROR_DIRECTORY system error code.