Author: cutting
Date: Thu Jun 3 23:47:45 2010
New Revision: 951212
URL: http://svn.apache.org/viewvc?rev=951212&view=rev
Log:
Merged AVRO-517 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=951212&r1=951211&r2=951212&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Thu Jun 3 23:47:45 2010
@@ -59,8 +59,6 @@ Avro 1.4.0 (unreleased)
AVRO-518. Add link to boost filesystem library. (John Plevyak via
sbanacho)
- AVRO-517. Resolving Decoder fails in some cases. (thiru)
-
AVRO-524. DataFileWriter.appendTo leads to intermittent IOException during
write() (thiru)
AVRO-527. Undefined variable "schm" error (Esteve Fernandez via hammer)
@@ -79,6 +77,10 @@ Avro 1.4.0 (unreleased)
Avro 1.3.3 (Unreleased)
+ BUG FIXES
+
+ AVRO-517. Resolving Decoder fails in some cases. (thiru)
+
Avro 1.3.2 (31 March 2010)
IMPROVEMENTS
@@ -102,7 +104,7 @@ Avro 1.3.2 (31 March 2010)
AVRO-490. Add Ant task to deploy Java artifacts to Maven repo. (cutting)
BUG FIXES
-
+
AVRO-479. Fix 'sign' target in top-level build.sh to generate md5
checksums. (cutting)