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

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

Author: jan
Date: Thu Jun 11 22:00:08 2009
New Revision: 783937

URL: http://svn.apache.org/viewvc?rev=783937&view=rev
Log:
add NEWS / CHANGES entries

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=783937&r1=783936&r2=783937&view=diff
==============================================================================
--- couchdb/branches/0.9.x/CHANGES (original)
+++ couchdb/branches/0.9.x/CHANGES Thu Jun 11 22:00:08 2009
@@ -4,59 +4,6 @@
 Version 0.9.1
 -------------
 
-r781151, jchris
-r774385, jan
-r774358, jan
-r774357, jan
-r774356, jan
-r774355, jan
-r774353, jan
-r774352, jan
-r774351, jan
-r774350, jan
-r774349, jan
-r774347, jan
-r774346, jan
-r774345, jan
-r774343, jan
-r774342, jan
-r774340, jan
-r774339, jan
-r774338, jan
-r774337, jan
-r774336, jan
-r774333, jan
-r774332, jan
-r774331, jan
-r774330, jan
-r774329, jan
-r774328, jan
-r774326, jan
-r774325, jan
-r774324, jan
-r774323, jan
-r774322, jan
-r774321, jan
-r774320, jan
-r774317, jan
-r774315, jan
-r774314, jan
-r774313, jan
-r774312, jan
-r774311, jan
-r774310, jan
-r774308, jan
-r774307, jan
-r774306, jan
-r774304, jan
-r774302, jan
-r774301, jan
-r774296, jan
-r771476, jchris
-r769180, damien
-r766388, jchris
-r765422, jchris
-
 Build and System Integration:
 
  * Updated top-level documentation.
@@ -75,6 +22,14 @@
  * Replicator works around a rare chunk-merging problem in ibrowse.
  * Replicator works with documents containing Unicode characters outside the
    Basic Multilingual Plane.
+ * Fix build instructions shown by ./configure.
+ * Show corerct environment variables in ./configure --help.
+ * Fix incorrect recording of request time.
+ * 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.
+ * Useful JavaScript Error messages.
+ * Correct missing-.ini file error message.
 
 Version 0.9.0
 -------------

Modified: couchdb/branches/0.9.x/NEWS
URL: http://svn.apache.org/viewvc/couchdb/branches/0.9.x/NEWS?rev=783937&r1=783936&r2=783937&view=diff
==============================================================================
--- couchdb/branches/0.9.x/NEWS (original)
+++ couchdb/branches/0.9.x/NEWS Thu Jun 11 22:00:08 2009
@@ -10,86 +10,10 @@
 Version 0.9.1
 -------------
 
-r781151, jchris
-r780351, davisp
-r780349, davisp
-r780339, davisp
-r780329, davisp
-r780319, davisp
-r780198, davisp
-r778951, davisp
-r776686, davisp
-r776144, davisp
-r775798, davisp
-r775578, davisp
-r774588, davisp
-r774385, jan
-r774358, jan
-r774357, jan
-r774356, jan
-r774355, jan
-r774353, jan
-r774352, jan
-r774351, jan
-r774350, jan
-r774349, jan
-r774347, jan
-r774346, jan
-r774345, jan
-r774343, jan
-r774342, jan
-r774340, jan
-r774339, jan
-r774338, jan
-r774337, jan
-r774336, jan
-r774333, jan
-r774332, jan
-r774331, jan
-r774330, jan
-r774329, jan
-r774328, jan
-r774326, jan
-r774325, jan
-r774324, jan
-r774323, jan
-r774322, jan
-r774321, jan
-r774320, jan
-r774317, jan
-r774315, jan
-r774314, jan
-r774313, jan
-r774312, jan
-r774311, jan
-r774310, jan
-r774308, jan
-r774307, jan
-r774306, jan
-r774304, jan
-r774302, jan
-r774301, jan
-r774296, jan
-r774188, davisp
-r773261, davisp
-r772340, davisp
-r772329, davisp
-r772325, davisp
-r772321, davisp
-r771476, jchris
-r769180, damien
-r768575, davisp
-r768574, davisp
-r766509, davisp
-r766388, jchris
-r766374, davisp
-r766359, davisp
-r766354, davisp
-r766348, davisp
-r765422, jchris
-
  * 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.
 
 Version 0.9.0
 -------------
@@ -108,6 +32,8 @@
  * Attachment uploading from Futon.
  * Etags for views, lists, shows, document and attachment requests.
  * Miscellaneous improvements to build, system integration, and portability.
+ * Fix for COUCHDB-334 where a database with delayed commits pending is 
+   considered idle, and subject to losing changes when shutdown.
 
 Version 0.8.1-incubating
 ------------------------



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

Posted by Paul Davis <pa...@gmail.com>.
Looks like that was just a mis-paste.

I updated the NEWS to just say "Various bug fixes" to avoid the
repetition from CHANGES.

Paul

On Fri, Jun 12, 2009 at 9:15 AM, Adam Kocoloski<ko...@apache.org> wrote:
> Picking nits, but the COUCHDB-334 NEWS doesn't belong in 0.9.0, does it?
>
> Adam
>
> On Jun 11, 2009, at 6:00 PM, jan@apache.org wrote:
>
>> Version 0.9.0
>> -------------
>> @@ -108,6 +32,8 @@
>>  * Attachment uploading from Futon.
>>  * Etags for views, lists, shows, document and attachment requests.
>>  * Miscellaneous improvements to build, system integration, and
>> portability.
>> + * Fix for COUCHDB-334 where a database with delayed commits pending is
>> +   considered idle, and subject to losing changes when shutdown.
>
>

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

Posted by Adam Kocoloski <ko...@apache.org>.
Picking nits, but the COUCHDB-334 NEWS doesn't belong in 0.9.0, does it?

Adam

On Jun 11, 2009, at 6:00 PM, jan@apache.org wrote:

> Version 0.9.0
> -------------
> @@ -108,6 +32,8 @@
>  * Attachment uploading from Futon.
>  * Etags for views, lists, shows, document and attachment requests.
>  * Miscellaneous improvements to build, system integration, and  
> portability.
> + * Fix for COUCHDB-334 where a database with delayed commits  
> pending is
> +   considered idle, and subject to losing changes when shutdown.