diff options
author | Noah Slater <nslater@apache.org> | 2009-11-16 18:40:41 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2009-11-16 18:40:41 +0000 |
commit | 30f154a78a877ad24cb14b296674b2e9813df7ed (patch) | |
tree | 35066b80cf1cc85c48a2970ee64ad754a28756f6 | |
parent | 3aa39bee4666daeaaa94e10abf004fa99be05267 (diff) |
added NEWS and CHANGES for 0.10.1
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@880902 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | CHANGES | 20 | ||||
-rw-r--r-- | NEWS | 11 |
2 files changed, 31 insertions, 0 deletions
@@ -36,6 +36,26 @@ Futon * 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 -------------- @@ -31,6 +31,17 @@ This version has not been released yet. * 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 -------------- |