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 2008/08/18 12:10:29 UTC

svn commit: r686719 - /incubator/couchdb/trunk/CHANGES

Author: nslater
Date: Mon Aug 18 03:10:28 2008
New Revision: 686719

URL: http://svn.apache.org/viewvc?rev=686719&view=rev
Log:
corrected capitalisation of JavaScript

Modified:
    incubator/couchdb/trunk/CHANGES

Modified: incubator/couchdb/trunk/CHANGES
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/CHANGES?rev=686719&r1=686718&r2=686719&view=diff
==============================================================================
--- incubator/couchdb/trunk/CHANGES (original)
+++ incubator/couchdb/trunk/CHANGES Mon Aug 18 03:10:28 2008
@@ -34,7 +34,7 @@
  * CouchDB can now be bound to IPv6 addresses.
  * The HTTP `Server` header now contains the versions of CouchDB and Erlang.
 
-Javascript View Server:
+JavaScript View Server:
 
  * Sealing of documents has been disabled due to an incompatibility with
    SpiderMonkey 1.9.
@@ -103,13 +103,13 @@
  * The status code of responses to `DELETE` requests is now 200 to reflect that
    that the deletion is performed synchronously.
 
-Javascript View Server:
+JavaScript View Server:
 
  * SpiderMonkey is no longer included with CouchDB, but rather treated as a
    normal external dependency. A simple C program (`_couchjs`) is provided that
    links against an existing SpiderMonkey installation and uses the interpreter
    embedding API.
- * View functions using the default Javascript view server can now do logging
+ * View functions using the default JavaScript view server can now do logging
    using the global `log(message)` function. Log messages are directed into the
    CouchDB log at `INFO` level. (COUCHDB-59)
  * The global `map(key, value)` function made available to view code has been
@@ -146,4 +146,4 @@
  * Fixed portential double encoding of document IDs and other URI segments in
    many instances. (COUCHDB-39)
  * Improved display of attachments.
- * The Javascript Shell has been removed due to unresolved licensing issues.
+ * The JavaScript Shell has been removed due to unresolved licensing issues.