diff options
author | Filipe David Borba Manana <fdmanana@apache.org> | 2010-11-19 12:47:24 +0000 |
---|---|---|
committer | Filipe David Borba Manana <fdmanana@apache.org> | 2010-11-19 12:47:24 +0000 |
commit | 786dd5b875d42c7511572d0a56a3c8b914816b9a (patch) | |
tree | 54d61dd6b54b3afb4f24c249e19fc421b9991185 /CHANGES | |
parent | 18ec22a5c07daf67e4d0ed8e876545c0b96835be (diff) |
Updated CHANGES for release 1.0.2 and fixed one typo.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@1036824 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -14,7 +14,8 @@ Storage System: * Fix leaking file handles after compacting databases and views. * Fix databases forgetting their validation function after compaction. - * Fix occasional timeout errors after compacting large databases. + * Fix occasional timeout errors after successfully compacting large databases. + * Fix ocassional error when writing to a database that has just been compacted. * Fix occasional timeout errors on systems with slow or heavily loaded IO. Log System: @@ -30,12 +31,13 @@ HTTP Interface: Replicator: * Updated ibrowse library to 2.1.0 fixing numerous replication issues. - * Fix authenticated replication of design documents with attachments. - * Various fixes to make replicated more resilient for edge-cases. + * Fix authenticated replication (with HTTP basic auth) of design documents + with attachments. + * Various fixes to make replication more resilient for edge-cases. View Server: - * Don't trigger a view update when requesting `_design/doc/_info`. + * Don't trigger view updates when requesting `_design/doc/_info`. * Fix for circular references in CommonJS requires. Version 1.0.1 |