Author: cutting
Date: Wed Jul 1 22:01:00 2009
New Revision: 790400
URL: http://svn.apache.org/viewvc?rev=790400&view=rev
Log:
Preparing for 1.0.0 release.
Removed:
hadoop/avro/trunk/TODO.txt
Modified:
hadoop/avro/trunk/CHANGES.txt
hadoop/avro/trunk/README.txt
hadoop/avro/trunk/build.xml
hadoop/avro/trunk/src/doc/content/xdocs/spec.xml
hadoop/avro/trunk/src/doc/content/xdocs/tabs.xml
Modified: hadoop/avro/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/avro/trunk/CHANGES.txt?rev=790400&r1=790399&r2=790400&view=diff
==============================================================================
--- hadoop/avro/trunk/CHANGES.txt (original)
+++ hadoop/avro/trunk/CHANGES.txt Wed Jul 1 22:01:00 2009
@@ -1,6 +1,6 @@
Avro Change Log
-Trunk (unreleased changes)
+Avro 1.0.0 -- 1 July 2009
INCOMPATIBLE CHANGES
Modified: hadoop/avro/trunk/README.txt
URL:
http://svn.apache.org/viewvc/hadoop/avro/trunk/README.txt?rev=790400&r1=790399&r2=790400&view=diff
==============================================================================
--- hadoop/avro/trunk/README.txt (original)
+++ hadoop/avro/trunk/README.txt Wed Jul 1 22:01:00 2009
@@ -4,11 +4,6 @@
Please build and read the documentation for more details.
-WARNING: Avro is a work-in-progress, not yet a finished product. Its
-current intended audience is developers interested in collaborating to
-make it more useful. Do *not* yet use Avro for persistent data in
-production systems, as the data format may be incompatibly changed.
-
REQUIREMENTS
The following packages must be installed before Avro can be built:
Modified: hadoop/avro/trunk/build.xml
URL:
http://svn.apache.org/viewvc/hadoop/avro/trunk/build.xml?rev=790400&r1=790399&r2=790400&view=diff
==============================================================================
--- hadoop/avro/trunk/build.xml (original)
+++ hadoop/avro/trunk/build.xml Wed Jul 1 22:01:00 2009
@@ -27,7 +27,7 @@
<property name="org" value="apache"/>
<property name="Name" value="Avro"/>
<property name="name" value="avro"/>
- <property name="version" value="0.1-dev"/>
+ <property name="version" value="1.0.1-dev"/>
<property name="fullname" value="${name}-${version}"/>
<property name="year" value="2009"/>
@@ -467,7 +467,7 @@
</javadoc>
</target>
- <target name="package" depends="jar, javadoc, package-c"
+ <target name="package" depends="jar, doc, package-c"
description="Build distribution">
<mkdir dir="${dist.dir}"/>
<mkdir dir="${dist.dir}/lib"/>
@@ -494,6 +494,9 @@
<mapping conf="default" scope="compile"/>
</ivy:makepom>
+ <checksum file="${dist.dir}/${fullname}.pom" algorithm="md5"/>
+ <checksum file="${dist.dir}/${fullname}.pom" algorithm="sha1"/>
+
<copy todir="${dist.dir}/doc">
<fileset dir="${build.doc}"/>
</copy>
@@ -508,7 +511,10 @@
<fileset dir="src"/>
</copy>
- <copy todir="${dist.dir}/" file="build.xml"/>
+ <copy todir="${dist.dir}/">
+ <fileset file="build.xml"/>
+ <fileset file="ivy.xml"/>
+ </copy>
</target>
@@ -531,6 +537,8 @@
</tarfileset>
</param.listofitems>
</macro_tar>
+ <checksum file="${build.dir}/${fullname}.tar.gz" algorithm="md5"/>
+ <checksum file="${build.dir}/${fullname}.tar.gz" algorithm="sha1"/>
</target>
<target name="clean" description="Delete build files, and their directories"
Modified: hadoop/avro/trunk/src/doc/content/xdocs/spec.xml
URL:
http://svn.apache.org/viewvc/hadoop/avro/trunk/src/doc/content/xdocs/spec.xml?rev=790400&r1=790399&r2=790400&view=diff
==============================================================================
--- hadoop/avro/trunk/src/doc/content/xdocs/spec.xml (original)
+++ hadoop/avro/trunk/src/doc/content/xdocs/spec.xml Wed Jul 1 22:01:00 2009
@@ -18,7 +18,7 @@
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
"http://forrest.apache.org/dtd/document-v20.dtd">
<document>
<header>
- <title>Avro 1.0 <em>DRAFT</em> Specification</title>
+ <title>Avro 1.0 Specification</title>
</header>
<body>
@@ -30,15 +30,6 @@
adhere to this document.
</p>
- <section id="status">
- <title>Status</title>
- <p>This is a <em>DRAFT</em> specification, subject to change
- without notice. Do <em>not</em> yet use Avro for persistent
- data in production systems, as the data format may be
- incompatibly changed.
- </p>
- </section>
-
</section>
<section id="schemas">
Modified: hadoop/avro/trunk/src/doc/content/xdocs/tabs.xml
URL:
http://svn.apache.org/viewvc/hadoop/avro/trunk/src/doc/content/xdocs/tabs.xml?rev=790400&r1=790399&r2=790400&view=diff
==============================================================================
--- hadoop/avro/trunk/src/doc/content/xdocs/tabs.xml (original)
+++ hadoop/avro/trunk/src/doc/content/xdocs/tabs.xml Wed Jul 1 22:01:00 2009
@@ -29,7 +29,7 @@
-->
<tab label="Project" href="http://hadoop.apache.org/avro/" />
- <tab label="Wiki" href="http://wiki.apache.org/hadoop/avro/" />
- <tab label="Avro 0.1 Documentation" dir="" />
+ <tab label="Wiki" href="http://wiki.apache.org/hadoop/Avro/" />
+ <tab label="Avro 1.0.0 Documentation" dir="" />
</tabs>