Author: fdmanana
Date: Sat Sep 17 23:47:49 2011
New Revision: 1172151
URL: http://svn.apache.org/viewvc?rev=1172151&view=rev
Log:
Update CHANGES and NEWS for 1.2.0
This is a backport of revision 1172150 from trunk.
Modified:
couchdb/branches/1.2.x/CHANGES
couchdb/branches/1.2.x/NEWS
Modified: couchdb/branches/1.2.x/CHANGES
URL:
http://svn.apache.org/viewvc/couchdb/branches/1.2.x/CHANGES?rev=1172151&r1=1172150&r2=1172151&view=diff
==============================================================================
--- couchdb/branches/1.2.x/CHANGES (original)
+++ couchdb/branches/1.2.x/CHANGES Sat Sep 17 23:47:49 2011
@@ -16,6 +16,8 @@ Build System:
HTTP Interface:
* Added a native JSON parser.
+ * The _active_tasks API now offers more granular fields. Each
+ task type is now able to expose different properties.
Replicator:
@@ -24,6 +26,12 @@ Replicator:
* Passing non-string values to query_params is now a 400 bad
request. This is to reduce the surprise that all parameters
are converted to strings internally.
+ * Added optional field `since_seq` to replication objects/documents.
+ It allows to bootstrap a replication from a specific source sequence
+ number.
+ * Simpler replication cancelation. In addition to the current method,
+ replications can now be canceled by specifying the replication ID
+ instead of the original replication object/document.
Storage System:
@@ -37,6 +45,8 @@ Storage System:
view group information URIs.
* The size of the buffers used for database and view compaction is now
configurable.
+ * Added support for automatic database and view compaction. This feature
+ is disabled by default, but it can be enabled via the .ini configuration.
OAuth:
Modified: couchdb/branches/1.2.x/NEWS
URL:
http://svn.apache.org/viewvc/couchdb/branches/1.2.x/NEWS?rev=1172151&r1=1172150&r2=1172151&view=diff
==============================================================================
--- couchdb/branches/1.2.x/NEWS (original)
+++ couchdb/branches/1.2.x/NEWS Sat Sep 17 23:47:49 2011
@@ -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`.