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/17 19:41:58 UTC

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

Author: cutting
Date: Fri Jun 17 17:41:57 2011
New Revision: 1136957

URL: http://svn.apache.org/viewvc?rev=1136957&view=rev
Log:
Move AVRO-815 and AVRO-539 to 1.5.2.

Modified:
    avro/trunk/CHANGES.txt

Modified: avro/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1136957&r1=1136956&r2=1136957&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Fri Jun 17 17:41:57 2011
@@ -6,9 +6,6 @@ Avro 1.6.0 (unreleased)
 
   NEW FEATURES
 
-    AVRO-539. Java: Add asynchronous RPC support, through either
-    callbacks or futures.  (James Baldassari via cutting)
-
   IMPROVEMENTS
 
     AVRO-833. Don't require simplejson for python >= 2.6.
@@ -16,10 +13,6 @@ Avro 1.6.0 (unreleased)
 
   BUG FIXES
     
-    AVRO-815. Java: Netty Transceiver fails processing one-way messages.
-    Implemented writeBuffers for the NettyTransceiver to allow it to
-    process one-way messages.
-
 Avro 1.5.2 (unreleased)
 
   NEW FEATURES
@@ -28,6 +21,9 @@ Avro 1.5.2 (unreleased)
     streaming jobs to easily write Avro format output with "bytes" as
     schema.  (Tom White via cutting)
 
+    AVRO-539. Java: Add asynchronous RPC support, through either
+    callbacks or futures.  (James Baldassari via cutting)
+
   IMPROVEMENTS
 
     AVRO-469. C: Set library's libtool-style soversion when using CMake
@@ -54,6 +50,10 @@ Avro 1.5.2 (unreleased)
     AVRO-832. Java: Fix RPC client to correctly perform schema
     resolution on message responses.  (cutting)
 
+    AVRO-815. Java: Netty Transceiver fails processing one-way messages.
+    Implemented writeBuffers for the NettyTransceiver to allow it to
+    process one-way messages.
+
 Avro 1.5.1 (3 May 2011)
 
   NEW FEATURES