Author: cutting
Date: Tue Jan 24 21:35:12 2012
New Revision: 1235512
URL: http://svn.apache.org/viewvc?rev=1235512&view=rev
Log:
AVRO-1002. Fix a broken link in the specification.
Modified:
avro/trunk/CHANGES.txt
avro/trunk/doc/src/content/xdocs/site.xml
Modified: avro/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/avro/trunk/CHANGES.txt?rev=1235512&r1=1235511&r2=1235512&view=diff
==============================================================================
--- avro/trunk/CHANGES.txt (original)
+++ avro/trunk/CHANGES.txt Tue Jan 24 21:35:12 2012
@@ -75,6 +75,8 @@ Avro 1.6.2 (unreleased)
AVRO-1000. Java: Remove incompatible implementations of equals()
and hashCode() from GenericData.Array. (cutting)
+ AVRO-1002. Fix a broken link in the specification. (cutting)
+
Avro 1.6.1 (8 November 2011)
INCOMPATIBLE CHANGES
Modified: avro/trunk/doc/src/content/xdocs/site.xml
URL:
http://svn.apache.org/viewvc/avro/trunk/doc/src/content/xdocs/site.xml?rev=1235512&r1=1235511&r2=1235512&view=diff
==============================================================================
--- avro/trunk/doc/src/content/xdocs/site.xml (original)
+++ avro/trunk/doc/src/content/xdocs/site.xml Tue Jan 24 21:35:12 2012
@@ -63,7 +63,7 @@ See http://forrest.apache.org/docs/linki
<wiki href="http://wiki.apache.org/hadoop/Avro/" />
<faq href="http://wiki.apache.org/hadoop/Avro/FAQ" />
<json href="http://www.json.org/" />
- <vint
href="http://lucene.apache.org/java/2_4_0/fileformats.html#VInt"/>
+ <vint
href="http://lucene.apache.org/java/3_5_0/fileformats.html#VInt"/>
<zigzag
href="http://code.google.com/apis/protocolbuffers/docs/encoding.html#types"/>
<api href="api/">
<c href="c/">