diff options
author | Noah Slater <nslater@apache.org> | 2010-08-09 18:08:52 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2010-08-09 18:08:52 +0000 |
commit | 44f0bcbdb650fcfb5c8c2e0c24c00603f42824f4 (patch) | |
tree | 4e1d28a90e48b4cea891164f6100d3eae9c90099 /CHANGES | |
parent | 38b059fefa9a659a35ac8ad5db47134dcd8506b6 (diff) | |
parent | bfa939c1ee995cb4c69766af1b57031c564ebd2a (diff) |
tagging 1.0.1
git-svn-id: https://svn.apache.org/repos/asf/couchdb/tags/1.0.1@983758 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |