You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/03/07 22:30:41 UTC

git commit: fix up 1.1.1 section

Updated Branches:
  refs/heads/master c0c938ff1 -> 6a840a858


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/6a840a85
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/6a840a85
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/6a840a85

Branch: refs/heads/master
Commit: 6a840a858164617519871423b1b35e9c48d23f2d
Parents: c0c938f
Author: Jan Lehnardt <ja...@apache.org>
Authored: Thu Mar 7 22:29:43 2013 +0100
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Thu Mar 7 22:30:29 2013 +0100

----------------------------------------------------------------------
 CHANGES |   44 +++++++++++++++++++++++++++++---------------
 1 files changed, 29 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/6a840a85/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 184bc64..6a9492c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -258,31 +258,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
 -------------