Author: hammer
Date: Fri Jun 4 21:48:36 2010
New Revision: 951584
URL: http://svn.apache.org/viewvc?rev=951584&view=rev
Log:
Cleaning up the CHANGES.txt file after some sloppy merges.
Modified:
avro/branches/branch-1.3/CHANGES.txt
Modified: avro/branches/branch-1.3/CHANGES.txt
URL:
http://svn.apache.org/viewvc/avro/branches/branch-1.3/CHANGES.txt?rev=951584&r1=951583&r2=951584&view=diff
==============================================================================
--- avro/branches/branch-1.3/CHANGES.txt (original)
+++ avro/branches/branch-1.3/CHANGES.txt Fri Jun 4 21:48:36 2010
@@ -10,6 +10,7 @@ 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
@@ -19,16 +20,14 @@ Avro 1.3.3 (Unreleased)
AVRO-450. HTTP IPC for ruby. (jmhodges)
- AVRO-508. Use page-backed buffers for C++ serialization input or
- output. (sbanacho)
-
AVRO-514. Removing unnecessary ruby StringIO calls. (jmhodges)
-
AVRO-511. Ruby implementation passes the rpc interop tests.
AVRO-543. Schema comparison is hella slow on the Ruby side. (jmhodges)
+ AVRO-504. ruby impl could stand better error messages on schema parsing
(jmhodges)
+
BUG FIXES
AVRO-461. Skipping primitives in the ruby side (jmhodges)
@@ -55,10 +54,13 @@ Avro 1.3.3 (Unreleased)
multiple methods of the same name. (cutting)
AVRO-489. Skipping complex objects in the ruby impl. (jmhodges)
- (jmhodges)
AVR0-555 Missing license headers in some ruby source
files. (jmhodges)
+
+ AVRO-500. ruby side dev packaging (jmhodges)
+
+ AVRO-516. ruby: buffer length should not be little-endian in socket rpc
(jmhodges)
Avro 1.3.2 (31 March 2010)