summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJason David Davies <jasondavies@apache.org>2010-02-17 10:54:24 +0000
committerJason David Davies <jasondavies@apache.org>2010-02-17 10:54:24 +0000
commit6c2f190d314c3894a9fddb4c1c3a65f5ddca3060 (patch)
treeb7e63b833539660f50682ffbca0187a5846a19ae /CHANGES
parent01cf7fe6c3e5f440f3a2bacb4834b444e95c5b34 (diff)
Fix speling and formatting.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@910911 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 11 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 59b82141..1bd212c9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,7 +11,8 @@ Security
* 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 @@ Build and System Integration
* 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 @@ View Server
* 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 @@ Storage System
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.