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 2010/03/17 23:30:32 UTC

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

Author: cutting
Date: Wed Mar 17 22:30:32 2010
New Revision: 924530

URL: http://svn.apache.org/viewvc?rev=924530&view=rev
Log:
Add CHANGES.txt section for 1.3.2 and add recent changes to it.

Modified:
    hadoop/avro/trunk/CHANGES.txt

Modified: hadoop/avro/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/avro/trunk/CHANGES.txt?rev=924530&r1=924529&r2=924530&view=diff
==============================================================================
--- hadoop/avro/trunk/CHANGES.txt (original)
+++ hadoop/avro/trunk/CHANGES.txt Wed Mar 17 22:30:32 2010
@@ -1,5 +1,14 @@
 Avro Change Log
 
+Avro 1.3.2 (unreleased)
+
+  IMPROVEMENTS
+
+    AVRO-449. CMake-based build system for Avro/C (Bruce Mitchener via massie)
+
+    AVRO-418. avro.h generates errors when included in C++ code 
+    (Bruce Mitchener via massie)
+
 Avro 1.3.1 (16 March 2010)
 
   NEW FEATURES
@@ -43,11 +52,6 @@ Avro 1.3.1 (16 March 2010)
 
     AVRO-454. Change DataFileStream to implement Closeable. (cutting)
 
-    AVRO-449. CMake-based build system for Avro/C (Bruce Mitchener via massie)
-
-    AVRO-418. avro.h generates errors when included in C++ code 
-    (Bruce Mitchener via massie)
-
   BUG FIXES
 
     AVRO-424. Fix the specification of the deflate codec.