diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -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 ------------- |