summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Newson <rnewson@apache.org>2012-12-20 20:35:21 +0000
committerRobert Newson <rnewson@apache.org>2013-01-08 21:17:35 +0000
commitde3ba6b5baa0a16e94cbf5825295ba77fe3fbc0a (patch)
treeafffd394294623d968477e21331e744b5a320e9a
parenta2b3cc72229b86805ad11a27e93e74a78d6bdfa6 (diff)
downloadcouchdb-de3ba6b5baa0a16e94cbf5825295ba77fe3fbc0a.tar.gz
Backport 1.0.4 release notes
-rw-r--r--CHANGES22
-rw-r--r--NEWS9
2 files changed, 31 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a394414cf..650569186 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 fc578b57a..6745e3f39 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
-------------