You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by cu...@apache.org on 2011/06/30 21:47:15 UTC

svn commit: r1141685 - /avro/trunk/CHANGES.txt

Author: cutting
Date: Thu Jun 30 19:47:14 2011
New Revision: 1141685

URL: http://svn.apache.org/viewvc?rev=1141685&view=rev
Log:
Add change message for AVRO-776.

Modified:
    avro/trunk/CHANGES.txt

Modified: avro/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1141685&r1=1141684&r2=1141685&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Thu Jun 30 19:47:14 2011
@@ -70,6 +70,8 @@ Avro 1.5.2 (unreleased)
     Implemented writeBuffers for the NettyTransceiver to allow it to
     process one-way messages.
 
+    AVRO-776. Java: Fix SocketServer to close socket.
+
 Avro 1.5.1 (3 May 2011)
 
   NEW FEATURES