diff options
author | John Christopher Anderson <jchris@apache.org> | 2010-08-03 20:24:01 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2010-08-03 20:24:01 +0000 |
commit | 08421686b79befb1095f9823a14cae84f0d2261b (patch) | |
tree | 68038364ae526214ce0411a744f00ed2f1d52b63 /NEWS | |
parent | 9fd80646b5bea622696f5e25b6865aea5ca8a156 (diff) |
update NEWS and CHANGES for 1.0.1 release
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@982025 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -7,6 +7,19 @@ For details about backwards incompatible changes, see: Each release section notes when backwards incompatible changes have been made. +Version 1.0.1 +------------- + + * Added support for replication via an HTTP/HTTP proxy. + * Fixed various replicator bugs for security and interop with older CouchDB + versions. + * Show fields saved along with _deleted=true. Allows for auditing of deletes. + * Better error messages on bad URL requests. + * Anable basic-auth popup when required to access the server, to prevent + people from getting locked out. + * Avoid potential DOS attack by guarding all creation of atoms. + * User interface element for querying stale (cached) views. + Version 1.0.0 ------------- |