From 83d1f1347d4eb1914cbb5b92998a2893375461fd Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Mon, 23 Mar 2009 17:10:23 +0000 Subject: spelling/copy fixes git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@757449 13f79535-47bb-0310-9956-ffa450edef68 --- NEWS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 55231b1f..0c90243a 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ For details about backwards incompatible changes, please see: http://wiki.apache.org/couchdb/BreakingChanges -Each release section below notes when backwards incompatible changes exist. +Each release section notes when backwards incompatible changes have been made. Version 0.9.0 ------------- @@ -28,7 +28,7 @@ Version 0.8.1-incubating ------------------------ * Various bug fixes for replication, compaction, the HTTP interface and the - Javascript View Server. + JavaScript View Server. Version 0.8.0-incubating ------------------------ @@ -83,13 +83,13 @@ Version 0.5.0 Version 0.4.0 ------------- - * Non-existant variables are now nil lists. + * Non-existent variables are now nil lists. * Couch error codes and messages are no longer sent in the HTTP fields, instead they are exclusively returned in the XML body. This is to avoid HTTP header parsing problems with oddly formed error messages. * Returned error messages are now logged at the server at the `info` level to make general debugging easier. - * Fixed a problem where big table builds caused timesout errors. + * Fixed a problem where big table builds caused timeout errors. * Lots of changes in the low level machinery. Most formulas will continue to function the same. * Added full compiler support for extended characters in formula source. -- cgit v1.2.3