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

[1/3] git commit: Backport CHANGES/NEWS for 1.1.[12]

Updated Branches:
  refs/heads/1.1.x 871c2a91f -> 34dfda694
  refs/heads/1.2.x ad7000143 -> 25d0fcc1e
  refs/heads/master a0284a483 -> 092d04f66


Backport CHANGES/NEWS for 1.1.[12]


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/25d0fcc1
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/25d0fcc1
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/25d0fcc1

Branch: refs/heads/1.2.x
Commit: 25d0fcc1e187729181a02d85a8c8f0e0b64b47c2
Parents: ad70001
Author: Robert Newson <rn...@apache.org>
Authored: Mon Oct 31 12:46:43 2011 +0000
Committer: Robert Newson <rn...@apache.org>
Committed: Mon Oct 31 12:46:43 2011 +0000

----------------------------------------------------------------------
 CHANGES |   28 +++++++++++++++++++++++++++-
 NEWS    |   28 +++++++++++++++++++++++++++-
 2 files changed, 54 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/25d0fcc1/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index c1462f2..4b520f6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -57,13 +57,39 @@ Futon:
  * The `Status` screen (active tasks) now displays two new task status
    fields: `Started on` and `Updated on`.
 
-Version 1.1.1
+Version 1.1.2
 -------------
 
 This version has not been released yet.
 
+Version 1.1.1
+-------------
+
+* 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.
 
 Version 1.1.0
 -------------

http://git-wip-us.apache.org/repos/asf/couchdb/blob/25d0fcc1/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index 4a86e8b..1c8f797 100644
--- a/NEWS
+++ b/NEWS
@@ -32,13 +32,39 @@ This version has not been released yet.
  * Futon's `Status` screen (active tasks) now displays two new task
    status fields: `Started on` and `Updated on`.
 
-Version 1.1.1
+Version 1.1.2
 -------------
 
 This version has not been released yet.
 
+Version 1.1.1
+-------------
+
+* 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.
 
 Version 1.1.0
 -------------