Author: cutting
Date: Thu Jun 3 23:53:26 2010
New Revision: 951214
URL: http://svn.apache.org/viewvc?rev=951214&view=rev
Log:
Merged AVRO-524 to 1.3 branch.
Modified:
avro/trunk/CHANGES.txt
Modified: avro/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=951214&r1=951213&r2=951214&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Thu Jun 3 23:53:26 2010
@@ -59,8 +59,6 @@ Avro 1.4.0 (unreleased)
AVRO-518. Add link to boost filesystem library. (John Plevyak via
sbanacho)
- AVRO-524. DataFileWriter.appendTo leads to intermittent IOException during
write() (thiru)
-
AVRO-527. Undefined variable "schm" error (Esteve Fernandez via hammer)
AVRO-499. Java: Fix protocol reflection to reject interfaces with
@@ -81,6 +79,8 @@ Avro 1.3.3 (Unreleased)
AVRO-517. Resolving Decoder fails in some cases. (thiru)
+ AVRO-524. DataFileWriter.appendTo leads to intermittent IOException during
write() (thiru)
+
Avro 1.3.2 (31 March 2010)
IMPROVEMENTS