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/07/28 21:48:35 UTC

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

Author: cutting
Date: Thu Jul 28 19:48:35 2011
New Revision: 1151983

URL: http://svn.apache.org/viewvc?rev=1151983&view=rev
Log:
Move AVRO-833, AVRO-856, AVRO-845 and AVRO-864 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=1151983&r1=1151982&r2=1151983&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Thu Jul 28 19:48:35 2011
@@ -11,9 +11,6 @@ Avro 1.6.0 (unreleased)
     AVRO-836. Python "avro" commandline utility to display and write Avro files.
     (Miki Tebeka via philz)
 
-    AVRO-833. Don't require simplejson for python >= 2.6.
-    (Miki Tebeka via philz)
-
     AVRO-841. Java: Implement insertion in GenericData.Array.
     (Nick Palmer via cutting)
 
@@ -22,8 +19,6 @@ Avro 1.6.0 (unreleased)
     AVRO-844. Java: Provide better errors for null or missing record fields.
     (Bill Graham via cutting)
 
-    AVRO-856. Java: Update Snappy to 1.0.3-rc4. (cutting)
-
     AVRO-746. C: Atomic reference counts. (dcreager)
 
     AVRO-837. C: New Avro value interface. (dcreager)
@@ -39,15 +34,9 @@ Avro 1.6.0 (unreleased)
 
   BUG FIXES
 
-    AVRO-845. setup.py uses Python2.7+ specific code
-    (Miki Tebeka via philz)
-
     AVRO-824. Java: Fix usage message of BinaryFragmentToJsonTool.
     (Jakob Homan via cutting)
 
-    AVRO-864. Java: Fix reflect to be able to write unions containing
-    generic and/or specific records.  (Isabel Drost & cutting)
-
 Avro 1.5.2 (unreleased)
 
   NEW FEATURES
@@ -80,6 +69,14 @@ Avro 1.5.2 (unreleased)
 
     AVRO-810: C#: Add strong naming to assemblies. (Eric Hauser)
 
+    AVRO-833. Python: Don't require simplejson for python >= 2.6.
+    (Miki Tebeka via philz)
+
+    AVRO-845. Python: setup.py uses Python2.7+ specific code
+    (Miki Tebeka via philz)
+
+    AVRO-856. Java: Update Snappy to 1.0.3-rc4. (cutting)
+
   BUG FIXES
 
     AVRO-818. C: Fix data file corruption bug in C library (dcreager)
@@ -103,6 +100,9 @@ Avro 1.5.2 (unreleased)
 
     AVRO-825: C++: Fix bugs in codegen with recursive schemas. (thiru)
 
+    AVRO-864. Java: Fix reflect to be able to write unions containing
+    generic and/or specific records.  (Isabel Drost & cutting)
+
 Avro 1.5.1 (3 May 2011)
 
   NEW FEATURES