Author: cutting
Date: Tue Jul 2 17:35:22 2013
New Revision: 1499031
URL: http://svn.apache.org/r1499031
Log:
reflow long lines
Modified:
avro/trunk/CHANGES.txt
Modified: avro/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1499031&r1=1499030&r2=1499031&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Tue Jul 2 17:35:22 2013
@@ -64,7 +64,8 @@ Trunk (not yet released)
AVRO-1324. C: Handle namespaces in schema parsing.
(Ben Walsh via dcreager)
- AVRO-1290. Handling NaN and positive and negative infinities in C++ Json
(Daniel Russel via thiru)
+ AVRO-1290. Handling NaN and positive and negative infinities in
+ C++ Json (Daniel Russel via thiru)
BUG FIXES
@@ -102,11 +103,14 @@ Trunk (not yet released)
AVRO-1331. Java: Fix schema-parsing incompatibility from AVRO-1295.
(cutting)
- AVRO-1181. compileJsonSchemaFromString(std::string) declared in
Compiler.hh but not defined (Daniel Russel via thiru)
+ AVRO-1181. compileJsonSchemaFromString(std::string) declared in
+ Compiler.hh but not defined (Daniel Russel via thiru)
- AVRO-1346. C++: schema parser cannot parse verbose primitive types (Skye
Wanderman-Milne via thiru)
+ AVRO-1346. C++: schema parser cannot parse verbose primitive types
+ (Skye Wanderman-Milne via thiru)
- AVRO-1171. Avro C++ Json Decoder: Double cannot be decoded (Sam Overend
via thiru)
+ AVRO-1171. Avro C++ Json Decoder: Double cannot be decoded (Sam
+ Overend via thiru)
Avro 1.7.4 (22 February 2012)