From 08421686b79befb1095f9823a14cae84f0d2261b Mon Sep 17 00:00:00 2001 From: John Christopher Anderson Date: Tue, 3 Aug 2010 20:24:01 +0000 Subject: 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 --- CHANGES | 34 ++++++++++++++++++++++++++++++++++ NEWS | 13 +++++++++++++ 2 files changed, 47 insertions(+) diff --git a/CHANGES b/CHANGES index f1a282f4..9052848a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,40 @@ Apache CouchDB CHANGES ====================== +Version 1.0.1 +------------- + +Replicator: + + * Added support for replication via an HTTP/HTTP proxy. + * Fix bug when pushing design docs by non-admins, which was hanging the + replicator for no good reason. + * Fix bug when pulling design documents from a source that requires + basic-auth. + * Fix pull replication of attachments from 0.11 to 1.0.x + * Make the _changes feed work with non-integer seqnums. + +HTTP Interface: + + * Show fields saved along with _deleted=true. Allows for auditing of deletes. + * Better error messages on bad URL requests. + * More robust Accept-header detection. + +Authentication: + + * Anable basic-auth popup when required to access the server, to prevent + people from getting locked out. + * User documents can now be deleted by admins or the user. + +Security: + + * Avoid potential DOS attack by guarding all creation of atoms. + +Futon: + + * Add some Futon files that were missing from the Makefile. + * User interface element for querying stale (cached) views. + Version 1.0.0 ------------- diff --git a/NEWS b/NEWS index 1cdeb9fe..5b275cac 100644 --- a/NEWS +++ b/NEWS @@ -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 ------------- -- cgit v1.2.3