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/06/17 23:45:53 UTC

svn commit: r785823 - /couchdb/branches/0.9.x/CHANGES

Author: nslater
Date: Wed Jun 17 21:45:53 2009
New Revision: 785823

URL: http://svn.apache.org/viewvc?rev=785823&view=rev
Log:
copy edit

Modified:
    couchdb/branches/0.9.x/CHANGES

Modified: couchdb/branches/0.9.x/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/branches/0.9.x/CHANGES?rev=785823&r1=785822&r2=785823&view=diff
==============================================================================
--- couchdb/branches/0.9.x/CHANGES (original)
+++ couchdb/branches/0.9.x/CHANGES Wed Jun 17 21:45:53 2009
@@ -7,21 +7,21 @@
 Build and System Integration:
 
  * Updated top-level documentation.
- * PID file directory is created by the SysV/BSD daemon scripts.
- * Show correct environment variables in ./configure --help.
- * Fix build instructions shown by ./configure.
+ * PID file directory is now created by the SysV/BSD daemon scripts.
+ * Fixed the environment variables shown by the configure script.
+ * Fixed the build instructions shown by the configure script.
 
 Configuration and stats system:
 
- * Correct missing-.ini file error message.
- * Fix incorrect recording of request time.
+ * Corrected missing configuration file error message.
+ * Fixed incorrect recording of request time.
 
 Database Core:
 
- * Document validation for underscore prefixed variables
+ * Document validation for underscore prefixed variables.
  * Made attachment storage less sparse.
- * Fix for COUCHDB-334 where a database with delayed commits pending is 
-   considered idle, and subject to losing changes when shutdown.
+ * Fixed problems when a database with delayed commits pending is considered
+   idle, and subject to losing changes when shutdown. (COUCHDB-334)
 
 External Handlers:
 
@@ -29,7 +29,7 @@
 
 Futon Utility Client:
 
- * Redirect when loading a deleted view URL from the cookie.
+ * Redirect when loading a deleted view URI from the cookie.
 
 HTTP Interface:
 
@@ -41,7 +41,7 @@
 
 Replication:
 
- * Added support for unicode characters transmitted as UTF-16 surrogate pairs.
+ * Added support for Unicode characters transmitted as UTF-16 surrogate pairs.
  * URL-encode attachment names when necessary.
  * Pull specific revisions of an attachment, instead of just the latest one.
  * Work around a rare chunk-merging problem in ibrowse.