summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2010-08-05 15:19:03 +0000
committerNoah Slater <nslater@apache.org>2010-08-05 15:19:03 +0000
commitde550505a42414ddc6b9929ebbd6e14140ec269e (patch)
treee8a5a20ca8c7ca074fb8f5bd90fe9df5c9aedbe4 /NEWS
parentaad385e546db509170499d022002a547fdaf599d (diff)
forward ported NEWS and CHANGES from 0.11.2 to 1.0.1 and trunk
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@982658 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 10 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 7b9049f4..28e60787 100644
--- a/NEWS
+++ b/NEWS
@@ -11,13 +11,10 @@ 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.
+ * Fixed various replicator bugs for interop with older CouchDB versions.
* Show fields saved along with _deleted=true. Allows for auditing of deletes.
- * Better error messages on invalid URL requests.
* Enable 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
@@ -31,6 +28,15 @@ Version 1.0.0
* Faster default view collation.
* Added option to include update_seq in view responses.
+Version 0.11.2
+--------------
+
+ * Replicator buxfixes for design documents and secured databases.
+ * Better error messages on invalid URL requests.
+ * User documents can now be deleted by admins or the user.
+ * Avoid potential DOS attack by guarding all creation of atoms.
+ * Some Futon and JavaScript library bugfixes.
+
Version 0.11.1
--------------