summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2009-03-23 17:10:23 +0000
committerNoah Slater <nslater@apache.org>2009-03-23 17:10:23 +0000
commit83d1f1347d4eb1914cbb5b92998a2893375461fd (patch)
treeaba595f4fe12aba7fdf6fd827ef1865de557c649
parentde18fc92b383624cdf139c272797ff88181da070 (diff)
spelling/copy fixes
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@757449 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--NEWS8
1 files 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.