Author: scottcarey
Date: Wed Feb 16 01:29:55 2011
New Revision: 1071120
URL: http://svn.apache.org/viewvc?rev=1071120&view=rev
Log:
AVRO-764. Java: Bug in BinaryData.compare() with offset comparison.
Modified:
avro/trunk/CHANGES.txt
Modified: avro/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1071120&r1=1071119&r2=1071120&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Wed Feb 16 01:29:55 2011
@@ -163,6 +163,7 @@ Avro 1.5.0 (unreleased)
BUG FIXES
AVRO-764. Java: Bug in BinaryData.compare() with offset comparison.
+ (Harsh J Chouraria via scottcarey)
AVRO-743. Java: Performance Regression and memory pressure with
GenericDatumReader. (scottcarey)