diff options
author | Robert Newson <rnewson@apache.org> | 2012-12-20 20:35:21 +0000 |
---|---|---|
committer | Robert Newson <rnewson@apache.org> | 2013-01-08 21:17:35 +0000 |
commit | de3ba6b5baa0a16e94cbf5825295ba77fe3fbc0a (patch) | |
tree | afffd394294623d968477e21331e744b5a320e9a /CHANGES | |
parent | a2b3cc72229b86805ad11a27e93e74a78d6bdfa6 (diff) | |
download | couchdb-de3ba6b5baa0a16e94cbf5825295ba77fe3fbc0a.tar.gz |
Backport 1.0.4 release notes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -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 ------------- |