You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by fd...@apache.org on 2011/10/05 16:00:25 UTC

git commit: Update CHANGES and NEWS for the 1.1.1 release

Updated Branches:
  refs/heads/master 841a4087e -> e43a0fa86


Update CHANGES and NEWS for the 1.1.1 release


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

Branch: refs/heads/master
Commit: e43a0fa86da23168bed9b9c828f882fd2061afcb
Parents: 841a408
Author: Filipe David Manana <fd...@apache.org>
Authored: Wed Oct 5 14:58:25 2011 +0100
Committer: Filipe David Manana <fd...@apache.org>
Committed: Wed Oct 5 14:59:47 2011 +0100

----------------------------------------------------------------------
 CHANGES |    3 +++
 NEWS    |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/e43a0fa8/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index cb94f05..548dc53 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
 -------------

http://git-wip-us.apache.org/repos/asf/couchdb/blob/e43a0fa8/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index 69c63a4..29973b4 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
 -------------