You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2010/02/16 22:18:27 UTC

svn commit: r910699 - in /couchdb/branches/0.11.x: ./ CHANGES NEWS etc/default/couchdb

Author: davisp
Date: Tue Feb 16 21:18:27 2010
New Revision: 910699

URL: http://svn.apache.org/viewvc?rev=910699&view=rev
Log:
Merge CHANGES and NEWS updates to the 0.11.x branch.


Modified:
    couchdb/branches/0.11.x/   (props changed)
    couchdb/branches/0.11.x/CHANGES
    couchdb/branches/0.11.x/NEWS
    couchdb/branches/0.11.x/etc/default/couchdb   (props changed)

Propchange: couchdb/branches/0.11.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Feb 16 21:18:27 2010
@@ -6,4 +6,4 @@
 /couchdb/branches/list-iterator:782292-784593
 /couchdb/branches/tail_header:775760-778477
 /couchdb/tags/0.10.0:825400
-/couchdb/trunk:909247,910054
+/couchdb/trunk:909247,910054,910696

Modified: couchdb/branches/0.11.x/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/CHANGES?rev=910699&r1=910698&r2=910699&view=diff
==============================================================================
--- couchdb/branches/0.11.x/CHANGES (original)
+++ couchdb/branches/0.11.x/CHANGES Tue Feb 16 21:18:27 2010
@@ -21,6 +21,8 @@
 
  * Added support for building a Windows installer as part of 'make dist'.
  * Bug fix for building couch.app's module list.
+ * ETap tests are now run durring make distcheck. This included a number of updates to the build system to properly support VPATH builds.
+ * Gavin McDonald setup a build-bot instance. More info can be found at http://ci.apache.org/buildbot.html
 
 View Server
 
@@ -30,6 +32,7 @@
  * Improved view information objects.
  * Bug fix for partial updates during view builds.
  * Move query server to a design-doc based protocol.
+ * Major refactoring of couchjs to lay the groundwork for disabling cURL support. The new HTTP interaction acts like a synchronous XHR. Example usage of the new system is in the JavaScript CLI test runner.
 
 Replication
 
@@ -44,7 +47,9 @@
 
 Runtime Statistics
 
+ * Statistics are now calculated for a moving window instead of non-overlapping timeframes. 
  * Fixed a problem with statistics timers and system sleep.
+ * Moved statistic names to a term file in the priv directory.
 
 Futon
 

Modified: couchdb/branches/0.11.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/NEWS?rev=910699&r1=910698&r2=910699&view=diff
==============================================================================
--- couchdb/branches/0.11.x/NEWS (original)
+++ couchdb/branches/0.11.x/NEWS Tue Feb 16 21:18:27 2010
@@ -21,6 +21,7 @@
  * Bug fix for partial updates during view builds.
  * Bug fix for building couch.app's module list.
  * Fixed a problem with statistics timers and system sleep.
+ * Improved the satistics calculations to use an online moving window algorithms.
  * Adds batching of multiple updating requests, to improve throughput with many
    writers. Removed the now redundant couch_batch_save module.
  * Bug fix for premature termination of chunked responses.

Propchange: couchdb/branches/0.11.x/etc/default/couchdb
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Feb 16 21:18:27 2010
@@ -6,5 +6,5 @@
 /couchdb/branches/list-iterator/etc/default/couchdb:782292-784593
 /couchdb/branches/tail_header/etc/default/couchdb:775760-778477
 /couchdb/tags/0.10.0/etc/default/couchdb:825400
-/couchdb/trunk/etc/default/couchdb:909247,910054
+/couchdb/trunk/etc/default/couchdb:909247,910054,910696
 /incubator/couchdb/trunk/etc/default/couchdb:642419-694440