From bfa939c1ee995cb4c69766af1b57031c564ebd2a Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Mon, 9 Aug 2010 17:47:31 +0000 Subject: update NEWS and CHANGES git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@983749 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 6 ++++++ NEWS | 2 ++ 2 files changed, 8 insertions(+) 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. diff --git a/NEWS b/NEWS index 28e60787..5f7e3306 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,8 @@ Each release section notes when backwards incompatible changes have been made. 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. -- cgit v1.2.3