diff options
-rw-r--r-- | CHANGES | 5 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -9,6 +9,11 @@ This version has not been released yet. 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. @@ -15,6 +15,8 @@ This version has not been released yet. Version 1.0.1 ------------- + * Fix data corruption bug COUCHDB-844. Please see + http://couchdb.apache.org/notice/1.0.1.html for details. * Added support for replication via an HTTP/HTTP proxy. * Fixed various replicator bugs for interop with older CouchDB versions. * Show fields saved along with _deleted=true. Allows for auditing of deletes. |