You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2012/02/25 20:00:38 UTC

[Couchdb Wiki] Update of "releases" by JanLehnardt

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The "releases" page has been changed by JanLehnardt:
http://wiki.apache.org/couchdb/releases

Comment:
new releases page

New page:
This page lists all CouchDB releases that are currently supported by the Apache CouchDB project.

= Apache CouchDB Releases =

== 1.1.1 ==

[[http://www.apache.org/dyn/closer.cgi?path=/couchdb/1.1.1/apache-couchdb-1.1.1.tar.gz|apache-couchdb-1.1.1.tar.gz]] [[[http://www.apache.org/dist/couchdb/1.1.1/apache-couchdb-1.1.1.tar.gz.asc|OpenPGP}}] [MD5] [SHA]

=== Changes ===

 * Support !SpiderMonkey 1.8.5
 * Add configurable maximum to the number of bytes returned by _log.
 * Allow CommonJS modules to be an empty string.
 * Bump minimum Erlang version to !R13B02.
 * Do not run deleted validate_doc_update functions.
 * ETags for views include current sequence if include_docs=true.
 * Fix bug where duplicates can appear in _changes feed.
 * Fix bug where update handlers break after conflict resolution.
 * Fix bug with _replicator where include “filter” could crash couch.
 * Fix crashes when compacting large views.
 * Fix file descriptor leak in _log
 * Fix missing revisions in _changes?style=all_docs.
 * Improve handling of compaction at max_dbs_open limit.
 * JSONP responses now send “text/javascript” for Content-Type.
 * Link to ICU 4.2 on Windows.
 * Permit forward slashes in path to update functions.
 * Reap couchjs processes that hit reduce_overflow error.
 * Status code can be specified in update handlers.
 * Support provides() in show functions.
 * _view_cleanup when ddoc has no views now removes all index files.
 * max_replication_retry_count now supports “infinity”.
 * Fix replication crash when source database has a document with empty ID.
 * Fix deadlock when assigning couchjs processes to serve requests.
 * Fixes to the document multipart PUT API.
 * Fixes regarding file descriptor leaks for databases with views.


== 1.0.3 ==

[[http://www.apache.org/dyn/closer.cgi?path=/couchdb/1.0.3/apache-couchdb-1.0.3.tar.gz|apache-couchdb-1.0.3.tar.gz]] [[[http://www.apache.org/dist/couchdb/1.0.3/apache-couchdb-1.0.3.tar.gz.asc|OpenPGP}}] [MD5] [SHA]

=== Changes ===

 * Fixed compatibility issues with Erlang !R14B02.
 * Fix bug that allows invalid UTF-8 after valid escapes.
 * Enabled replication over IPv6.
 * Fixed for crashes in continuous and filtered changes feeds.
 * Changes feeds now honor conflicts=true parameter.
 * Fixed error when restarting replications in OTP !R14B02.
 * Fixed error with filter replication with a limit of 1.
 * Upgrade ibrowse to version 2.2.0.
 * Fixed OAuth signature computation in OTP !R14B02.
 * Handle passwords with : in them.
 * Made compatible with jQuery 1.5.x.
 * Added support for inclusive_end with reduce views.
 * Etap tests no longer require use of port 5984.
 * Windows builds now require ICU >= 4.4.0 and Erlang >= !R14B03.


== Release Support Policy ==

As general rule, we support whatever the latest version is plus the latest version of the previous release branch. Say if 1.1.1 is the latest release, and there is also 1.0.3, that's the ones we support. We do not support 1.0.2 and once 1.2.0 comes out, we drop support for 1.0.3 and 1.1.1 will be the oldest version supported


== Archived Releases ==

Old Apache CouchDB releases can be found in the [[http://archive.apache.org/dist/couchdb/|Apache CouchDB archive]].

Even older Apache Incubator releases of CouchDB can be found in the [[http://archive.apache.org/dist/incubator/couchdb/|Apache Incubator archive of CouchDB]].

These are provided for reference purposes only. It is recommended you use a current release of CouchDB.


== Verifying Releases ==

When downloading from a mirror please check the [[http://www.apache.org/dev/release-signing#md5|MD5]] and [[http://www.apache.org/dev/release-signing#sha-checksum|SHA]] checksums as well as verifying the [[http://www.apache.org/dev/release-signing#openpgp|OpenPGP]] compatible signature available from the main Apache site. The [[http://www.apache.org/dist/couchdb/KEYS|KEYS]] file contains the public keys used for signing release. It is recommended that a [[http://www.apache.org/dev/release-signing#web-of-trust|web of trust]] is used to confirm the identity of these keys.

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
}}}