summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipe David Manana <fdmanana@apache.org>2011-10-05 14:58:25 +0100
committerFilipe David Manana <fdmanana@apache.org>2011-10-05 14:59:47 +0100
commite43a0fa86da23168bed9b9c828f882fd2061afcb (patch)
tree64690fe4a6dc0ad582c8544ee16d6c55ded094b6
parent841a4087ef6ee33ebf7c6b9631282ed2e74294f8 (diff)
downloadcouchdb-e43a0fa86da23168bed9b9c828f882fd2061afcb.tar.gz
Update CHANGES and NEWS for the 1.1.1 release
-rw-r--r--CHANGES3
-rw-r--r--NEWS3
2 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cb94f053b..548dc5389 100644
--- a/CHANGES
+++ b/CHANGES
@@ -91,6 +91,9 @@ This version has not been released yet.
* 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.
Version 1.1.0
-------------
diff --git a/NEWS b/NEWS
index 69c63a44f..29973b40c 100644
--- a/NEWS
+++ b/NEWS
@@ -64,6 +64,9 @@ This version has not been released yet.
* 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.
Version 1.1.0
-------------