Updated Branches: refs/heads/1.1.x 7100092ea -> 16466f7fe refs/heads/1.2.x fd9b66dbc -> e2eb3e92d refs/heads/1.3.x 26e81621b -> d18b031ce
fix up 1.1.1 section Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/16466f7f Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/16466f7f Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/16466f7f Branch: refs/heads/1.1.x Commit: 16466f7fe5aaf1fe260dd0a0d5ac40b4bc78c1bf Parents: 7100092 Author: Jan Lehnardt <[email protected]> Authored: Thu Mar 7 22:29:43 2013 +0100 Committer: Noah Slater <[email protected]> Committed: Thu Mar 7 22:38:56 2013 +0000 ---------------------------------------------------------------------- CHANGES | 44 +++++++++++++++++++++++++++++--------------- 1 files changed, 29 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/16466f7f/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index e8dc04d..2bb0659 100644 --- a/CHANGES +++ b/CHANGES @@ -43,31 +43,45 @@ Build System: Version 1.1.1 ------------- - * Support SpiderMonkey 1.8.5 +HTTP Interface: + * 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. + +Core Database: + * Fixes regarding file descriptor leaks for databases with views. + * Fix bug where update handlers break after conflict resolution. + * Fix file descriptor leak in _log + * Improve handling of compaction at max_dbs_open limit. + * Fix crashes when compacting large views. + +Query Server: + + * Support SpiderMonkey 1.8.5 + * Support provides() in show functions. + * Fix deadlock when assigning couchjs processes to serve requests. + * Allow CommonJS modules to be an empty string. + * Reap couchjs processes that hit reduce_overflow error. + +Replicator: + + * max_replication_retry_count now supports "infinity". + * Fix replication crash when source database has a document with empty ID. + * Fix bug with _replicator where include "filter" could crash couch. + +Misc: + + * Bump minimum Erlang version to R13B02. + * Link to ICU 4.2 on Windows. + * Do not run deleted validate_doc_update functions. Version 1.1.0 -------------
