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

Branch: refs/heads/1.2.x
Commit: e2eb3e92ddd6f35d37c513de74e76c95fff37102
Parents: fd9b66d
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:50 2013 +0000

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/e2eb3e92/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 154481b..dd07197 100644
--- a/CHANGES
+++ b/CHANGES
@@ -191,31 +191,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
 -------------

Reply via email to