You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2009/06/12 15:57:53 UTC

svn commit: r784123 - in /couchdb/branches/0.9.x: CHANGES NEWS

Author: davisp
Date: Fri Jun 12 13:57:53 2009
New Revision: 784123

URL: http://svn.apache.org/viewvc?rev=784123&view=rev
Log:
Slight NEWS and CHANGES update.


Modified:
    couchdb/branches/0.9.x/CHANGES
    couchdb/branches/0.9.x/NEWS

Modified: couchdb/branches/0.9.x/CHANGES
URL: http://svn.apache.org/viewvc/couchdb/branches/0.9.x/CHANGES?rev=784123&r1=784122&r2=784123&view=diff
==============================================================================
--- couchdb/branches/0.9.x/CHANGES (original)
+++ couchdb/branches/0.9.x/CHANGES Fri Jun 12 13:57:53 2009
@@ -25,7 +25,7 @@
  * Fix build instructions shown by ./configure.
  * Show correct environment variables in ./configure --help.
  * Fix incorrect recording of request time.
- * Attachment storage less sparse.
+ * Made attachment storage sparseness.
  * Fix for COUCHDB-334 where a database with delayed commits pending is 
    considered idle, and subject to losing changes when shutdown.
  * Useful JavaScript Error messages.

Modified: couchdb/branches/0.9.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/0.9.x/NEWS?rev=784123&r1=784122&r2=784123&view=diff
==============================================================================
--- couchdb/branches/0.9.x/NEWS (original)
+++ couchdb/branches/0.9.x/NEWS Fri Jun 12 13:57:53 2009
@@ -12,8 +12,7 @@
 
  * Miscellaneous improvements to build, system integration, and portability.
  * Better support for Unicode and document attachments in the replicator.
- * Fix incorrect recording of request time.
- * Attachment storage less sparse.
+ * Various bug fixes
 
 Version 0.9.0
 -------------