You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2012/12/19 19:08:27 UTC

[3/3] git commit: update NEWS & CHANGES

update NEWS & CHANGES


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/70dbb7ff
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/70dbb7ff
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/70dbb7ff

Branch: refs/heads/1.0.x
Commit: 70dbb7ffa6d8fe55bb513eaaf0da95f66d155fb1
Parents: a996d8d
Author: Jan Lehnardt <ja...@apache.org>
Authored: Wed Dec 19 18:45:32 2012 +0100
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Wed Dec 19 18:45:32 2012 +0100

----------------------------------------------------------------------
 CHANGES |   21 +++++++++++++++++++++
 NEWS    |    9 +++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/70dbb7ff/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 1d87da8..9fdcb91 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,27 @@
 Apache CouchDB CHANGES
 ======================
 
+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/70dbb7ff/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index 0e8c58f..feb3178 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,15 @@ For details about backwards incompatible changes, see:
 
 Each release section notes when backwards incompatible changes have been made.
 
+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
 -------------