You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2012/12/25 11:57:43 UTC

[2/2] git commit: Backport 1.0.4 release notes

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/c4ee89ee
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/c4ee89ee
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/c4ee89ee

Branch: refs/heads/malformed_request_line
Commit: c4ee89eeff31501c5f90493e805324e6d437d8db
Parents: 941626c
Author: Robert Newson <rn...@apache.org>
Authored: Thu Dec 20 20:35:21 2012 +0000
Committer: Robert Newson <rn...@apache.org>
Committed: Tue Dec 25 10:10:54 2012 +0000

----------------------------------------------------------------------
 CHANGES |   22 ++++++++++++++++++++++
 NEWS    |    9 +++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/c4ee89ee/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/c4ee89ee/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
 -------------