Author: jmhodges
Date: Fri Jun 4 05:31:10 2010
New Revision: 951272
URL: http://svn.apache.org/viewvc?rev=951272&view=rev
Log:
CHANGES.txt updates for the recent ruby commits. my bad. merge from trunk
Modified:
avro/branches/branch-1.3/ (props changed)
avro/branches/branch-1.3/CHANGES.txt
Propchange: avro/branches/branch-1.3/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Jun 4 05:31:10 2010
@@ -1,2 +1,2 @@
/avro/trunk:944035,944049
-/hadoop/avro/trunk:930458-930459,930461-930462,935526,938347
+/hadoop/avro/trunk:930458-930459,930461-930462,930599,935526,938347
Modified: avro/branches/branch-1.3/CHANGES.txt
URL:
http://svn.apache.org/viewvc/avro/branches/branch-1.3/CHANGES.txt?rev=951272&r1=951271&r2=951272&view=diff
==============================================================================
--- avro/branches/branch-1.3/CHANGES.txt (original)
+++ avro/branches/branch-1.3/CHANGES.txt Fri Jun 4 05:31:10 2010
@@ -10,11 +10,15 @@ Avro 1.3.3 (Unreleased)
(Esteve Fernandez via hammer)
AVRO-560. Python impl should include system errors in every protocol
(hammer)
+ AVRO-486. DataFile.open for the ruby side (jmhodges)
AVRO-559. Handle read_union error where the list index of the union branch
to follow exceeds the size of the union schema (hammer)
+ AVRO-491. Doing doubles and floats better in the ruby impl. (jmhodges)
+
BUG FIXES
+ AVRO-461. Skipping primitives in the ruby side (jmhodges)
AVRO-496. python sample_http_client.py is broken (Jeff Hodges via hammer)
@@ -30,6 +34,8 @@ Avro 1.3.3 (Unreleased)
AVRO-499. Java: Fix protocol reflection to reject interfaces with
multiple methods of the same name. (cutting)
+ AVRO-489. Skipping complex objects in the ruby impl. (jmhodges)
+
Avro 1.3.2 (31 March 2010)
IMPROVEMENTS