summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.