You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2009/03/23 18:10:24 UTC

svn commit: r757449 - /couchdb/trunk/NEWS

Author: nslater
Date: Mon Mar 23 17:10:23 2009
New Revision: 757449

URL: http://svn.apache.org/viewvc?rev=757449&view=rev
Log:
spelling/copy fixes

Modified:
    couchdb/trunk/NEWS

Modified: couchdb/trunk/NEWS
URL: http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=757449&r1=757448&r2=757449&view=diff
==============================================================================
--- couchdb/trunk/NEWS (original)
+++ couchdb/trunk/NEWS Mon Mar 23 17:10:23 2009
@@ -5,7 +5,7 @@
 
   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 @@
 ------------------------
 
  * 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.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.