You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by Robert Newson <rn...@apache.org> on 2011/10/31 15:07:24 UTC

[ANNOUNCE] Apache CouchDB 1.1.1 has been released

Hello,

Apache CouchDB 1.1.1 has been released and is available for download:

	http://couchdb.apache.org/downloads.html

Changes in this release:

* 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.

Apache CouchDB is a document-oriented database that can be queried and
indexed in a MapReduce
fashion using JavaScript. CouchDB also offers incremental replication
with bi-directional
conflict detection and resolution.

CouchDB provides a RESTful JSON API than can be accessed from any
environment that allows
HTTP requests. There are myriad third-party client libraries that make
this even easier from
your programming language of choice. CouchDB's built in Web
administration console speaks
directly to the database using HTTP requests issued from your browser.

CouchDB is written in Erlang, a robust functional programming language
ideal for building
concurrent distributed systems. Erlang allows for a flexible design
that is easily scalable
and readily extensible.

By Gelfling hand or else by none,
B.

Re: [ANNOUNCE] Apache CouchDB 1.1.1 has been released

Posted by Benoit Chesneau <bc...@gmail.com>.
On Mon, Oct 31, 2011 at 3:07 PM, Robert Newson <rn...@apache.org> wrote:
> Hello,
>
> Apache CouchDB 1.1.1 has been released and is available for download:
>
>        http://couchdb.apache.org/downloads.html
>
> Changes in this release:
>
> * 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.
>
> Apache CouchDB is a document-oriented database that can be queried and
> indexed in a MapReduce
> fashion using JavaScript. CouchDB also offers incremental replication
> with bi-directional
> conflict detection and resolution.
>
> CouchDB provides a RESTful JSON API than can be accessed from any
> environment that allows
> HTTP requests. There are myriad third-party client libraries that make
> this even easier from
> your programming language of choice. CouchDB's built in Web
> administration console speaks
> directly to the database using HTTP requests issued from your browser.
>
> CouchDB is written in Erlang, a robust functional programming language
> ideal for building
> concurrent distributed systems. Erlang allows for a flexible design
> that is easily scalable
> and readily extensible.
>
> By Gelfling hand or else by none,
> B.
>

Thanks!

- benoît

Re: [ANNOUNCE] Apache CouchDB 1.1.1 has been released

Posted by Dave Cottlehuber <da...@muse.net.nz>.
On 31 October 2011 15:07, Robert Newson <rn...@apache.org> wrote:
> Hello,
>
> Apache CouchDB 1.1.1 has been released and is available for download:
>
>        http://couchdb.apache.org/downloads.html
>
> Changes in this release:
>
> * 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.
>
> Apache CouchDB is a document-oriented database that can be queried and
> indexed in a MapReduce
> fashion using JavaScript. CouchDB also offers incremental replication
> with bi-directional
> conflict detection and resolution.
>
> CouchDB provides a RESTful JSON API than can be accessed from any
> environment that allows
> HTTP requests. There are myriad third-party client libraries that make
> this even easier from
> your programming language of choice. CouchDB's built in Web
> administration console speaks
> directly to the database using HTTP requests issued from your browser.
>
> CouchDB is written in Erlang, a robust functional programming language
> ideal for building
> concurrent distributed systems. Erlang allows for a flexible design
> that is easily scalable
> and readily extensible.
>
> By Gelfling hand or else by none,
> B.
>

Another round of awesome!! Thanks Bob!

A belated +1 from:
Windows 7 Enterprise x64
CouchDB built from the new delicious git tag.

curl-7.21.7
icu-4.4.2
js-1.8.5 & js-1.8.0 aka tracemonkey-57a6ad20eae9
openssl-1.0.0d
wxMSW-2.8.11

tested on Windows, portable firefox 6.0.1.

I've done the usual windows incantations here
https://www.dropbox.com/s/jeifcxpbtpo78ak/Releases/1.1.1/ and I'll
move these onto my slightly more respectable unofficial github repo in
the next day or so.

These are the first builds done entirely using the SDK 7.0 and JS185
if you choose that version, so I am keen to hear back if people
experience any problems. Or in fact are using it at all ;-)

A+
Dave

Re: [ANNOUNCE] Apache CouchDB 1.1.1 has been released

Posted by Noah Slater <ns...@tumbolia.org>.
Woot. Cheers Bob!

On Mon, Oct 31, 2011 at 2:07 PM, Robert Newson <rn...@apache.org> wrote:

> Hello,
>
> Apache CouchDB 1.1.1 has been released and is available for download:
>
>        http://couchdb.apache.org/downloads.html
>
> Changes in this release:
>
> * 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.
>
> Apache CouchDB is a document-oriented database that can be queried and
> indexed in a MapReduce
> fashion using JavaScript. CouchDB also offers incremental replication
> with bi-directional
> conflict detection and resolution.
>
> CouchDB provides a RESTful JSON API than can be accessed from any
> environment that allows
> HTTP requests. There are myriad third-party client libraries that make
> this even easier from
> your programming language of choice. CouchDB's built in Web
> administration console speaks
> directly to the database using HTTP requests issued from your browser.
>
> CouchDB is written in Erlang, a robust functional programming language
> ideal for building
> concurrent distributed systems. Erlang allows for a flexible design
> that is easily scalable
> and readily extensible.
>
> By Gelfling hand or else by none,
> B.
>

Re: [ANNOUNCE] Apache CouchDB 1.1.1 has been released

Posted by Thomas Hommers <th...@ebalu.com>.
Thanks, I will try this.

On Oct 31, 2011, at 22:51, "Paul Davis" <pa...@gmail.com> wrote:

> There's been a CLI javascript runner that you can access through
> ./test/javascript/run if you have a node running locally. Recently, on
> trunk we've been trying to make this more automated and will treat it
> as the official test report.
> 
> On Mon, Oct 31, 2011 at 9:11 AM, Thomas Hommers
> <th...@ebalu.com> wrote:
>> Hi,
>> 
>> does the new version has the possibility to test the installation trough a script on the server instead of using the Futon Test Suite?
>> I read somewhere that somebody was working on this for a future release because of trouble with Futon's Test suite behaving different on different browsers etc.
>> 
>> Regards
>> Thomas
>> 
>> ________________________________________
>> From: Robert Newson [rnewson@apache.org]
>> Sent: Monday, October 31, 2011 3:07 PM
>> To: announce@apache.org; dev@couchdb.apache.org; user@couchdb.apache.org
>> Subject: [ANNOUNCE] Apache CouchDB 1.1.1 has been released
>> 
>> Hello,
>> 
>> Apache CouchDB 1.1.1 has been released and is available for download:
>> 
>>        http://couchdb.apache.org/downloads.html
>> 
>> Changes in this release:
>> 
>> * 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.
>> 
>> Apache CouchDB is a document-oriented database that can be queried and
>> indexed in a MapReduce
>> fashion using JavaScript. CouchDB also offers incremental replication
>> with bi-directional
>> conflict detection and resolution.
>> 
>> CouchDB provides a RESTful JSON API than can be accessed from any
>> environment that allows
>> HTTP requests. There are myriad third-party client libraries that make
>> this even easier from
>> your programming language of choice. CouchDB's built in Web
>> administration console speaks
>> directly to the database using HTTP requests issued from your browser.
>> 
>> CouchDB is written in Erlang, a robust functional programming language
>> ideal for building
>> concurrent distributed systems. Erlang allows for a flexible design
>> that is easily scalable
>> and readily extensible.
>> 
>> By Gelfling hand or else by none,
>> B.
>> 

Re: [ANNOUNCE] Apache CouchDB 1.1.1 has been released

Posted by Paul Davis <pa...@gmail.com>.
There's been a CLI javascript runner that you can access through
./test/javascript/run if you have a node running locally. Recently, on
trunk we've been trying to make this more automated and will treat it
as the official test report.

On Mon, Oct 31, 2011 at 9:11 AM, Thomas Hommers
<th...@ebalu.com> wrote:
> Hi,
>
> does the new version has the possibility to test the installation trough a script on the server instead of using the Futon Test Suite?
> I read somewhere that somebody was working on this for a future release because of trouble with Futon's Test suite behaving different on different browsers etc.
>
> Regards
> Thomas
>
> ________________________________________
> From: Robert Newson [rnewson@apache.org]
> Sent: Monday, October 31, 2011 3:07 PM
> To: announce@apache.org; dev@couchdb.apache.org; user@couchdb.apache.org
> Subject: [ANNOUNCE] Apache CouchDB 1.1.1 has been released
>
> Hello,
>
> Apache CouchDB 1.1.1 has been released and is available for download:
>
>        http://couchdb.apache.org/downloads.html
>
> Changes in this release:
>
> * 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.
>
> Apache CouchDB is a document-oriented database that can be queried and
> indexed in a MapReduce
> fashion using JavaScript. CouchDB also offers incremental replication
> with bi-directional
> conflict detection and resolution.
>
> CouchDB provides a RESTful JSON API than can be accessed from any
> environment that allows
> HTTP requests. There are myriad third-party client libraries that make
> this even easier from
> your programming language of choice. CouchDB's built in Web
> administration console speaks
> directly to the database using HTTP requests issued from your browser.
>
> CouchDB is written in Erlang, a robust functional programming language
> ideal for building
> concurrent distributed systems. Erlang allows for a flexible design
> that is easily scalable
> and readily extensible.
>
> By Gelfling hand or else by none,
> B.
>

RE: [ANNOUNCE] Apache CouchDB 1.1.1 has been released

Posted by Thomas Hommers <th...@ebalu.com>.
Hi,

does the new version has the possibility to test the installation trough a script on the server instead of using the Futon Test Suite?
I read somewhere that somebody was working on this for a future release because of trouble with Futon's Test suite behaving different on different browsers etc.

Regards
Thomas

________________________________________
From: Robert Newson [rnewson@apache.org]
Sent: Monday, October 31, 2011 3:07 PM
To: announce@apache.org; dev@couchdb.apache.org; user@couchdb.apache.org
Subject: [ANNOUNCE] Apache CouchDB 1.1.1 has been released

Hello,

Apache CouchDB 1.1.1 has been released and is available for download:

        http://couchdb.apache.org/downloads.html

Changes in this release:

* 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.

Apache CouchDB is a document-oriented database that can be queried and
indexed in a MapReduce
fashion using JavaScript. CouchDB also offers incremental replication
with bi-directional
conflict detection and resolution.

CouchDB provides a RESTful JSON API than can be accessed from any
environment that allows
HTTP requests. There are myriad third-party client libraries that make
this even easier from
your programming language of choice. CouchDB's built in Web
administration console speaks
directly to the database using HTTP requests issued from your browser.

CouchDB is written in Erlang, a robust functional programming language
ideal for building
concurrent distributed systems. Erlang allows for a flexible design
that is easily scalable
and readily extensible.

By Gelfling hand or else by none,
B.

Re: [ANNOUNCE] Apache CouchDB 1.1.1 has been released

Posted by Marcello Nuccio <ma...@gmail.com>.
Thanks!
Marcello

2011/10/31 Robert Newson <rn...@apache.org>:
> Hello,
>
> Apache CouchDB 1.1.1 has been released and is available for download:
>
>        http://couchdb.apache.org/downloads.html
>
> Changes in this release:
>
> * 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.
>
> Apache CouchDB is a document-oriented database that can be queried and
> indexed in a MapReduce
> fashion using JavaScript. CouchDB also offers incremental replication
> with bi-directional
> conflict detection and resolution.
>
> CouchDB provides a RESTful JSON API than can be accessed from any
> environment that allows
> HTTP requests. There are myriad third-party client libraries that make
> this even easier from
> your programming language of choice. CouchDB's built in Web
> administration console speaks
> directly to the database using HTTP requests issued from your browser.
>
> CouchDB is written in Erlang, a robust functional programming language
> ideal for building
> concurrent distributed systems. Erlang allows for a flexible design
> that is easily scalable
> and readily extensible.
>
> By Gelfling hand or else by none,
> B.
>

Re: [ANNOUNCE] Apache CouchDB 1.1.1 has been released

Posted by Noah Slater <ns...@tumbolia.org>.
Woot. Cheers Bob!

On Mon, Oct 31, 2011 at 2:07 PM, Robert Newson <rn...@apache.org> wrote:

> Hello,
>
> Apache CouchDB 1.1.1 has been released and is available for download:
>
>        http://couchdb.apache.org/downloads.html
>
> Changes in this release:
>
> * 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.
>
> Apache CouchDB is a document-oriented database that can be queried and
> indexed in a MapReduce
> fashion using JavaScript. CouchDB also offers incremental replication
> with bi-directional
> conflict detection and resolution.
>
> CouchDB provides a RESTful JSON API than can be accessed from any
> environment that allows
> HTTP requests. There are myriad third-party client libraries that make
> this even easier from
> your programming language of choice. CouchDB's built in Web
> administration console speaks
> directly to the database using HTTP requests issued from your browser.
>
> CouchDB is written in Erlang, a robust functional programming language
> ideal for building
> concurrent distributed systems. Erlang allows for a flexible design
> that is easily scalable
> and readily extensible.
>
> By Gelfling hand or else by none,
> B.
>

Re: [ANNOUNCE] Apache CouchDB 1.1.1 has been released

Posted by Benoit Chesneau <bc...@gmail.com>.
On Mon, Oct 31, 2011 at 3:07 PM, Robert Newson <rn...@apache.org> wrote:
> Hello,
>
> Apache CouchDB 1.1.1 has been released and is available for download:
>
>        http://couchdb.apache.org/downloads.html
>
> Changes in this release:
>
> * 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.
>
> Apache CouchDB is a document-oriented database that can be queried and
> indexed in a MapReduce
> fashion using JavaScript. CouchDB also offers incremental replication
> with bi-directional
> conflict detection and resolution.
>
> CouchDB provides a RESTful JSON API than can be accessed from any
> environment that allows
> HTTP requests. There are myriad third-party client libraries that make
> this even easier from
> your programming language of choice. CouchDB's built in Web
> administration console speaks
> directly to the database using HTTP requests issued from your browser.
>
> CouchDB is written in Erlang, a robust functional programming language
> ideal for building
> concurrent distributed systems. Erlang allows for a flexible design
> that is easily scalable
> and readily extensible.
>
> By Gelfling hand or else by none,
> B.
>

Thanks!

- benoît