Updated Branches: refs/heads/master a2b3cc722 -> de3ba6b5b
Backport 1.0.4 release notes Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/de3ba6b5 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/de3ba6b5 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/de3ba6b5 Branch: refs/heads/master Commit: de3ba6b5baa0a16e94cbf5825295ba77fe3fbc0a Parents: a2b3cc7 Author: Robert Newson <[email protected]> Authored: Thu Dec 20 20:35:21 2012 +0000 Committer: Robert Newson <[email protected]> Committed: Tue Jan 8 21:17:35 2013 +0000 ---------------------------------------------------------------------- CHANGES | 22 ++++++++++++++++++++++ NEWS | 9 +++++++++ 2 files changed, 31 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/de3ba6b5/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index a394414..6505691 100644 --- a/CHANGES +++ b/CHANGES @@ -276,6 +276,28 @@ URL Rewriter & Vhosts: * Fix for variable substituion +Version 1.0.4 +------------- + +Note that this version has not been released yet. + +Log System: + + * Fix file descriptor leak in _log. + +HTTP Interface: + + * Fix missing revisions in _changes?style=all_docs. + * Fix validation of attachment names. + +View System: + + * Avoid invalidating view indexes when running out of file descriptors. + +Replicator: + + * Fix a race condition where replications can go stale + Version 1.0.3 ------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/de3ba6b5/NEWS ---------------------------------------------------------------------- diff --git a/NEWS b/NEWS index fc578b5..6745e3f 100644 --- a/NEWS +++ b/NEWS @@ -144,6 +144,15 @@ This release contains backwards incompatible changes. to lack of permissions. * Added a "change password"-feature to Futon. +Version 1.0.4 +------------- + + * Fix file descriptor leak in _log. + * Fix missing revisions in _changes?style=all_docs. + * Fix validation of attachment names. + * Avoid invalidating view indexes when running out of file descriptors. + * Fix a race condition where replications can go stale + Version 1.0.3 -------------
