Author: cutting
Date: Wed May 18 09:23:24 2011
New Revision: 1124125
URL: http://svn.apache.org/viewvc?rev=1124125&view=rev
Log:
update CHANGES.txt in trunk to reflect what's been merged to the 1.5 branch
Modified:
avro/trunk/CHANGES.txt
Modified: avro/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1124125&r1=1124124&r2=1124125&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Wed May 18 09:23:24 2011
@@ -14,6 +14,16 @@ Avro 1.6.0 (unreleased)
Implemented writeBuffers for the NettyTransceiver to allow it to
process one-way messages.
+Avro 1.5.2 (unreleased)
+
+ INCOMPATIBLE CHANGES
+
+ NEW FEATURES
+
+ IMPROVEMENTS
+
+ BUG FIXES
+
AVRO-818. C: Fix data file corruption bug in C library (dcreager)
AVRO-819. C: Fix file reader EOF detection (dcreager)