summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2011-09-17 23:43:17 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2011-09-17 23:43:17 +0000
commitf973bf371c6fe63bb8c7bbe485aeba48faa3093f (patch)
tree2c721bf54fa989de01c94cceabdc47ab3cda64f7 /NEWS
parent61e33ef0f2c88773b12937e28995da5ec45877a6 (diff)
downloadcouchdb-f973bf371c6fe63bb8c7bbe485aeba48faa3093f.tar.gz
Update CHANGES and NEWS for 1.2.0
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1172150 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2fa55a257..03cab6a37 100644
--- a/NEWS
+++ b/NEWS
@@ -21,8 +21,14 @@ This version has not been released yet.
writes and view indexing.
* Added a `data_size` property to database and view group
information URIs.
+ * Added support for automatic compaction. This feature is disabled
+ by default, but it can be enabled via the .ini configuration.
* A new replicator implementation that offers more performance
and configuration options.
+ * Added optional field `since_seq` to replication ojects/documents.
+ * Simpler replication cancelation.
+ * The _active_tasks API now exposes more granular fields for each
+ task type.
* Futon's `Status` screen (active tasks) now displays two new task
status fields: `Started on` and `Updated on`.