Updated Branches: refs/heads/1.2.x 6b530aa01 -> f2a3a4cfb
Update CHANGES & NEWS to reflect COUCHDB-1289 Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/f2a3a4cf Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/f2a3a4cf Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/f2a3a4cf Branch: refs/heads/1.2.x Commit: f2a3a4cfb4d36954c490d18d72214cdd74834924 Parents: b918fcf Author: Filipe David Borba Manana <[email protected]> Authored: Mon Nov 28 12:52:11 2011 +0000 Committer: Filipe David Borba Manana <[email protected]> Committed: Mon Nov 28 13:01:18 2011 +0000 ---------------------------------------------------------------------- CHANGES | 3 +++ NEWS | 2 ++ 2 files changed, 5 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/f2a3a4cf/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index f3edfde..b3819fc 100644 --- a/CHANGES +++ b/CHANGES @@ -19,6 +19,9 @@ HTTP Interface: * The _active_tasks API now offers more granular fields. Each task type is now able to expose different properties. * Added built-in changes feed filter `_view`. + * Fixes to the `_changes` feed heartbeat option which caused + heartbeats to be missed when used with a filter. This caused + timeouts of continuous pull replications with a filter. Replicator: http://git-wip-us.apache.org/repos/asf/couchdb/blob/f2a3a4cf/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index 07eb271..a63dc7d 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,8 @@ This version has not been released yet. * Fixed old index file descriptor leaks after a view cleanup. * Performance improvements for the built-in changes feed filters `_doc_ids` and `_design`. + * Fixes to the `_changes` feed heartbeat option when combined with + a filter. It affected continuous pull replications with a filter. Version 1.1.2 -------------
