summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2010-08-10 22:37:23 +0000
committerNoah Slater <nslater@apache.org>2010-08-10 22:37:23 +0000
commit741fba49248f8620ae5769d00c96ede020eb8adf (patch)
tree467b57fbd19ab1cf627df219d76dc30daf8c2800
parent4299b4a4315d353ea14445f854100d5f2707e1a2 (diff)
fixed up NEWS and CHANGES
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@984251 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES5
-rw-r--r--NEWS3
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 97d15b23..c1023752 100644
--- a/CHANGES
+++ b/CHANGES
@@ -22,6 +22,7 @@ Replicator:
HTTP Interface:
+ * Expose `committed_update_seq` for monitoring purposes.
* Show fields saved along with _deleted=true. Allows for auditing of deletes.
* More robust Accept-header detection.
@@ -34,6 +35,10 @@ Futon:
* User interface element for querying stale (cached) views.
+Build and System Integration:
+
+ * Included additional source files for distribution.
+
Version 1.0.0
-------------
diff --git a/NEWS b/NEWS
index a80a5bd3..6507ebbb 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,7 @@ Version 1.0.1
* Enable basic-auth popup when required to access the server, to prevent
people from getting locked out.
* User interface element for querying stale (cached) views.
+ * Included additional source files for distribution.
Version 1.0.0
-------------
@@ -38,7 +39,7 @@ Version 1.0.0
Version 0.11.2
--------------
- * Replicator buxfixes for design documents and secured databases.
+ * Replicator buxfixes for replicating design documents from secured databases.
* Better error messages on invalid URL requests.
* User documents can now be deleted by admins or the user.
* Avoid potential DOS attack by guarding all creation of atoms.