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 2009/11/13 01:35:11 UTC

svn commit: r835671 - /hadoop/avro/trunk/CHANGES.txt

Author: cutting
Date: Fri Nov 13 00:35:10 2009
New Revision: 835671

URL: http://svn.apache.org/viewvc?rev=835671&view=rev
Log:
AVRO-193.  Move change notice to correct section.

Modified:
    hadoop/avro/trunk/CHANGES.txt

Modified: hadoop/avro/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/avro/trunk/CHANGES.txt?rev=835671&r1=835670&r2=835671&view=diff
==============================================================================
--- hadoop/avro/trunk/CHANGES.txt (original)
+++ hadoop/avro/trunk/CHANGES.txt Fri Nov 13 00:35:10 2009
@@ -62,8 +62,6 @@
 
     AVRO-192. Improved errors for Java schema parsing problems. (cutting)
 
-    AVRO-193. Fix 'ant test-avroj' on Ubuntu 9.10. (cutting)
-
   OPTIMIZATIONS
 
     AVRO-172. More efficient schema processing (massie)
@@ -93,6 +91,8 @@
     equals() and hashCode() to be consistent with compareTo().
     (cutting)
 
+    AVRO-193. Fix 'ant test-avroj' on Ubuntu 9.10. (cutting)
+
     AVRO-171. Fix Java's Protocol#toString() to correctly handle
     forward-references. (cutting)