This is an automated email from the ASF dual-hosted git repository. jan pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/couchdb-www.git
commit 3360ff0d2e8a83e6f0b6414b1dfc817be348f727 Author: Jan Lehnardt <[email protected]> AuthorDate: Wed Feb 26 18:32:21 2020 +0100 3.0.0 --- index.html | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index e3a91b5..53298c3 100644 --- a/index.html +++ b/index.html @@ -87,7 +87,7 @@ Thanks to Yohei Shimomae and the Apache Cordova team for the original design. </ul> <div class="button-container"> - <a class="button" href="#download">DOWNLOAD<small class="download-version">2.3.1 (2019-03-12)</small></a> + <a class="button" href="#download">DOWNLOAD<small class="download-version">3.0.0 (2020-02-26)</small></a> </div> </div> @@ -544,6 +544,65 @@ Thanks to Yohei Shimomae and the Apache Cordova team for the original design. <hr> <div class="wrap download-pane"> + <h2 class="icon icon-download">Download CouchDB 3.0.0</h2> + </div> + + <div class="grid"> + + <div class="wrap"> + + <div class="corner"></div> + + <div class="download-list-container"> + + <ul class="list download-list"> + <li> + <a href="https://www.apache.org/dyn/closer.lua?path=/couchdb/source/3.0.0/apache-couchdb-3.0.0.tar.gz" class="type">Source</a> + <span class="info"> + Version 3.0.0 | + <a href="http://docs.couchdb.org/en/3.0.0/whatsnew/2.3.html#version-3.0.0" class="release">Release Notes</a> | + <a href="https://www.apache.org/dist/couchdb/source/3.0.0/apache-couchdb-3.0.0.tar.gz.asc">PGP Signature</a> | + <a href="https://www.apache.org/dist/couchdb/source/3.0.0/apache-couchdb-3.0.0.tar.gz.sha256">SHA256</a> + <a href="https://www.apache.org/dist/couchdb/source/3.0.0/apache-couchdb-3.0.0.tar.gz.sha512">SHA512</a> + </span> + </li> + <li> + <a href="https://neighbourhood.ie/download-couchdb-win/" class="type"> + Windows (x64) + </a> + <span class="info"> + Erlang/OTP 22.2 | Version 3.0.0 | + <a href="http://docs.couchdb.org/en/3.0.0/whatsnew/2.3.html#version-3.0.0" class="release">Release Notes</a> | + </span> + </li> + <li> + <a href="https://neighbourhood.ie/download-couchdb-mac/" class="type"> + macOS (10.10+) + </a> + <span class="info"> + Erlang/OTP 22.2 | Version 3.0.0 | + <a href="http://docs.couchdb.org/en/3.0.0/whatsnew/2.3.html#version-3.0.0" class="release">Release Notes</a> | + </span> + <li> + <a href="http://docs.couchdb.org/en/latest/install/unix.html#installation-using-the-apache-couchdb-convenience-binary-packages" class="type">Debian/Ubuntu/RHEL/CentOS packages</a> + <span class="info"> + Erlang/OTP 19.3 | Version 3.0.0 | + <a href="http://docs.couchdb.org/en/3.0.0/whatsnew/2.3.html#version-3.0.0" class="release">Release Notes</a> + </span> + </li> + </ul> + <div> + <a href="https://www.apache.org/info/verification.html">Instructions for verifying downloads.</a> <a href="https://www.apache.org/dist/couchdb/KEYS">KEYS file</a> for validating signatures. + </div> + </div> + + </div> + + </div> + + <hr> + + <div class="wrap download-pane"> <h2 class="icon icon-download">Download CouchDB 2.3.1</h2> </div> @@ -606,6 +665,7 @@ Thanks to Yohei Shimomae and the Apache Cordova team for the original design. </div> + <hr> <a class="scroll-point" id="more"></a>
