From 78147f5275a73853e013168e676880a4d37ffda4 Mon Sep 17 00:00:00 2001 From: Robert Newson Date: Thu, 20 Dec 2012 20:35:21 +0000 Subject: [PATCH] Backport 1.0.4 release notes --- CHANGES | 22 ++++++++++++++++++++++ NEWS | 9 +++++++++ 2 files changed, 31 insertions(+) diff --git a/CHANGES b/CHANGES index a394414cf96..650569186a7 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 ------------- diff --git a/NEWS b/NEWS index fc578b57ab0..6745e3f398f 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 -------------