You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2010/02/17 11:54:25 UTC

svn commit: r910911 - /couchdb/trunk/CHANGES

Author: jasondavies
Date: Wed Feb 17 10:54:24 2010
New Revision: 910911

URL: http://svn.apache.org/viewvc?rev=910911&view=rev
Log:
Fix speling and formatting.

Modified:
    couchdb/trunk/CHANGES

Modified: couchdb/trunk/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/trunk/CHANGES?rev=910911&r1=910910&r2=910911&view=diff
==============================================================================
--- couchdb/trunk/CHANGES (original)
+++ couchdb/trunk/CHANGES Wed Feb 17 10:54:24 2010
@@ -11,7 +11,8 @@
  * Added default cookie-authentication and users database.
  * Added Futon user interface for user signup and login.
  * Added per-database reader access control lists.
- * Added per-database security object for configuration data in validation functions.
+ * Added per-database security object for configuration data in validation
+   functions.
 
 HTTP Interface
 
@@ -21,8 +22,10 @@
 
  * 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
+ * ETap tests are now run during 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
 
@@ -32,7 +35,9 @@
  * 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.
+ * 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
 
@@ -47,7 +52,8 @@
 
 Runtime Statistics
 
- * Statistics are now calculated for a moving window instead of non-overlapping timeframes. 
+ * 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.