summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 65768af4..384b3f38 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@ Apache CouchDB CHANGES
Version 1.0.1
-------------
+Storage System:
+
+ * Fix data corruption bug COUCHDB-844. Please see
+ http://couchdb.apache.org/notice/1.0.1.html for details.
+
Replicator:
* Added support for replication via an HTTP/HTTP proxy.
@@ -12,6 +17,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.