You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by st...@apache.org on 2005/06/08 00:04:19 UTC

svn commit: r189456 - in /incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs: downloads.xml release_notes.xml

Author: steveh
Date: Tue Jun  7 15:04:18 2005
New Revision: 189456

URL: http://svn.apache.org/viewcvs?rev=189456&view=rev
Log:
Integrating changes to v1m1 line.
(Adding link to known issues page.)

Modified:
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/downloads.xml
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/release_notes.xml

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/downloads.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/downloads.xml?rev=189456&r1=189455&r2=189456&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/downloads.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/downloads.xml Tue Jun  7 15:04:18 2005
@@ -7,14 +7,14 @@
 	</header>
 	<body>
 		<section>
-            <title>Beehive 1.0 Beta Binary Distribution</title>
-            <p>The Beehive 1.0 Beta binary distribution is available for 
-                download at <a
-				href="http://cvs.apache.org/dist/incubator/beehive/v1.0-beta/bin/">http://cvs.apache.org/dist/incubator/beehive/v1.0-beta/bin/</a>. 
-				</p>
-					<note>This distribution is a <em>beta</em> release and is 
-				<em>not</em> intended for creating production-level 
-                applications.</note>
+            <title>Beehive 1.0m1 Binary Distribution</title>
+            <p>
+                The Beehive 1.0 Milestone 1 binary distribution is available for download at
+                <a href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/">
+                    http://cvs.apache.org/dist/incubator/beehive/v1.0m1/</a>. 
+            </p>
+			<p>Known issues associated with the 1.0 Milestone 1 release can found at 
+				<a href="http://wiki.apache.org/beehive/1%2e0m1_Known_Issues">http://wiki.apache.org/beehive/1%2e0m1_Known_Issues</a></p>
 		</section>
 		<section>
 			<title>Daily Binary Distributions</title>
@@ -22,6 +22,100 @@
 				<a href="http://cvs.apache.org/dist/incubator/beehive/nightlies/">http://cvs.apache.org/dist/incubator/beehive/nightlies/</a> 
 				</p>
 		</section>
+        <section>
+            <title>Older Releases</title>
+            <section>
+                <title>Beehive 1.0 Beta Binary Distribution</title>
+                <p>
+                    The Beehive 1.0 Beta binary distribution is available for download at
+                    <a href="http://cvs.apache.org/dist/incubator/beehive/v1.0-beta/bin/">
+                        http://cvs.apache.org/dist/incubator/beehive/v1.0-beta/bin/
+                    </a>. 
+                </p>
+                <note>
+                    This distribution is a <em>beta</em> release and is <em>not</em> intended for
+                    creating production-level applications.
+                </note>
+            </section>
+        </section>
+        <section>
+            <title>Verifying Downloaded Files</title>
+            <p>
+                You can verify the integrity of downloaded files using either GnuPG/PGP or MD5.
+            </p>
+            <section>
+                <title>Verifying with PGP</title>
+                <p>
+                    PGP is commercial encryption/digital-signature software.  It can be found
+                    <a href="http://www.pgp.com">here</a>.
+                </p>
+                <ul>
+                    <li>
+                        Download the Beehive
+                        <a href="http://cvs.apache.org/dist/incubator/beehive/KEYS">KEYS</a>
+                        file.
+                    </li>
+                    <li>
+                        Download the associated <code>.asc</code> file that goes with the file
+                        you downloaded.  If you downloaded <code>example.tar.gz</code>, then you
+                        would also need <code>example.tar.gz.asc</code>.
+                    </li>
+                    <li>
+                        Import the KEYS file into your local keystore:
+                        <source>pgp -ka KEYS</source>
+                    </li>
+                    <li>
+                        Verify your downloaded file:
+                        <source>pgp example.tar.gz.asc</source>
+                    </li>
+                </ul>
+            </section>
+            <section>
+                <title>Verifying with GnuPG</title>
+                <p>
+                    GnuPG is a "complete and free replacement for PGP."  It can be found
+                    <a href="http://www.gnupg.org">here</a>.
+                </p>
+                <ul>
+                    <li>
+                        Download the Beehive
+                        <a href="http://cvs.apache.org/dist/incubator/beehive/KEYS">KEYS</a>
+                        file.
+                    </li>
+                    <li>
+                        Download the associated <code>.asc</code> file that goes with the file
+                        you downloaded.  If you downloaded <code>example.tar.gz</code>, then you
+                        would also need <code>example.tar.gz.asc</code>.
+                    </li>
+                    <li>
+                        Import the KEYS file into your local keystore:
+                        <source>gpg --import KEYS</source>
+                    </li>
+                    <li>
+                        Verify your downloaded file:
+                        <source>gpg --verify example.tar.gz.asc</source>
+                    </li>
+                </ul>
+            </section>
+            <section>
+                <title>Verifying with MD5</title>
+                <p>
+                    <code>md5sum</code> is a program on Unix-type systems that creates and verifies
+                    file checksums ("message digests").
+                </p>
+                <ul>
+                    <li>
+                        Download the associated <code>.md5</code> file that goes with the file
+                        you downloaded.  If you downloaded <code>example.tar.gz</code>, then you
+                        would also need <code>example.tar.gz.md5</code>.
+                    </li>
+                    <li>
+                        Verify your downloaded file:
+                        <source>md5sum -c example.tar.gz.md5</source>
+                    </li>
+                </ul>
+            </section>
+        </section>
 		<section>
 			<title>Making Your Own Distribution</title>
 			<p>If you want the Beehive source, follow the instructions at 

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/release_notes.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/release_notes.xml?rev=189456&r1=189455&r2=189456&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/release_notes.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/release_notes.xml Tue Jun  7 15:04:18 2005
@@ -38,11 +38,15 @@
 			<p>To fix the display, enbable "active content" in Internet Explorer.</p>
 			<p>This problem is not seen on the Firefox browser.</p>
 		</section>
+		<section><title>Other Known Issues</title>
+        <p>Other known issues associated with this release can be found at 
+			<a href="http://wiki.apache.org/beehive/1%2e0m1_Known_Issues">http://wiki.apache.org/beehive/1%2e0m1_Known_Issues</a></p>
+		</section>
     </section>
-    <section>
+    <!--<section>
         <title>Issues Fixed in this Release</title>
         <p></p>
-    </section>
+    </section>-->
     </body>
     <footer>
         <legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br/>