diff options
author | Paul Joseph Davis <davisp@apache.org> | 2011-01-20 00:50:18 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2011-01-20 00:50:18 +0000 |
commit | c9c334db9fe384265df316459555fe2411fd8231 (patch) | |
tree | 8fc4d2c5570792b48f0169f1dc2da948d8e2a51c /NEWS | |
parent | 8432c0e8f31a683b13419dc591edca49933d1f81 (diff) |
Update CHANGES and NEWS before the 1.0.2 release.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@1061083 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,11 +18,16 @@ Version 1.0.2 * Allow logging of native <xml> types. * Updated ibrowse library to 2.1.2 fixing numerous replication issues. * Fix authenticated replication of design documents with attachments. + * Fix multipart GET APIs by always sending attachments in compressed + form when the source attachment is compressed on disk. Fixes a possible + edge case when an attachment underwent local-local replication. * Various fixes to make replicated more resilient for edge-cases. * Don't trigger a view update when requesting `_design/doc/_info`. * Fix for circular references in CommonJS requires. * Fix for frequently edited documents in multi-master deployments being duplicated in _changes and _all_docs. + * Fix spurious conflict generation during attachment uploads. + * Fix for various bugs in Futon. Version 1.0.1 ------------- |