Author: kwright
Date: Thu Apr 25 10:21:21 2013
New Revision: 1475691
URL: http://svn.apache.org/r1475691
Log:
Note fix for CONNECTORS-679.
Modified:
manifoldcf/trunk/CHANGES.txt
Modified: manifoldcf/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1475691&r1=1475690&r2=1475691&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Thu Apr 25 10:21:21 2013
@@ -3,6 +3,11 @@ $Id$
======================= 1.2-dev =====================
+CONNECTORS-679: Web connector hangs on some JVMs due to faulty
+optimizations. Added volatile qualifiers for some of the key variables
+that seem to be involved in this, and a test.
+(Erlend Garåsen, Karl Wright)
+
CONNECTORS-677: Close body streams where required.
(Karl Wright)