You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ra...@apache.org on 2013/05/28 09:54:33 UTC

[4/4] git commit: updated refs/heads/master to 3357462

Update NEWS and CHANGES w 1.3.1 entries


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

Branch: refs/heads/master
Commit: 3357462ad3841afbd0df90f606f9bc915439fd30
Parents: b1c87da
Author: Randall Leeds <ra...@apache.org>
Authored: Tue May 28 00:46:56 2013 -0700
Committer: Randall Leeds <ra...@apache.org>
Committed: Tue May 28 00:53:18 2013 -0700

----------------------------------------------------------------------
 CHANGES |   19 +++++++++++++++++++
 NEWS    |    6 ++++++
 2 files changed, 25 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/3357462a/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 5d5e52b..578efaa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -25,6 +25,25 @@ Apache CouchDB CHANGES
 #
 # This version has not been released yet.
 
+# Replicator:
+
+#  * Tolerate missing source and target fields in _replicator docs
+  (COUCHDB-1788).
+
+# Log System:
+
+#  * Don't log about missing .compact files.
+#  * Fix bug in WARN level logging from 1.3.0 (COUCHDB-1794).
+
+# View Server:
+
+#  * Fix the -S option to couchjs to increase memory limits (COUCHDB-1792).
+
+# Misc:
+
+#  * Improve documentation: better structure, improve language, less duplication.
+#  * Improvements to test suite.
+
 Version 1.3.0
 -------------
 

http://git-wip-us.apache.org/repos/asf/couchdb/blob/3357462a/NEWS
----------------------------------------------------------------------
diff --git a/NEWS b/NEWS
index 6ed3f20..efa79aa 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,12 @@ Each release section notes when backwards incompatible changes have been made.
 #
 # This version has not been released yet.
 
+#  * Tolerate missing source and target fields in _replicator docs.
+#  * Don't log about missing .compact files.
+#  * Fix bug in WARN level logging from 1.3.0.
+#  * Improve documentation: better structure, improve language, less duplication.
+#  * Improvements to test suite.
+
 Version 1.3.0
 -------------