Author: nslater Date: Sun Jul 5 19:13:07 2009 New Revision: 791303 URL: http://svn.apache.org/viewvc?rev=791303&view=rev Log: added commands for release verification Modified: couchdb/site/htdocs/community/committers.html couchdb/site/htdocs/community/lists.html couchdb/site/htdocs/downloads.html couchdb/site/htdocs/downloads.txt Modified: couchdb/site/htdocs/community/committers.html URL: http://svn.apache.org/viewvc/couchdb/site/htdocs/community/committers.html?rev=791303&r1=791302&r2=791303&view=diff ============================================================================== --- couchdb/site/htdocs/community/committers.html (original) +++ couchdb/site/htdocs/community/committers.html Sun Jul 5 19:13:07 2009 @@ -71,41 +71,41 @@

Committers

-

Damien Katz, damien@apache.org

+

Damien Katz, damien@apache.org

Original developer and remains the project lead.

-

Jan Lehnardt, jan@apache.org

+

Jan Lehnardt, jan@apache.org

Worked on the original UNIX port and now works on all ends in CouchDB. He is a freelancing CouchDB consultant and gives presentations around the world.

-

Noah Slater, nslater@apache.org

+

Noah Slater, nslater@apache.org

Developed and maintains the Autotools build system and application infrastructure. He is CouchDB’s release manager and maintains a number of related packages for Debian GNU/Linux.

-

Christopher Lenz, cmlenz@apache.org

+

Christopher Lenz, cmlenz@apache.org

Developed and maintains Futon, the Web administration console. He works on the JavaScript view engine, SpiderMonkey and MochiWeb integration in addition to an external Python client.

-

J. Chris Anderson, jchris@apache.org

+

J. Chris Anderson, jchris@apache.org

Upgraded the Erlang JSON term format. Integrates community patches, particularly related to the HTTP API and the MapReduce system. Gives talks and presentations about CouchDB, with an eye toward recruiting more developers.

-

Paul J. Davis, davisp@apache.org

+

Paul J. Davis, davisp@apache.org

Developed features for the HTTP API as well as helped with recent upgrades to the MapReduce system. Spends time tracking down various bugs reported in JIRA.

-

Adam Kocoloski, kocolosk@apache.org

+

Adam Kocoloski, kocolosk@apache.org

Maintains and extends the replicator. Hacks on various other parts of the core database.

Modified: couchdb/site/htdocs/community/lists.html URL: http://svn.apache.org/viewvc/couchdb/site/htdocs/community/lists.html?rev=791303&r1=791302&r2=791303&view=diff ============================================================================== --- couchdb/site/htdocs/community/lists.html (original) +++ couchdb/site/htdocs/community/lists.html Sun Jul 5 19:13:07 2009 @@ -87,11 +87,11 @@

The archives for this list can also be browsed online.

@@ -108,11 +108,11 @@

The archives for this list can also be browsed online.

@@ -127,9 +127,9 @@

The archives for this list can also be browsed online.

Modified: couchdb/site/htdocs/downloads.html URL: http://svn.apache.org/viewvc/couchdb/site/htdocs/downloads.html?rev=791303&r1=791302&r2=791303&view=diff ============================================================================== --- couchdb/site/htdocs/downloads.html (original) +++ couchdb/site/htdocs/downloads.html Sun Jul 5 19:13:07 2009 @@ -153,17 +153,28 @@

When downloading from a mirror please check the MD5 and -SHA checksums as well as -verifying the OpenPGP -compatible signature available from the main -Apache site. The -KEYS file contains -the public keys used for signing release. It is recommended that a -web of trust is used -to confirm the identity of these keys.

+SHA checksums as well +as verifying the OpenPGP +compatible signature available from the main Apache site. The +KEYS file contains the public keys +used for signing release. It is recommended that a web of +trust is used to +confirm the identity of these keys.

-

For more information see the -Apache Release FAQ.

+

You can check the OpenPGP signature with:

+ +
gpg --verify apache-couchdb-*.tar.gz.asc
+
+ +

You can check the MD5 checksum with:

+ +
md5sum --check apache-couchdb-*.tar.gz.md5
+
+ +

You can check the SHA checksum with:

+ +
sha1sum --check apache-couchdb-*.tar.gz.sha
+