Author: nslater Date: Mon Nov 16 18:40:41 2009 New Revision: 880902 URL: http://svn.apache.org/viewvc?rev=880902&view=rev Log: added NEWS and CHANGES for 0.10.1
Modified: couchdb/trunk/CHANGES couchdb/trunk/NEWS Modified: couchdb/trunk/CHANGES URL: http://svn.apache.org/viewvc/couchdb/trunk/CHANGES?rev=880902&r1=880901&r2=880902&view=diff ============================================================================== --- couchdb/trunk/CHANGES (original) +++ couchdb/trunk/CHANGES Mon Nov 16 18:40:41 2009 @@ -36,6 +36,26 @@ * Added a button for view compaction. +Version 0.10.1 +-------------- + +Replicator + + * Stability enhancements regarding redirects, timeouts, OAuth. + +Query Server + + * Avoid process leaks + * Allow list and view to span languages + +Stats + + * 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/trunk/NEWS URL: http://svn.apache.org/viewvc/couchdb/trunk/NEWS?rev=880902&r1=880901&r2=880902&view=diff ============================================================================== --- couchdb/trunk/NEWS (original) +++ couchdb/trunk/NEWS Mon Nov 16 18:40:41 2009 @@ -31,6 +31,17 @@ * Fixed a bug preventing mixing languages with lists and views. * Avoid OS process leaks in lists. +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. + * Fixed query parameter handling in OAuth'd replication. + * Fixed a bug preventing mixing languages with lists and views. + * Avoid OS process leaks in lists. + Version 0.10.0 --------------