Updated Branches: refs/heads/1.3.x d09468f6c -> f325ad6db
Stabilize replication id This patch introduces a stable server-wide UUID which is used in place of the local hostname and port number in new replication ids. This allows CouchDB to find a valid checkpoint even if the coordinating node's port has changed (it might be using a dynamic port, for example). COUCHDB-1259 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/f325ad6d Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/f325ad6d Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/f325ad6d Branch: refs/heads/1.3.x Commit: f325ad6db7a13eb1564a6c49008a839ca64e46cd Parents: d09468f Author: Robert Newson <rnew...@apache.org> Authored: Wed Nov 14 10:53:07 2012 +0000 Committer: Robert Newson <rnew...@apache.org> Committed: Tue Nov 27 09:27:31 2012 +0000 ---------------------------------------------------------------------- NEWS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/f325ad6d/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index 3d6955c..d2281fa 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,7 @@ This version has not been released yet. * Added utc_id UUID algorithm. * encode database name during URL rewriting. * Include user name in show/list ETags. + * Per module log levels. * server-wide UUID in some replication ids. Version 1.2.1