Author: nslater Date: Mon Nov 16 18:41:01 2009 New Revision: 880903 URL: http://svn.apache.org/viewvc?rev=880903&view=rev Log: added NEWS and CHANGES for 0.10.1 Modified: couchdb/branches/0.10.x/CHANGES couchdb/branches/0.10.x/NEWS Modified: couchdb/branches/0.10.x/CHANGES URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/CHANGES?rev=880903&r1=880902&r2=880903&view=diff ============================================================================== --- couchdb/branches/0.10.x/CHANGES (original) +++ couchdb/branches/0.10.x/CHANGES Mon Nov 16 18:41:01 2009 @@ -17,6 +17,10 @@ * Eliminate new process flood on system wake +Build and System Integration: + + * Test suite now works with the distcheck target. + Version 0.10.0 -------------- Modified: couchdb/branches/0.10.x/NEWS URL: http://svn.apache.org/viewvc/couchdb/branches/0.10.x/NEWS?rev=880903&r1=880902&r2=880903&view=diff ============================================================================== --- couchdb/branches/0.10.x/NEWS (original) +++ couchdb/branches/0.10.x/NEWS Mon Nov 16 18:41:01 2009 @@ -10,6 +10,7 @@ Version 0.10.1 -------------- + * Fixed test suite to work with build system. * Fixed a problem with statistics timers and system sleep. * Fixed an edge case for HTTP redirects during replication. * Fixed HTTP timeout handling for replication.